Skip to content

Releases: yllieth/predicsis_ml_sdk-javascript

0.7.5

05 Aug 12:50
Compare
Choose a tag to compare
0.7.5 Pre-release
Pre-release
  • add throttling on upload progress event handlers

0.7.4

28 Jul 15:15
Compare
Choose a tag to compare
0.7.4 Pre-release
Pre-release
  • 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

25 Jul 09:58
Compare
Choose a tag to compare
0.7.3 Pre-release
Pre-release
  • add bucket / container info to source creation request

0.7.2

09 Feb 15:56
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release
  • remove deduplicate of upload errors (because of CORS constraint)

0.7.1

27 Jan 13:22
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • improve ES5 support
  • avoid need for Symbol polyfill

0.7.0

27 Jan 09:12
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

new API error format

upload > 5Go

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

0.6.1

08 Dec 10:52
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Fix Datasets#isParent not considering scoresets as parents

0.6.0

20 Nov 16:01
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

Follow addition of datasets types in kml-api

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

0.5.0

13 Nov 14:28
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

Name splits

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

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

0.4.3

05 Nov 16:07
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

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