Wagner Costa
|
17cf3c7e83
|
bug fixes and removed fillna from fit_live_predictions
|
2022-11-30 08:28:45 -03:00 |
|
Wagner Costa
|
df979ece33
|
Merge branch 'develop' into backtest_fitlivepredictions
|
2022-11-29 09:39:15 -03:00 |
|
robcaulk
|
81fd2e588f
|
ensure typing, remove unsued code
|
2022-11-26 12:11:59 +01:00 |
|
robcaulk
|
00d2a01bf0
|
isort
|
2022-11-24 18:57:01 +01:00 |
|
robcaulk
|
8855e36f57
|
reduce freqai testing time by reducing retrain frequency and number of features
|
2022-11-24 18:16:33 +01:00 |
|
Wagner Costa
|
d09157efb8
|
update code to use one prediction file / pair
|
2022-11-22 15:15:42 -03:00 |
|
Wagner Costa
|
c01f25ddc9
|
update code to freqai_backtest_live_models only from historic predictions
|
2022-11-22 13:09:09 -03:00 |
|
Wagner Costa Santos
|
fdc82af883
|
fix tests - update code to backtest with historic_predictions
|
2022-11-19 22:27:58 -03:00 |
|
Wagner Costa Santos
|
80d070e9ee
|
update code to use historic_predictions for freqai_backtest_live_models
|
2022-11-19 14:15:58 -03:00 |
|
robcaulk
|
387c905a86
|
merge develop into RL
|
2022-11-17 21:59:07 +01:00 |
|
robcaulk
|
60fcd8dce2
|
fix skipped mac test, fix RL bug in add_state_info, fix use of __import__, revise doc
|
2022-11-17 21:50:02 +01:00 |
|
Wagner Costa Santos
|
3903b04d3f
|
save_live_data_backtest - added docs and tests
|
2022-11-17 15:20:07 -03:00 |
|
robcaulk
|
1e9e7887aa
|
fix constants.py, fix freqai test
|
2022-11-13 15:38:35 +01:00 |
|
robcaulk
|
af9e400562
|
add test coverage, fix bug in base environment. Ensure proper fee is used.
|
2022-11-13 15:31:37 +01:00 |
|
robcaulk
|
7a4bb040a5
|
merge develop into feat/freqai-rl-dev
|
2022-11-12 10:54:34 +01:00 |
|
robcaulk
|
214c622475
|
move dataframe converter to converter.py
|
2022-11-12 10:38:25 +01:00 |
|
robcaulk
|
9617d8143d
|
Merge remote-tracking branch 'origin/develop' into add-single-precision-freqai
|
2022-11-12 10:21:38 +01:00 |
|
Robert Caulk
|
833578716c
|
Merge pull request #7644 from markdregan/multi-target-classifier
Support for multi target multi-class classification (FreqaiMultiOutputRegressor for Classification)
|
2022-11-11 18:48:38 +01:00 |
|
robcaulk
|
790ff2a84b
|
merge develop into add-single-prec
|
2022-11-11 18:08:51 +01:00 |
|
robcaulk
|
66514e84e4
|
add LightGBMClassifierMultiTarget. add test
|
2022-11-11 17:45:53 +01:00 |
|
Wagner Costa Santos
|
6559384286
|
Merge branch 'develop' into backtest_live_models
|
2022-11-07 15:14:10 -03:00 |
|
robcaulk
|
257c833831
|
add doc for single precision, dont allow half precision, add test
|
2022-11-04 18:10:04 +01:00 |
|
robcaulk
|
444a068481
|
merge develop into track-current-candle
|
2022-11-03 21:09:08 +01:00 |
|
Wagner Costa Santos
|
17798b3397
|
Merge branch 'develop' into backtest_live_models
|
2022-11-03 13:29:25 -03:00 |
|
robcaulk
|
b3b756ec14
|
ensure test pass
|
2022-11-02 20:30:04 +01:00 |
|
robcaulk
|
255eb71270
|
start tracking the current candle in FreqAI, add robustness to corr_df caching and inference timer, add test for cache corr_df
|
2022-11-02 19:32:22 +01:00 |
|
robcaulk
|
2afa185dc6
|
add integrated tests for PCA and DBSCAN
|
2022-11-02 18:34:56 +01:00 |
|
robcaulk
|
a49edfbaee
|
add tests for CatboostClassifier
|
2022-10-30 18:08:10 +01:00 |
|
robcaulk
|
d1a0874683
|
merge develop into feat/freqai-rl-dev
|
2022-10-30 10:13:03 +01:00 |
|
Matthias
|
801e91c39e
|
Merge pull request #7618 from wizrds/fix/docker-config-record
Update function in FreqAI interface to record FreqAI config params
|
2022-10-29 08:56:20 +02:00 |
|
Robert Caulk
|
137aa1756b
|
Merge pull request #7593 from th0rntwig/prediction-shape
Fix constant PCA
|
2022-10-24 08:33:36 +02:00 |
|
Timothy Pogue
|
bb06745227
|
fix tests
|
2022-10-23 12:25:39 -06:00 |
|
th0rntwig
|
49ff51f11f
|
Change storage loc and fix test fail
|
2022-10-23 16:24:02 +02:00 |
|
Timothy Pogue
|
c4a2ee05e7
|
fix freqai test
|
2022-10-22 09:31:55 -06:00 |
|
Timothy Pogue
|
5ee3b8cbbb
|
update config recording to use all configs, fix tests
|
2022-10-21 19:48:26 -06:00 |
|
Wagner Costa Santos
|
6606a0113f
|
refactoring - remove unnecessary config file
|
2022-10-20 14:53:25 -03:00 |
|
Wagner Costa Santos
|
52b60c5cbb
|
Merge branch 'develop' into backtest_live_models
|
2022-10-20 11:59:37 -03:00 |
|
Matthias
|
23a5a516f9
|
Merge pull request #7557 from freqtrade/add-metric-tracker
Add metric tracker to FreqAI
|
2022-10-16 18:20:07 +02:00 |
|
Robert Caulk
|
62ca822597
|
Merge pull request #7569 from Silur/develop
Add XGBoost random forest predictors to freqai
|
2022-10-15 16:09:26 +02:00 |
|
robcaulk
|
9135e631c0
|
:Merge branch 'develop' into add-metric-tracker
|
2022-10-15 15:54:41 +02:00 |
|
Matthias
|
498289728d
|
Fix catboost tests polluting CWD
|
2022-10-15 08:48:41 +02:00 |
|
robcaulk
|
b236e362ba
|
Merge remote-tracking branch 'origin/develop' into add-metric-tracker
|
2022-10-14 19:00:49 +02:00 |
|
Wagner Costa Santos
|
6919f3aa75
|
Backtest live models - fix utc date convert issue
|
2022-10-13 15:03:27 -03:00 |
|
Wagner Costa Santos
|
93fe2b6446
|
Merge branch 'develop' into backtest_live_models
|
2022-10-13 11:22:58 -03:00 |
|
robcaulk
|
88b8f18639
|
add test for metric tracker
|
2022-10-11 19:24:47 +02:00 |
|
silur
|
30a45bb597
|
add XGBoostRF models to freqai test interface
|
2022-10-11 13:17:21 +02:00 |
|
Robert Caulk
|
2e34aa9f04
|
Merge pull request #7544 from th0rntwig/prediction-shape
Remove constant labels from prediction
|
2022-10-10 21:24:25 +02:00 |
|
robcaulk
|
c9eee2eba4
|
revert syntax
|
2022-10-10 20:50:54 +02:00 |
|
Wagner Costa Santos
|
01e3507e4c
|
fix freqai backtest live models
|
2022-10-10 15:15:43 -03:00 |
|
Wagner Costa Santos
|
3081e73f8a
|
Merge branch 'develop' into backtest_live_models
|
2022-10-10 14:53:45 -03:00 |
|