Matthias
|
853c3a4433
|
Merge pull request #5587 from raph92/patch-3
Update prepare_trials_columns() return type
|
2021-09-18 08:08:18 +02:00 |
|
raphael
|
4b2c1a9b8e
|
Remove trailing whitespace
|
2021-09-17 14:39:15 -04:00 |
|
raphael
|
e715f2a253
|
Update formatting
Line 302 was too long
|
2021-09-17 14:23:26 -04:00 |
|
raphael
|
9525a5b96c
|
Add type to "trials" parameter
|
2021-09-17 14:10:37 -04:00 |
|
raphael
|
124e97f3b9
|
Remove ununsed variables from export_csv_file
|
2021-09-17 11:57:36 -04:00 |
|
raphael
|
3a98fb72a4
|
Update prepare_trials_columns() return type
Was returning str, updated to pd.DataFrame
|
2021-09-17 11:42:33 -04:00 |
|
Matthias
|
039d6384ed
|
Stream hyperopt-result in small batches
Avoiding memory-exhaustion on huge hyperopt results
closes #5305
closes #5149
|
2021-08-10 10:12:57 +02:00 |
|
Matthias
|
47f641d12f
|
Remove hyperopt-pickle result support
|
2021-08-09 07:04:18 +02:00 |
|
Matthias
|
3bd0c3d009
|
Remove legacy code from export to csv
|
2021-08-08 11:02:54 +02:00 |
|
Matthias
|
0ae4eccea5
|
Refactor Hyperopt-list and hyperopt-show to reduce some duplicate code
|
2021-08-08 10:06:35 +02:00 |
|
Matthias
|
6532aba765
|
Merge pull request #5360 from freqtrade/hyperopt_protections
Hyperopt protections and Boolean parameter
|
2021-08-07 09:42:05 +02:00 |
|
Sam Germain
|
b9356a5564
|
Autopep8 formatting
|
2021-08-06 16:35:39 -06:00 |
|
Matthias
|
091bf7c4d2
|
Output protection space
|
2021-08-04 06:50:14 +02:00 |
|
Matthias
|
6129c5ca9e
|
Fix deprecation warnings from pandas 1.3.0
closes #5251
|
2021-07-09 20:46:38 +02:00 |
|
Matthias
|
b25ad68c44
|
Fix np.bool_ not outputting correctly
|
2021-07-02 20:52:25 +02:00 |
|
Matthias
|
15e36a20e1
|
Improve naming of default hyperopt serializer
|
2021-06-30 19:48:34 +02:00 |
|
Matthias
|
dcf53ac3ff
|
Add test for try_eport_params
|
2021-06-30 06:33:40 +02:00 |
|
Matthias
|
84703080b8
|
Extract hyperopt_defaults_serializer to hyperopt_tools
|
2021-06-29 20:51:29 +02:00 |
|
Matthias
|
62cdbdc26a
|
Automatically export hyperopt parameters
|
2021-06-29 20:51:25 +02:00 |
|
Matthias
|
8ca0076332
|
Fix small typos
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
d4514f5f16
|
Introduce File versions to hyperopt result files
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
a7e9e362b7
|
Simplify printing logic for non-optimized parameters
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
8b7010fc9a
|
Update pprint name
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
34e6ce431f
|
Print non-optimized parameters (also stop / roi)
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
8cdd1e3aef
|
Fix some type errors
|
2021-06-29 06:50:47 +02:00 |
|
Matthias
|
2bf17f71e7
|
Dump parameters from hyperopt-show
|
2021-06-29 06:50:47 +02:00 |
|
Rik Helsen
|
656bebd4da
|
🪲 Included completely non_optimized spaces in json + swapped merge dictionary order
|
2021-06-18 22:03:04 +02:00 |
|
Rik Helsen
|
1567804509
|
⚡ kwargs merge dictionaries instead of using loops
|
2021-06-17 22:41:49 +02:00 |
|
Rik Helsen
|
546ca01071
|
♻️ Fixed flake8 warning
|
2021-06-17 20:33:21 +02:00 |
|
Rik Helsen
|
90d37f5ec6
|
🔀 Merged upstream branches and fixed merge conflicts
|
2021-06-17 20:24:20 +02:00 |
|
Matthias
|
eaf0aac77e
|
Remove OrderedDict
as we're no longer supporting python 3.6
|
2021-06-13 11:47:18 +02:00 |
|
Matthias
|
d54ee0eb04
|
Refactor hyperopt_tools naming
|
2021-06-13 11:24:24 +02:00 |
|
Bruno Gouvea
|
40f1ede775
|
Simplifying HO's result function
|
2021-06-09 12:03:24 -03:00 |
|
Bruno Gouvea
|
3cce668353
|
Creating a control variable to determine the existence of max drawdown in the final result.
|
2021-06-08 02:57:44 -03:00 |
|
Bruno Gouvea
|
816bb531b3
|
Creating fake column for legacy mode on max drawdown
|
2021-06-08 02:42:55 -03:00 |
|
Bruno Gouvea
|
4595db39aa
|
Displaying max. drawdown only when it is not legacy mode.
|
2021-06-08 02:18:00 -03:00 |
|
Bruno Gouvea
|
c513c9685d
|
Remove blank line (PEP8)
|
2021-06-07 18:20:04 -03:00 |
|
Bruno Gouvea
|
5c3a418e65
|
Adjusting drawdown column position.
|
2021-06-07 18:15:26 -03:00 |
|
Bruno Gouvea
|
35d6140068
|
Displays the max drawdown in the hyper optimization results table.
|
2021-06-07 17:53:19 -03:00 |
|
Matthias
|
a89364aa98
|
Merge branch 'develop' into pr/Antreasgr/4838
|
2021-05-27 14:59:39 +02:00 |
|
Matthias
|
cf39dd2163
|
Fix csv-export error with new hyperopt format
|
2021-05-27 13:08:28 +02:00 |
|
Rikj000
|
bd44deea0d
|
BugFix - hyperopt-show --print-json include non-optimized params
|
2021-05-24 18:51:33 +02:00 |
|
Matthias
|
24a1d5a96f
|
Change default hyperopt-name to be shorter
|
2021-05-12 19:06:13 +02:00 |
|
Matthias
|
3cbe40875d
|
read hyperopt results from pickle or json
|
2021-05-12 06:06:30 +02:00 |
|
Matthias
|
513be11fd9
|
Fix hyperopt output
closes #4892
|
2021-05-07 20:23:11 +02:00 |
|
Matthias
|
da574e4e69
|
Small style fixes
|
2021-05-03 06:30:41 +02:00 |
|
Matthias
|
fc110ea418
|
Support csv export for new and old versions
|
2021-05-02 20:41:45 +02:00 |
|
Matthias
|
287b43e999
|
Output strategy results including non-optimized parameters
|
2021-05-02 11:30:53 +02:00 |
|
Matthias
|
ecdfb6e5ed
|
Fix output of % for new format
|
2021-05-02 09:46:27 +02:00 |
|
Matthias
|
97478abb9d
|
Move format explanation string to HyperoptTools
|
2021-05-02 09:46:27 +02:00 |
|