pollfly
|
56d4de04e4
|
Edit docstrings (#1024)
|
2023-05-30 15:40:43 +03:00 |
|
Phill Zarfos
|
f99a5d03f6
|
Fix comment for storage scheme gs:// (#1018)
Co-authored-by: Phill Zarfos <pzarfos@thepennyhoarder.com>
|
2023-05-22 11:14:57 +03:00 |
|
pollfly
|
1927e6578c
|
Edit docstrings (#1011)
|
2023-05-07 15:50:49 +03:00 |
|
allegroai
|
e9ecc9a29b
|
Fix streams are patched by logger when logging to a non-main task
|
2023-04-25 10:00:00 +03:00 |
|
Alex Burlacu
|
b3809403e3
|
Fix interfering logs in pipelines
|
2023-04-06 16:31:21 +03:00 |
|
allegroai
|
4cd8857c0d
|
Refactor code
|
2023-03-27 13:38:11 +03:00 |
|
Alex Burlacu
|
3ee6ddf835
|
Allow to pass Plotly-style data_config to report_table
|
2023-03-23 17:12:29 +02:00 |
|
allegroai
|
b5775840e5
|
Reintroduce code due to backwards compatibility fix
|
2023-02-28 21:57:49 +02:00 |
|
allegroai
|
dd5036a0a0
|
Fix breaking change in call to Logger.report_confusion_matrix()
|
2023-02-28 17:22:18 +02:00 |
|
vfdev
|
08ce79002b
|
Fixed bug in report_confusion_matrix when series argument was removed (#936)
|
2023-02-26 10:04:39 +02:00 |
|
pollfly
|
c978d8c259
|
Edit docstrings (#900)
|
2023-02-02 10:24:01 +02:00 |
|
Yiftach Beer
|
da6f75363d
|
Fix Logger.report_confusion_matrix (#894)
* set annotated cells (cells with text inside them) to be the default.
* removed the unused series argument from the signature.
|
2023-01-26 19:10:10 +02:00 |
|
pollfly
|
b39829a011
|
Edit docstrings (#875)
|
2023-01-10 11:12:47 +02:00 |
|
allegroai
|
8364cd23d9
|
Fix docstring
|
2022-10-14 10:17:41 +03:00 |
|
allegroai
|
86586fbf35
|
Fix report_histogram does not show "horizontal" orientation (#699)
|
2022-09-02 23:40:34 +03:00 |
|
allegroai
|
fdefa9784c
|
Add support for single value metric reporting (#400)
|
2022-06-06 14:13:45 +03:00 |
|
pollfly
|
3474d70afb
|
Edit docstrings (#672)
|
2022-05-11 10:45:40 +03:00 |
|
allegroai
|
4ce0e4faf3
|
Add Task.init() deferred_init capture all console outputs
|
2022-05-05 12:13:54 +03:00 |
|
allegroai
|
0b69a81c8e
|
Add support for setting reported values for NaN and Inf (#604)
|
2022-03-24 21:52:18 +02:00 |
|
allegroai
|
857206a9b6
|
Fix extra_layout not passed to report_matrix (#559)
|
2022-01-31 10:52:53 +02:00 |
|
allegroai
|
3f9f3aedc7
|
Add Logger.set_default_debug_sample_history()/get_default_debug_sample_history() to allow controlling maximum debug samples programmatically
|
2022-01-09 23:59:33 +02:00 |
|
allegroai
|
a68f832a8a
|
Improve docstring code-snippet (issue #486)
|
2021-11-02 18:02:44 +02:00 |
|
allegroai
|
c046acb816
|
Fix deferred configuration support
|
2021-09-10 13:08:03 +03:00 |
|
allegroai
|
8ebf9be604
|
Add support for deferred configuration
|
2021-09-09 22:00:40 +03:00 |
|
allegroai
|
3c66c42157
|
Fix docstring (issue #438)
|
2021-08-30 17:45:13 +03:00 |
|
allegroai
|
0da2499269
|
Add support for Logger.report_text() explicit log-level reporting
|
2021-06-25 22:42:07 +03:00 |
|
allegroai
|
164fa357ed
|
Fix no print logging after python logging handlers are cleared
|
2021-06-25 22:39:07 +03:00 |
|
allegroai
|
73595b8e4e
|
Deprecate Logger.tensorboard_single_series_per_graph()
|
2021-06-01 00:17:23 +03:00 |
|
allegroai
|
016a5c2d71
|
Add Logger.matplotlib_force_report_non_interactive()
|
2021-05-19 15:24:47 +03:00 |
|
allegroai
|
8fb4fb2b5e
|
Fix Task.add_requirements() passing package_version starting with @ or ; or #
|
2021-05-19 15:24:09 +03:00 |
|
allegroai
|
83fb00ef8b
|
Add report_matplotlib_figure(..., report_interactive=False) allowing to upload a matplotlib as a non-interactive (high quality png) plot
|
2021-05-19 15:23:34 +03:00 |
|
allegroai
|
c65a8f802e
|
Fix obsolete docstring terminology "Log"->"Console"
|
2021-05-05 22:24:57 +03:00 |
|
allegroai
|
b64c43ba54
|
Change Logger plot iteration argument default to 0 (or None)
Breaking changes! arguments order changed in Logger.report_line_plot(), Logger.report_plotly() and Logger.report_matplotlib_figure()
|
2021-04-25 10:38:38 +03:00 |
|
allegroai
|
33009cc1c7
|
Fix flushing on CR timeout (default 10sec)
|
2021-04-15 00:07:48 +03:00 |
|
allegroai
|
ae6caf4404
|
PEP8
|
2021-02-23 10:38:02 +02:00 |
|
allegroai
|
cf3c6ba815
|
PEP8
|
2021-02-21 15:00:15 +02:00 |
|
allegroai
|
828af76ffe
|
Support all reporting using subprocesses instead of threads. Configure using sdk.development.report_use_subprocess
|
2021-01-24 09:17:52 +02:00 |
|
allegroai
|
6b8f21b30e
|
Add support for datetime in scatter plots + matplotlib support
|
2021-01-24 09:13:32 +02:00 |
|
allegroai
|
9da307730c
|
Add Task.debug_simulate_remote_task() to simulate task execution by ClearML Agent
|
2021-01-10 12:50:43 +02:00 |
|
allegroai
|
d327f2e2b9
|
clearml initial version 0.17.0
|
2020-12-22 23:25:37 +02:00 |
|
allegroai
|
a460df1e68
|
renamed trains -> clearml
|
2020-12-22 21:17:56 +02:00 |
|