Commit Graph

230 Commits

Author SHA1 Message Date
allegroai
e695251dd4 Add a single metric reporting example 2022-09-13 15:05:28 +03:00
pollfly
fb644fe9ec
Edit example (#759)
Set reporting period to 0.2 minutes to match comment
2022-09-12 14:09:49 +03:00
pollfly
01dc126167
Add inference step to pipeline example (#765)
* Fix docs
* Update pipeline example
2022-09-12 13:58:53 +03:00
erezalg
05333e9b7a
Add PR \ Issue templates (#742)
* Add PR \ Issue templates

* Add pipe decorator get step's task example

Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-08-17 11:05:29 +03:00
allegroai
51f512889f Fix keras_tuner_cifar example raises DeprecationWarning and ValueError 2022-07-21 17:23:19 +03:00
allegroai
7ec0691910 Fix pipeline DAG 2022-07-15 16:19:15 +03:00
allegroai
d1e8285760 Fix LightGBM example shows UserWarning 2022-07-01 11:37:42 +03:00
allegroai
d242c14565 Fix Hydra warning due to deprecation 2022-06-28 21:16:12 +03:00
allegroai
c12a66267d Fix missing requirement for tensorboardx example 2022-06-28 21:13:02 +03:00
allegroai
d63f3b5ca7 Fix taking artifacts from non-completed tasks might fail 2022-06-26 18:19:50 +03:00
pollfly
d2608ba205
Add parameter names to example (#688) 2022-06-08 10:30:21 +03:00
allegroai
f64e1f34c5 Fix docstrings 2022-06-06 14:18:49 +03:00
Rizwan Hasan
717edba8c2
Fix FastAI DeprecationWarning (#683) 2022-05-30 19:56:37 +03:00
pollfly
4ccb357de4
Add pipeline parameter to task pipeline example (#664) 2022-05-05 12:13:48 +03:00
Allegro AI
92210e2c82
Update requirements.txt 2022-05-04 14:39:35 +03:00
erezalg
385d2a4fa3
Modify clearml-data example task name (#665)
Co-authored-by: Erez Schnaider <erez@clear.ml>
2022-05-03 14:58:07 +03:00
Rizwan Hasan
382d361bff
Fix DeprecationWarning (#658) 2022-04-25 01:27:52 +03:00
Rizwan Hasan
b18b888966
Refactor example (#657) 2022-04-24 18:19:17 +03:00
Zaida Zhou
70a8a7a03b
Add OpenMMLab example (#655) 2022-04-24 15:51:19 +03:00
Rizwan Hasan
8763a884da
Update Pytorch Lightning example for pytorch-lightning>=v1.6.0 (#650) 2022-04-21 10:18:30 +03:00
Rizwan Hasan
1080d2a840
Change pipeline example to run locally (#642) 2022-04-14 10:53:53 +03:00
allegroai
e06d3cbf99 Fix pytorch automagic logging torchscript models 2022-04-13 14:16:12 +03:00
allegroai
3bde51ebe7 Fix Fire integration is not compatible with typing library (#610) 2022-04-09 14:22:47 +03:00
pollfly
f4e4423b3a
Add manual seaborn logging example (#628) 2022-04-02 13:37:07 +03:00
allegroai
95785e7637 Fix jsonargparse support (#403) 2022-03-29 11:00:33 +03:00
Victor Sonck
2efac70546
Add git credentials to colab example (#621)
* Add git credentials environment variables to colab example

* Add git credentials for colab example

* Add cell magic to colab example to add git credentials
2022-03-24 21:53:33 +02:00
allegroai
b26bc09ade Update autokeras example 2022-03-24 19:35:07 +02:00
allegroai
c5e428a03d Add jsonargparse support (#403) 2022-03-24 19:30:24 +02:00
Mal Miller
d852ed974e
Update Slack SDK requirement (#597) 2022-03-08 10:05:38 +02:00
allegroai
cc9ad00eeb Fix PipelineDecorator example 2022-03-07 23:45:34 +02:00
allegroai
ac1750b442 Restructure FastAI examples 2022-03-06 19:08:22 +02:00
allegroai
a5b16db95c Add missing skip_zero_size_check argument in StorageManager.download_foler()
PEP8
2022-02-26 13:38:42 +02:00
eugen-ajechiloae-clearml
a8fbe51231
Support fastai v2 (#571) 2022-02-17 00:01:55 +02:00
Rizwan Hasan
e160e7d0ce
Add requirements for examples (#582) 2022-02-16 16:59:32 +02:00
Rizwan Hasan
b494232134
Capitalized examples task name, updated example requirements (#573) 2022-02-14 10:18:41 +02:00
eugen-ajechiloae-clearml
c01e2e1166
Fix group arguments in click (#561) 2022-02-12 00:01:44 +02:00
eugen-ajechiloae-clearml
296cb7d899
Add Python Fire support (#550) 2022-02-07 13:38:11 +02:00
eugen-ajechiloae-clearml
d53dbbf697
Add catboost support (#542)
Co-authored-by: ajecc <eugenajechiloae@gmail.com>
2022-02-03 21:36:27 +02:00
Rizwan Hasan
eb5350f551
Fixed requirements, refactored and formatted code in some examples (#567) 2022-02-03 21:34:42 +02:00
pollfly
d3e986393a
Fix links (#558) 2022-01-27 12:15:04 +02:00
pollfly
f0f0d26208
Add model reporting examples (#553) 2022-01-25 15:36:12 +02:00
pollfly
12fa7c92aa
Edit HTML reporting examples (#546)
* edit docstrings
* xgboost edits
* change name of task_piping_example.py
* allegro >>> clearml, oval >>> ellipse
2022-01-20 14:34:18 +02:00
Idan Tene
ccc8e83c58
Fix and upgrade the SlackMonitor (#533)
* Update to latest Slack import statements
* Add filter callables to SlackMonitor
* Add include_users and exclude_users filters
* Add include_archived
2022-01-06 22:57:15 +02:00
pollfly
b31beb0873
Change example name (#528) 2021-12-31 12:33:23 +02:00
Victor Sonck
30c3968cd7
Add LocalClearmlJob as possible option for HPO (#525) 2021-12-28 15:54:38 +02:00
pollfly
b036bbce2f
Update XGBoost example (#524)
* Change dataset (load_boston is deprecated)
* Black format
* Add save_model
2021-12-23 14:07:42 +02:00
pollfly
8cc4c4256c
Add abseil example (#509) 2021-12-08 09:51:04 +02:00
pollfly
bb15ea6666
Fix links in jupyter notebooks (#505) 2021-12-02 11:28:35 +02:00
pollfly
f5040b59d7
Add Markdown in pipeline jupyter notebooks (#502)
* Add jupyter notebook to pipeline

* Add markdown explanations to Jupyter Notebook about pipeline
2021-12-01 18:48:14 +02:00
pollfly
8f84c42f5d
Edit pipeline example (#494) 2021-11-21 12:30:05 +02:00