Matthias
|
51f3f0d65a
|
test: Remove catboost tests
|
5 months ago |
Matthias
|
8d95ca3506
|
chore: disable deprecationWarning
Very targeted at 'CatBoostClassifier' object has no attribute '__sklearn_tags__'
|
7 months ago |
Matthias
|
8c85448ed7
|
chore: remove unused import
|
10 months ago |
Matthias
|
24f904efc4
|
test: fix failing test
|
10 months ago |
Matthias
|
deb8bde078
|
refactor: tests - update timezone.utc to UTC
|
11 months ago |
Matthias
|
2b8c4942fd
|
Merge branch 'develop' into fix/mutable_defaults
|
1 year ago |
Matthias
|
eee5d710e7
|
chore: patch torch all the time -
"list"tests do load the modules as well - so they
need the same patch.
|
1 year ago |
Matthias
|
2e0a597ee4
|
chore: update tests to modern typing syntax
|
2 years ago |
Matthias
|
aa81c75bef
|
chore: Further reduce mutable default usage
|
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
|
3 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 |