robcaulk
|
3f6d427084
|
add a check for number of training features in tests
|
2022-08-14 21:46:37 +02:00 |
|
Matthias
|
d36da95941
|
Fix bad import
|
2022-08-13 11:07:58 +02:00 |
|
Matthias
|
82ac8cb41f
|
Add freqai backtesting_load test
|
2022-08-13 10:48:57 +02:00 |
|
Matthias
|
0b92c30abd
|
Fix typo in test file
|
2022-08-13 10:19:46 +02:00 |
|
Matthias
|
1ac6ec1446
|
Fix failing test...
|
2022-08-13 09:56:21 +02:00 |
|
Matthias
|
3b827ee60a
|
Add "freqai.enabled" flag to disable freqAI via config flag
aligns with how other optional modules work in freqtrade.
|
2022-08-13 09:24:04 +02:00 |
|
Matthias
|
f6545ebdb8
|
Disallow backtesting with --strategy-list for now.
|
2022-08-13 09:10:03 +02:00 |
|
Matthias
|
77b3b8a134
|
Use main exchange instead of creating a separate instance.
|
2022-08-08 18:34:11 +00:00 |
|
Matthias
|
20b4134787
|
Properly exclude catboost in ARM
|
2022-08-08 18:15:18 +00:00 |
|
robcaulk
|
eb8bde37c1
|
Add lightgbm classifier, add classifier check test, fix classifier bug.
|
2022-08-06 17:51:21 +02:00 |
|
Robert Caulk
|
c172ce1011
|
improve flexibility of user defined prediction dataframe
|
2022-08-06 13:51:19 +02:00 |
|
Robert Caulk
|
07763d0d4f
|
add classifier, improve model naming scheme
|
2022-08-06 08:33:55 +02:00 |
|
robcaulk
|
61693f6c8b
|
fix tests after changing config_example file
|
2022-07-31 13:20:11 +02:00 |
|
robcaulk
|
ad25a4cb56
|
reduce number of pair_dict lookups, remove coin_first
|
2022-07-26 15:58:40 +02:00 |
|
robcaulk
|
fb4e8430cd
|
isort auto import sorting
|
2022-07-26 10:51:39 +02:00 |
|
robcaulk
|
e213d0ad55
|
isolate data_drawer functions from data_kitchen, accommodate tests, add new test
|
2022-07-26 10:24:14 +02:00 |
|
robcaulk
|
55cf378ec2
|
remove leftover breakpoint from test file
|
2022-07-25 17:13:24 +02:00 |
|
Robert Caulk
|
897f18a8c8
|
ensure proper integer type casting for timestamps. Add check test for backtesting subdaily time periods
|
2022-07-25 15:07:09 +02:00 |
|
Robert Caulk
|
7b105532d1
|
fix mypy error and add test for principal component analysis
|
2022-07-25 11:46:59 +02:00 |
|
Robert Caulk
|
4abc26b582
|
add test for follow_mode
|
2022-07-25 10:48:04 +02:00 |
|
Matthias
|
95f5218ceb
|
Reenable Catboost test (#7118)
* Reenable Catboost test
* Simplify freqAI tests, ensure they use a tempdir for modelstorage
|
2022-07-24 07:32:13 +02:00 |
|
Matthias
|
8a3cffcd1b
|
Remove remaining CustomModel references
|
2022-07-23 17:08:05 +02:00 |
|
Matthias
|
62f7606d2c
|
Update tests to new variant
|
2022-07-23 17:08:05 +02:00 |
|
robcaulk
|
a99c126266
|
help windows builds pass freqai tests. Add freqai to README.md
|
2022-07-20 16:14:19 +02:00 |
|
robcaulk
|
c43935e82a
|
create dedicated minimal freqai test strat
|
2022-07-20 14:39:28 +02:00 |
|
robcaulk
|
88d769d801
|
comment out problematic catboost test
|
2022-07-20 14:18:06 +02:00 |
|
robcaulk
|
d43c146676
|
add more tests for datakitchen functionalities, add regression tests for freqai_interface train/backtest
|
2022-07-20 12:56:46 +02:00 |
|
robcaulk
|
714d9534b6
|
start adding tests
|
2022-07-19 16:16:44 +02:00 |
|