Matthias
|
2e0a597ee4
|
chore: update tests to modern typing syntax
|
2 years ago |
Matthias
|
69faabb3b4
|
freqai tests mostly assume backtest runmode
|
2 years ago |
Matthias
|
9d6e4ae67d
|
A few more minor fixes
|
2 years ago |
Matthias
|
40e161a5b9
|
ruff format: freqai tests
|
2 years ago |
Matthias
|
7090950db6
|
ruff format: Update a few test files
|
2 years ago |
Matthias
|
7767ad9d6e
|
Update imports in test directory
|
2 years ago |
Matthias
|
e0aefb9b54
|
Fix faulty asserts in freqai tests
|
2 years ago |
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2 years ago |
Matthias
|
c284da404e
|
Fully test freqAI against python 3.12
|
2 years ago |
Matthias
|
28bdbbffca
|
Patch torch logging on 3.12
|
2 years ago |
Matthias
|
e560f9963c
|
Don't run Torch models on macos.
|
2 years ago |
Matthias
|
4e02d31cdc
|
Mock torch on mac ARM
|
2 years ago |
Matthias
|
0cf46d8605
|
Revert "Remove conditional checks for python 3.12"
This reverts commit e5fb2eb2d1874d7652a280ff098e4f63d7b8f528.
|
2 years ago |
Matthias
|
08cff9890f
|
Remove conditional checks for python 3.12
|
2 years ago |
Matthias
|
1010ce96fa
|
Merge pull request #9922 from xmatthias/ci/native_m1
Ci - Run on native macos ARM runner
|
2 years ago |
Matthias
|
0bd50a6e24
|
Don't disable tensorboard on mac ARM
|
2 years ago |
Matthias
|
cb1f49e81c
|
Don't run torch models on 3.12 yet
|
2 years ago |
Matthias
|
c5f2a69d9c
|
Allow running catboost tests on 3.12
|
2 years ago |
Matthias
|
cc3b2000eb
|
Avoid fully patching torch on M1 macs
|
2 years ago |
Matthias
|
8d72ee358c
|
Improve code styles ...
|
2 years ago |
Matthias
|
29d2fc2e1b
|
Skip freqAI tests on py3.12
|
2 years ago |
Matthias
|
59cc607761
|
Don't force-patch torch if it ain't installed.
|
2 years ago |
Matthias
|
394c260eb2
|
Update runmode to 'backtest' in some test cases
|
2 years ago |
Matthias
|
842727202f
|
Fix identifier_typos
|
2 years ago |
Matthias
|
0575e222b1
|
Fix random test failure due to missing backtesting cleanup
|
2 years ago |
Robert Caulk
|
4d0ee014de
|
Merge pull request #9602 from freqtrade/freqai_small_enhancements
Freqai small enhancements
|
2 years ago |
Matthias
|
2c5cca4be6
|
Reinforcement learning does support 3.11 just fine.
|
2 years ago |
Thomas Joußen
|
cd28244cf1
|
Add and optimized test cases to verify consitent timerange behaviour within freqai.
|
2 years ago |
Thomas Joußen
|
663b1e11f8
|
Add timeframe info into 'increase startup_candle_count' log message
|
2 years ago |
Thomas Joußen
|
2d6a49013f
|
Fix duplicated data loading and timerange for populate_features
|
2 years ago |
robcaulk
|
2f2467256c
|
feat: add SKLearnRandomForestClassifier
|
2 years ago |
Robert Caulk
|
c0119d7baa
|
Merge pull request #9449 from freqtrade/dependabot/pip/develop/torch-2.1.1
Bump torch from 2.0.1 to 2.1.1
|
2 years ago |
Matthias
|
d123d3bb82
|
Completely mock Torch on macos
we already skip tests - now we also need to skip it's imports.
|
2 years ago |
Matthias
|
b14873400d
|
Fix odd import in freqai tests
|
2 years ago |
Matthias
|
d3d9f3281e
|
Fix torch logging setup mess
|
2 years ago |
Matthias
|
555f4b51e1
|
Further improvements to test setup
|
2 years ago |
robcaulk
|
5da48d8ffc
|
chore: fix tests
|
3 years ago |
robcaulk
|
8f883f2310
|
chore: fix set_initial_hist_preds test
|
3 years ago |
Robert Caulk
|
310c9f6034
|
Update test_freqai_datadrawer.py
|
3 years ago |
robcaulk
|
844ab4aef5
|
chore: add tests for set_initial_return_values
|
3 years ago |
yinon
|
a3c6904fbc
|
pytorch - naming refactor - max_iters to n_steps
|
3 years ago |
Yinon Polak
|
7d28dad209
|
pytorch - add n_epochs param to trainer
|
3 years ago |
Matthias
|
02071df8fa
|
Merge pull request #8692 from freqtrade/feat/outsource-data-pipeline
Outsource data pipeline handling to improve flexibility
|
3 years ago |
Matthias
|
52db6ac7d7
|
Use proper log level
|
3 years ago |
robcaulk
|
dc577d2a1a
|
update to new datasieve interface, add noise to pipeline
|
3 years ago |
robcaulk
|
4d4589becd
|
fix isort in tests
|
3 years ago |
Robert Caulk
|
94bc91ef57
|
Update tests/freqai/test_freqai_datakitchen.py
Co-authored-by: Matthias <xmatthias@outlook.com>
|
3 years ago |
robcaulk
|
e572653616
|
bring classifier/rl up to new paradigm. ensure tests pass. remove old code. add documentation, add new example transform
|
3 years ago |
robcaulk
|
31e19add27
|
start transition toward outsourcing the data pipeline with objective of improving pipeline flexibility
|
3 years ago |
robcaulk
|
adeab13bdf
|
cleanup tests, cross fingers that mac will pass
|
3 years ago |