allegroai
b865fc0072
If sys.argv doesn't point into a git repo, take file calling Task.init(). Support running code from a module (i.e. -m module)
2020-05-31 12:05:09 +03:00
allegroai
183ad248cf
Add type hints, remove/ignore pep8 warnings
2020-05-31 12:02:15 +03:00
allegroai
96f899d028
Fix documentation and layout (PEP8)
2020-05-24 08:16:12 +03:00
allegroai
2393ac5f7f
Add raise_on_error (default=False) argument to Artifat.get_local_copy()
2020-05-22 11:13:13 +03:00
allegroai
0a7a32f2eb
Support caching of extracted zip artifacts
2020-04-26 23:19:42 +03:00
allegroai
7e839204d1
Raise error in case of missing artifact directory
2020-04-26 23:14:33 +03:00
allegroai
e6f29428eb
Add StorageManager
2020-04-09 12:03:41 +03:00
allegroai
023f1721c1
Add Task.get_models() retrieving stored models on previously executed tasks
2020-03-22 18:19:07 +02:00
allegroai
5b29aa194c
Make sure artifact temporary files names are valid file names
2020-03-12 18:10:03 +02:00
allegroai
bc33ad0da3
Calculate data-audit artifact uniqueness by user-criteria
2020-01-06 17:19:44 +02:00
allegroai
a169b43885
Add Task.upload_artifact support for external URLs
2020-01-06 17:16:51 +02:00
allegroai
c1cc80ba1b
Optimize artifacts threading
2019-12-15 00:10:34 +02:00
allegroai
d19fde7041
Add artifact get() returning the artifact object (after downloading and loading)
2019-11-15 21:59:36 +02:00
allegroai
6fffb33931
Fix artifacts support on Windows
2019-10-25 15:12:53 +03:00
allegroai
99a702d149
Add artifacts upload retries (default 3)
2019-10-05 15:25:48 +03:00
allegroai
9f73dbabdb
Better multi-processing, switching to to multiprocess Lock
2019-10-04 01:34:22 +03:00
allegroai
86655412b0
Add artifacts support for folders/wildcard, include retrieval and extraction
2019-09-25 00:33:00 +03:00
allegroai
b1d3fc9694
Add Full Artifacts support, including local files/folders, pandas, numpy, images. requires train-server 0.11 and above
2019-09-23 18:41:53 +03:00
allegroai
24c2f86741
Add upload artifact supports pd.DataFrame
2019-09-15 21:52:57 +03:00
allegroai
2ba372560e
Fix set artifacts storage destination with output_uri
2019-09-14 13:55:17 +03:00
allegroai
d7bdc746b8
Add full artifacts support
2019-09-13 17:09:24 +03:00
allegroai
9ffee412d7
Add overwriting artifacts
2019-09-09 21:50:18 +03:00
allegroai
dc632e160f
Improve artifacts support
2019-09-07 23:27:16 +03:00
allegroai
19c5f05912
Add scikit-learn support (joblib) and xgboost support
2019-07-31 00:30:12 +03:00
allegroai
62bc54d7be
Add initial artifacts support
...
Fix sub-process support
Fix delete_after_upload option when uploading images
Add logugu support
Fix subsample plots if they are too big
Fix requests for over 15mb
2019-07-28 21:04:45 +03:00