Commit Graph

1094 Commits

Author SHA1 Message Date
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
allegroai
1a39973cb9 Fix ArgParse auto-connect to support default function type (stored as empty string, ignored when running remotely) and type string with default value None (ignored when running remotely and None value is kept) 2020-10-04 16:58:50 +03:00
allegroai
765afcbb64 Fix Task.execute_remotely() not clearing development tag resulting in experiment not being editable in the UI 2020-10-04 16:54:24 +03:00
allegroai
ce09a78578 Use specific default_demo_host (default_host may be overridden by Task.set_credentials) 2020-10-04 16:52:28 +03:00
Shaked Klein Orbach
7590d601f7 add support for TRAINS_NO_DEFAULT_SERVER issue #209 2020-10-01 19:54:05 +03:00
Shaked Klein Orbach
e1c5aeed06 add support for TRAINS_NO_DEFAULT_SERVER issue #209 2020-10-01 19:54:05 +03:00
allegroai
8adfa3ebd2 Fix Task.clone() did not copy the configuration section 2020-10-01 16:17:02 +03:00
allegroai
c889105670 Update autokeras requirements according to https://github.com/keras-team/autokeras#installation 2020-10-01 16:16:06 +03:00
allegroai
75a88f0d6e Safer code 2020-10-01 16:15:37 +03:00
allegroai
b84a781860 version bump 2020-09-29 19:28:54 +03:00
allegroai
295b33857c Fix optimizer monitor 2020-09-29 19:28:42 +03:00
allegroai
be099f42f9 Support Keras restructuring for Network, Model and Sequential 2020-09-29 19:27:43 +03:00
allegroai
5094ede309 Don't add pandas artifact unnamed:0 column, return original pandas object. 2020-09-29 19:21:37 +03:00
allegroai
30a08ee937 Add set ResourceMonitor iteration wait duration timeout (issue #208) 2020-09-29 19:19:35 +03:00
allegroai
86da29b560 Fix TrainsJob hyperparams overriding order was not guaranteed 2020-09-29 19:18:49 +03:00
allegroai
55ac24aa9a Exclude argsparser arguments and copy hyperparms in Task.clone() if API < 2.9 2020-09-29 19:18:04 +03:00
allegroai
845dc5cda0 Fix hyper parameter optimization example 2020-09-29 19:16:06 +03:00
allegroai
cd77f0b8c8 Add ArgParser default help (if not provided) 2020-09-29 19:15:11 +03:00
allegroai
2065288a90 Add improved trace filtering capabilities 2020-09-29 19:14:10 +03:00
allegroai
8e859503f6 Don't raise error for batch requests with no items 2020-09-29 19:10:00 +03:00
allegroai
ab9487c4e0 Update Session API version according to max server reported version 2020-09-29 19:09:07 +03:00
allegroai
519677d987 Update tabular example scripts for the ML pipeline blog 2020-09-23 00:06:05 +03:00
allegroai
8ec6bba4d9 Fix Optimizer limits and values, update trains version in examples 2020-09-15 19:14:45 +03:00
allegroai
ab5059e8e1 Fix Task.init() casts init task_type None to str 2020-09-15 18:15:02 +03:00
allegroai
6bc9d705a0 Fix available versions loading 2020-09-15 18:14:05 +03:00
allegroai
2a249c41f0 If possible, do not use api tasks object directly (use Task instead) 2020-09-15 18:13:07 +03:00
allegroai
d36f6c26da Fix auto model logging using relative path (use full absolute path) 2020-09-15 18:11:31 +03:00
allegroai
2a2d4b6114 Add git diff on repository submodule (requires git 2.14 or above) 2020-09-15 18:10:02 +03:00
allegroai
3466cc0789 Fix scatter2d sub-sampling and rounding 2020-09-15 18:08:57 +03:00
allegroai
10ec4d56fb version bump 2020-09-09 22:11:45 +03:00
allegroai
0797f23f36 pep8 2020-09-09 22:11:29 +03:00
allegroai
e206232126 Improve pipeline controller 2020-09-09 22:11:18 +03:00
allegroai
2c47e9f248 Fix joblib auto logging models failing on compressed streams, issue #203 2020-09-09 22:10:59 +03:00
allegroai
299ce14515 Fix sending empty reports, issue #205 2020-09-09 22:10:59 +03:00
allegroai
f4917572bb Remove warning on skipped auto-magic model logging 2020-09-09 22:09:02 +03:00
allegroai
fede603a7b Fix upload message 2020-09-09 22:08:22 +03:00
allegroai
33f42def54 pep8 2020-09-09 22:07:50 +03:00
allegroai
24ab1ecc2d Fix Windows support for install package analysis 2020-09-09 22:07:35 +03:00
allegroai
7eedd30097 pep8 2020-09-09 22:06:04 +03:00
allegroai
aa44ba854f Update pytorch example trains version and reduced default number of epochs 2020-09-05 16:31:44 +03:00
allegroai
03e7ebd48c Add pipeline controller tag-per-step option. Pipeline controller parameters can now be any type. 2020-09-05 16:31:01 +03:00
allegroai
86aa3aaa98 Fix docstrings 2020-09-05 16:30:00 +03:00
allegroai
fae11edf1b Fix NaN in plotly plots (matplotlib conversion)
Add sdk.metrics.plot_max_num_digits to limit the number of digits in a plot (reduce plot sizes)
2020-09-05 16:28:24 +03:00
allegroai
c30b6d27e8 Fix failed controller pipeline tasks were considered completed 2020-09-05 16:26:40 +03:00
allegroai
646163a2cb Fix matplotlib _reporter refactoring 2020-09-05 16:25:28 +03:00
allegroai
c234837ce2 Fix kernels issue in pytorch example. Update trains version. 2020-09-01 18:01:39 +03:00
allegroai
5beecbb078 Add Pipeline Controller automation and example 2020-09-01 18:00:19 +03:00