Skip to content

Releases: yllieth/predicsis_ml_sdk-javascript

0.7.5

0.7.5 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 05 Aug 12:50
  • add throttling on upload progress event handlers

0.7.4

0.7.4 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 28 Jul 15:15
  • Job is now asynchronous
  • Wait for successive sequential jobs (follow api changes)
  • Use bluebird instead of swissknife
  • Hide get signed url (for chunks) errors

0.7.3

0.7.3 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 25 Jul 09:58
  • add bucket / container info to source creation request

0.7.2

0.7.2 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 09 Feb 15:56
  • remove deduplicate of upload errors (because of CORS constraint)

0.7.1

0.7.1 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 27 Jan 13:22
  • improve ES5 support
  • avoid need for Symbol polyfill

0.7.0

0.7.0 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 27 Jan 09:12

new API error format

upload > 5Go

  • chunks
  • auto-retry (manage small network issues)
  • manual retry
  • cancel

0.6.1

0.6.1 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 08 Dec 10:52
  • Fix Datasets#isParent not considering scoresets as parents

0.6.0

0.6.0 Pre-release
Pre-release

Choose a tag to compare

@dehau dehau released this 20 Nov 16:01

Follow addition of datasets types in kml-api

  • type: subset
  • type: scoreset
  • type: uploaded_dataset
  • See PredicSis/kml-api#341

0.5.0

0.5.0 Pre-release
Pre-release

Choose a tag to compare

@yllieth yllieth released this 13 Nov 14:28

Name splits

Function dataset.split() returns an promised object with two properties:

{
  "train": { "id": "...", },
  "test": { "id": "...", }
}

0.4.3

0.4.3 Pre-release
Pre-release

Choose a tag to compare

@yllieth yllieth released this 05 Nov 16:07

Build univariate supervised report with train subset instead of parent dataset.