Commit Graph

1114 Commits

Author SHA1 Message Date
allegroai
dd03ca0d1d Fix issue #291 2021-01-24 09:12:12 +02:00
allegroai
1988cf8adf Fix populate Task called from jupyter notebook. Added packages=True to auto populate based on locally installed packages 2021-01-24 09:11:09 +02:00
allegroai
fef2ddb43a Fix broken packages on package importlib detection failed the entire requirements detection 2021-01-24 09:06:17 +02:00
allegroai
29a5df407f Fix remote_execution from jupyter notebook 2021-01-24 09:05:18 +02:00
Allegro AI
48c682459c
Update README.md 2021-01-23 00:27:40 +02:00
allegroai
715a0d7edc Fix pr_curve should not be inverted 2021-01-18 20:23:37 +02:00
allegroai
dd3e50523f Split reporting example 2021-01-18 20:23:19 +02:00
allegroai
59d26e675b Improve plotly value type conforming 2021-01-18 11:36:10 +02:00
allegroai
8c4d3aca5b Add StorageManager.upload_folder() and StorageManager.download_folder() 2021-01-18 11:35:23 +02:00
allegroai
d06504c32c Fix plotly plot with numpy containing NaN/datetime 2021-01-18 11:34:31 +02:00
allegroai
8c0c85ae9c Fix clearml-task error when script cannot be found 2021-01-18 11:33:04 +02:00
allegroai
c8350a0438 Remove import imp (deprecated) 2021-01-18 11:32:41 +02:00
allegroai
661fac95a2 Flake8 2021-01-18 11:32:12 +02:00
allegroai
c8a690569f Fix trying to upload model file as a folder, automatically package the folder 2021-01-18 11:31:37 +02:00
allegroai
eb5d5da59e Fix None values in URI lists 2021-01-18 11:30:55 +02:00
allegroai
b0000df575 Fix unsafe call to set_active() 2021-01-18 11:30:17 +02:00
allegroai
34c41cfc8c Version bump to v0.17.4 2021-01-13 14:45:28 +02:00
allegroai
b123fb0cdd Fix python package detection should not list file:// links 2021-01-13 14:01:18 +02:00
allegroai
c69f124892 Revert all numpy requirement changes, use only lower limit 2021-01-13 14:00:56 +02:00
allegroai
a4126bab01 Fix PyJWT v2.0 token parsing 2021-01-13 13:58:19 +02:00
allegroai
20fa70b33a Change HPO parallel coordinates color scale, yellow is low 2021-01-12 20:23:26 +02:00
allegroai
d4317f8b87 Fix argparse with action="append" 2021-01-12 20:23:01 +02:00
allegroai
794d97ca7c Change HyperParameterOptimizer spawn_task_project to spawn_project
Add HyperParameterOptimizer parallel coordinates (issues #279)
2021-01-12 20:22:05 +02:00
allegroai
54132e2505 Add Task.init() argument tags 2021-01-12 18:57:10 +02:00
allegroai
a35d172e5b Fix argparse nargs support broken 2021-01-12 18:56:45 +02:00
allegroai
e862a6de60 Version bump to v0.17.3 2021-01-11 18:48:58 +02:00
allegroai
1f87d25903 Change clearml-data "id=" to "id " for easier copy/paste 2021-01-11 18:30:14 +02:00
allegroai
f1f595b886 Fix Dataset.get dataset version without changeset 2021-01-11 18:29:34 +02:00
allegroai
582017f2d9 Remove numpy dependency for python 3.9 2021-01-10 14:07:21 +02:00
allegroai
a348c30615 Fix numpy dependency for python versions 2021-01-10 13:08:44 +02:00
allegroai
f679c80535 Add HyperParameterOptimizer arguments: spawn_task_project, save_top_k_tasks_only 2021-01-10 13:07:57 +02:00
allegroai
49ba89587f Add internal Task._get_task_status() 2021-01-10 13:07:24 +02:00
allegroai
bb648bdb02 Fix dataset genealogy, graph and restoring data 2021-01-10 13:06:50 +02:00
allegroai
4beb21eb2b Add clearml-data close now auto uploads 2021-01-10 13:06:30 +02:00
allegroai
cc40b04a3c Add Task.set_credentials() option to store into credentials file 2021-01-10 13:06:10 +02:00
allegroai
ce5541b2d6 Updated jupyter logging example 2021-01-10 13:05:03 +02:00
allegroai
ce5fd31070 Fix dataset upload aborted on server watchdog 2021-01-10 13:03:40 +02:00
allegroai
14e38e8a46 Make HPO example more readable 2021-01-10 13:03:17 +02:00
allegroai
1b3574a7ca Remove pandas from HyperParameter optimizer requirements 2021-01-10 13:02:28 +02:00
allegroai
189a2b54de Fix PyJWT support v2 2021-01-10 13:02:08 +02:00
allegroai
d39f7bc195 Add Task.set_archived() / Task.get_archived() 2021-01-10 13:01:04 +02:00
allegroai
c9026ad4a1 Fix auto python package detection installed directly from URLs 2021-01-10 13:00:39 +02:00
allegroai
e905743fbf Added HyperParameterOptimizer.get_optimizer_top_experiments() for querying post execution optimization pipeline 2021-01-10 13:00:23 +02:00
allegroai
4d5e77f67c Fix Optuna optimizer failing on tasks with None value in scalar query 2021-01-10 12:59:50 +02:00
allegroai
0d0cc642e1 Fix optimizer callback best experiment 2021-01-10 12:59:25 +02:00
allegroai
a80802ba6e Fix model upload 2021-01-10 12:59:03 +02:00
allegroai
fe86fbcac3 Fix mpl exporter. Added support for legend. 2021-01-10 12:58:44 +02:00
allegroai
14706c03e1 Fix dataset add files
Fix docs typo
2021-01-10 12:58:13 +02:00
allegroai
12e575a155 Make clearml-data CLI stateful, remember last dataset id as default dataset 2021-01-10 12:57:18 +02:00
allegroai
dfb39249c4 Fix Dataset add single file
Fix get project name from parent dataset if not specified
2021-01-10 12:56:10 +02:00