Releases: yllieth/predicsis_ml_sdk-javascript
Releases · yllieth/predicsis_ml_sdk-javascript
0.7.5
Compare
Sorry, something went wrong.
No results found
dehau
released this
05 Aug 12:50
add throttling on upload progress event handlers
0.7.4
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
dehau
released this
25 Jul 09:58
add bucket / container info to source creation request
0.7.2
Compare
Sorry, something went wrong.
No results found
dehau
released this
09 Feb 15:56
remove deduplicate of upload errors (because of CORS constraint)
0.7.1
Compare
Sorry, something went wrong.
No results found
dehau
released this
27 Jan 13:22
improve ES5 support
avoid need for Symbol polyfill
0.7.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
dehau
released this
08 Dec 10:52
Fix Datasets#isParent not considering scoresets as parents
0.6.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Name splits
Function dataset.split() returns an promised object with two properties:
{
"train" : { "id" : " ..." , },
"test" : { "id" : " ..." , }
}
0.4.3
Compare
Sorry, something went wrong.
No results found
Build univariate supervised report with train subset instead of parent dataset.