Commit Graph

2049 Commits

Author SHA1 Message Date
Alex Burlacu
a5d25b1a88 Allow for automatic identification of SageMaker notebooks 2023-03-23 18:24:46 +02:00
Alex Burlacu
4bb83c1c6c Allow to force_download model weights 2023-03-23 18:17:19 +02:00
Alex Burlacu
c5b05fcd49 Allow tuning the behavior of pipeline_controller.is_successful 2023-03-23 18:10:23 +02:00
Alex Burlacu
067c817f30 Allow deleting files when deleting datasets stored with clearml-data 2023-03-23 18:03:40 +02:00
Alex Burlacu
fce03ef0a2 Fix messed XGBoost/CatBoost metrics when training multiple models in the same task 2023-03-23 17:58:39 +02:00
Alex Burlacu
c758a02634 Emit an warning on non-string dictionary keys for task.connect 2023-03-23 17:55:27 +02:00
Alex Burlacu
a9d2abae5b Allow custom serialization/deserialization in pipelines 2023-03-23 17:38:09 +02:00
Alex Burlacu
ecd905e518 Add task.get_debug_samples method 2023-03-23 17:21:39 +02:00
Alex Burlacu
d90804f1cc Add pipeline_controller.connect_configuration 2023-03-23 17:15:37 +02:00
Alex Burlacu
3ee6ddf835 Allow to pass Plotly-style data_config to report_table 2023-03-23 17:12:29 +02:00
Alex Burlacu
f9fa303091 Fix Parallel Coordinate plots handling of categorical variables 2023-03-23 16:12:31 +02:00
Alex Burlacu
3817f0ca36 Fix task.connect docstring 2023-03-23 16:09:43 +02:00
Alex Burlacu
438da316e6 Fix StorageManager incorrectly identifying the bucket as additional folder for MinIO 2023-03-23 14:53:11 +02:00
Alex Burlacu
26bdfd66d0 Fix wrong overriding of custom server URLs when running clearml-init 2023-03-23 13:39:43 +02:00
Alex Burlacu
6ff629c4e7 Patch gradio only when imported 2023-03-23 13:24:13 +02:00
Alex Burlacu
2604401dd3 Fix fire binding 2023-03-23 13:20:28 +02:00
Alex Burlacu
90354a7751 Fix task.get_user_properties when called with value_only=True 2023-03-23 13:16:06 +02:00
Alex Burlacu
2e6e0c1a1d Do not allow dataset metadata entries that start with data_ 2023-03-23 13:11:07 +02:00
Alex Burlacu
11aee6c8e9 Add the possibility to not log Uncommitted Changes by explicitly setting CLEARML_VCS_DIFF to an empty string 2023-03-22 15:35:45 +02:00
Alex Burlacu
09a4d85c0c Fix parsing pipeline component arguments with comma slices in python 3.9 2023-03-22 15:15:21 +02:00
Alex Burlacu
6fb98d9e8c Add support for Task.publish_on_completion for API versions older than v2.20 2023-03-22 15:08:12 +02:00
Alex Burlacu
3ca6900c58 Change repo url to point to Allegro.ai/ClearML organization 2023-03-17 14:53:32 +02:00
alex-burlacu-clear-ml
79784baf2d
Merge pull request #927 from Make42/master
Improve the hyper_parameter example
2023-03-17 14:50:17 +02:00
alex-burlacu-clear-ml
b3f3928555
Merge pull request #945 from skinan/patch-1
Add "output_uri=True" in the hook config (openmmlab example)
2023-03-17 14:43:08 +02:00
alex-burlacu-clear-ml
bac92f532d
Merge pull request #952 from ainoam/master
Emphasize tutorials in Readme
2023-03-17 14:41:24 +02:00
Allegro AI
f2876a9949
Update README.md 2023-03-17 14:01:35 +02:00
alnoam
f4547db91b Emphasize tutorials in Readme 2023-03-15 17:35:18 +02:00
Victor Sonck
40c6db9d95
Add Getting Started Notebooks (#948) 2023-03-12 16:58:48 +02:00
jday1
ea1e4ac087
Fix git+https requirement using subdirectory is not supported (#947)
Fixes issue #946
2023-03-12 14:52:43 +02:00
Muhammad Sakib Khan Inan
3ffbbf1393
Added "output_uri=True" in the hook config
When "output_uri" is set to True, it uploads the Artifacts or Models to the ClearML Server.
2023-03-09 13:02:39 +06:00
Alex Burlacu
37dde23bc9 bump version to 1.9.3 2023-03-08 21:45:46 +02:00
Alex Burlacu
4a928addb7 Bugfix: Broken Task._get_status()
Avoid creating an ephemeral object on every status call (we call them a lot)
2023-03-08 21:39:40 +02:00
Richard Leibrandt
641a4a2057 Remove docstring text of Task.close() that details Task.mark_completed() 2023-03-08 15:48:30 +01:00
alex-burlacu-clear-ml
fda5095ab2
Merge pull request #935 from john-zielke-snkeos/bugfix-path-substitutions
Fixes for path substitution
2023-03-02 16:40:41 +02:00
allegroai
b5775840e5 Reintroduce code due to backwards compatibility fix 2023-02-28 21:57:49 +02:00
allegroai
8957e09ef9 Version bump to v1.9.2 2023-02-28 17:22:24 +02:00
allegroai
627135c68a Add ClearML Datasets examples 2023-02-28 17:22:23 +02:00
allegroai
22df336860 Fix clearml browser_login set host servers (because clearml-agent does not have default ones) 2023-02-28 17:22:23 +02:00
allegroai
713956a96a Update README with PythonFire automagic Args support list 2023-02-28 17:22:23 +02:00
allegroai
fba1f4c9a6 Fix get_or_create_project() might crash when called in parallel 2023-02-28 17:22:22 +02:00
allegroai
aff7f87975 Fix TaskScheduler initial scheduled Task could be closer to starting date 2023-02-28 17:22:21 +02:00
allegroai
487fe75946 Fix dataset CSV files are not previewed properly 2023-02-28 17:22:21 +02:00
allegroai
72b341ee51 Add Gradio binding support 2023-02-28 17:22:20 +02:00
allegroai
22715cda19 Fix some plots and debug samples are missing for clearml examples 2023-02-28 17:22:20 +02:00
allegroai
5d027a335f Improve Task.query_tasks()` docstring 2023-02-28 17:22:20 +02:00
allegroai
4585db0f0f Fix Task.connect_configuration() with non-string keys 2023-02-28 17:22:19 +02:00
allegroai
890f4cfa77 Improve get_status performance 2023-02-28 17:22:19 +02:00
allegroai
dd5036a0a0 Fix breaking change in call to Logger.report_confusion_matrix() 2023-02-28 17:22:18 +02:00
allegroai
89e39f0b02 Add status change callback to pipelines 2023-02-28 17:22:18 +02:00
allegroai
6b32e1d33a Fix Pipeline from tasks does not propagate params overwrite 2023-02-28 17:22:17 +02:00