Omer Moran
|
7bf208eb08
|
Added synchronous support for upload_artifact() (#231)
Add synchronous support for Artifacts.upload_artifact()
|
2020-11-02 18:39:06 +02:00 |
|
allegroai
|
4d1582d077
|
Fix report_table as list of rows
|
2020-11-02 00:42:05 +02:00 |
|
allegroai
|
2847cce18d
|
Cleanup pipeline DAG plot generation
|
2020-11-01 16:01:47 +02:00 |
|
allegroai
|
b8ebbaa3b8
|
Add Logger.report_table() support for table as list of lists
|
2020-11-01 16:01:24 +02:00 |
|
allegroai
|
236e6adcfd
|
Add support to split DAG and Table in pipeline DAG plot. Pipeline DAG single nodes are now round circles below the DAG graph. Fix hover text size limit
|
2020-11-01 16:00:51 +02:00 |
|
allegroai
|
665bfc5ca8
|
Add support for ploytle table as list of lists (not just pandas DataFrame)
|
2020-11-01 15:59:35 +02:00 |
|
allegroai
|
c630ba3ea3
|
missing version bump
|
2020-11-01 02:28:08 +02:00 |
|
allegroai
|
6e7cb6b6f1
|
Fix Hydra support, relative path argv[0]. (issue #219)
|
2020-11-01 02:27:27 +02:00 |
|
allegroai
|
49b578b979
|
Add Hydra support phase one: fix current working dir (issue #219). Fix cwd outside of repository root folder
|
2020-10-30 10:04:03 +02:00 |
|
allegroai
|
59629d7a15
|
Fix connect dict to place non-existing entries on the section name instead of General
|
2020-10-30 10:03:12 +02:00 |
|
allegroai
|
e7843c4dc4
|
Fix warning on optimization parameter is missing from base task id
|
2020-10-30 10:01:53 +02:00 |
|
allegroai
|
53a889f869
|
Add Pipeline/Optimization can be attached to any Task (not just the current task)
|
2020-10-30 09:57:38 +02:00 |
|
allegroai
|
820fa6ac7a
|
Refactor (readability)
|
2020-10-30 09:57:05 +02:00 |
|
allegroai
|
753b3ff68c
|
Add sdk.development.store_code_diff_from_remote (default False) to store diff from remote HEAD instead of local HEAD (issue #222)
|
2020-10-30 09:55:54 +02:00 |
|
allegroai
|
a0ec4b895b
|
Do not add setuptools specific version (pip can't install it anyway)
|
2020-10-30 09:54:50 +02:00 |
|
allegroai
|
4e9fba5625
|
Fix initializing task on argparse parse in remote mode. Do not call Task.init() to avoid auto connect, use Task.get_task instead.
|
2020-10-30 09:53:44 +02:00 |
|
allegroai
|
44d9a03e56
|
Change arguments order to preserve backwards compatibility for positional arguments
|
2020-10-30 09:51:45 +02:00 |
|
allegroai
|
8049b89de1
|
Do not disable loggers by default
|
2020-10-30 09:51:02 +02:00 |
|
allegroai
|
471c9da953
|
Add requirements for matplotlib reporting example
|
2020-10-30 09:50:16 +02:00 |
|
allegroai
|
a3e53a727f
|
Refactor APIClient
|
2020-10-30 09:49:55 +02:00 |
|
allegroai
|
56db3c67e7
|
Use deepcopy since Python's logging infrastructure might modify the dict
|
2020-10-30 09:49:18 +02:00 |
|
Elior Cohen
|
e7d0f7eca1
|
✨ Add force_download flag to StorageManager.get_local_copy
|
2020-10-27 09:31:05 +02:00 |
|
Elior Cohen
|
fc85f070e2
|
📝 Bad usage of Optional typing
|
2020-10-27 09:31:05 +02:00 |
|
allegroai
|
912264bfa7
|
Update examples
|
2020-10-23 23:45:41 +03:00 |
|
allegroai
|
04b3fa809b
|
Fix updating hyper parameters in non-legacy mode
|
2020-10-19 15:59:13 +03:00 |
|
cksac
|
4f303cb37b
|
add option to control the artifact preview
|
2020-10-18 12:23:41 +03:00 |
|
allegroai
|
df395b67ba
|
Add Logger.report_matplotlib_figure() with examples
|
2020-10-15 23:20:17 +03:00 |
|
allegroai
|
7ce5bc0313
|
Fix wrong argument order (issue #220)
|
2020-10-15 23:19:05 +03:00 |
|
allegroai
|
4ca9dc4c00
|
Add Task.set_task_type()
|
2020-10-15 23:18:20 +03:00 |
|
allegroai
|
6ff95cc9c1
|
Change cache manager log warning to debug
|
2020-10-15 23:17:51 +03:00 |
|
allegroai
|
2d95f7885d
|
Fix StorageManager cache extract zipped artifacts. Use modified time instead of access time for cached files.
|
2020-10-15 23:16:44 +03:00 |
|
allegroai
|
c9fac89bcd
|
Add LightGBM support
|
2020-10-12 12:34:52 +03:00 |
|
allegroai
|
98ea965e6d
|
Add key pair and security groups to AWS auto-scaler
|
2020-10-12 11:12:33 +03:00 |
|
allegroai
|
2a34d6cec2
|
Fix git packages to new pip standard "package @ git+"
|
2020-10-12 11:11:09 +03:00 |
|
allegroai
|
aeb40ee6fa
|
Improve conda package naming _ and - support
|
2020-10-12 11:10:28 +03:00 |
|
allegroai
|
c22eacd3fc
|
Add sdk.development.detect_with_conda_freeze (default true) for full conda freeze (requires trains-agent >= 16.2)
|
2020-10-12 11:09:45 +03:00 |
|
allegroai
|
aeb1a8e64b
|
Automatically increase write (connection) timeouts when session header is large (default 15kb threshold 300 sec timeout)
|
2020-10-12 11:07:52 +03:00 |
|
allegroai
|
994ed1a5ae
|
Add AWS auto-scaler multi-line support for both extra bash script and extra trains.conf data
|
2020-10-12 11:07:01 +03:00 |
|
allegroai
|
0c3745ea3f
|
Fix Task.clone support for trains-server < 0.16
|
2020-10-12 11:04:41 +03:00 |
|
allegroai
|
07bdc37dcb
|
When using "detect_with_pip_freeze" make sure that "package @ file://" lines are replaced with "package==x.y.z" because local file will probably not be available
|
2020-10-12 11:03:33 +03:00 |
|
allegroai
|
89034233ed
|
Fix AWS autoscaler typos
|
2020-10-12 11:01:08 +03:00 |
|
allegroai
|
79df2be26c
|
Don't strip the output of diff command
|
2020-10-12 10:52:49 +03:00 |
|
allegroai
|
0b5c22d6dd
|
Make sure local packages with multi-files are marked as "package"
|
2020-10-12 10:50:46 +03:00 |
|
allegroai
|
1e4ab0510c
|
Add system_tags and tags to Model
|
2020-10-12 10:50:38 +03:00 |
|
allegroai
|
5d20a0fa98
|
Fix set_base_docker should be skipped when running remotely
|
2020-10-12 10:49:20 +03:00 |
|
allegroai
|
0eb1bb4492
|
Fix type annotation and PEP8
|
2020-10-11 11:16:19 +03:00 |
|
allegroai
|
f65e64aebe
|
Fix ArgParser binding handling of string argument with boolean default value (this affects Pytorch Lightning integration)
|
2020-10-11 11:15:14 +03:00 |
|
allegroai
|
f8ba0495fb
|
Version bump to 0.16.2
|
2020-10-04 18:03:03 +03:00 |
|
allegroai
|
9a8c531072
|
Add example notebooks, update example requirements
|
2020-10-04 17:04:39 +03:00 |
|
allegroai
|
64e10b2f62
|
Add PyTorch Lightning save/restore model binding (issue #212)
|
2020-10-04 17:00:01 +03:00 |
|