Commit Graph

167 Commits (d1bc51959939059e0d099702e13ddf108fac1a26)

Author SHA1 Message Date
Matthias 9d6e4ae67d A few more minor fixes
2 years ago
Matthias 40e161a5b9 ruff format: freqai tests
2 years ago
Matthias 7767ad9d6e Update imports in test directory
2 years ago
Matthias e0aefb9b54 Fix faulty asserts in freqai tests
2 years ago
Matthias c284da404e Fully test freqAI against python 3.12
2 years ago
Matthias e560f9963c Don't run Torch models on macos.
2 years ago
Matthias 0cf46d8605 Revert "Remove conditional checks for python 3.12"
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
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 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 2c5cca4be6 Reinforcement learning does support 3.11 just fine.
2 years ago
robcaulk 2f2467256c feat: add SKLearnRandomForestClassifier
2 years ago
Matthias 555f4b51e1 Further improvements to test setup
3 years ago
Matthias 02071df8fa
Merge pull request #8692 from freqtrade/feat/outsource-data-pipeline
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 e572653616 bring classifier/rl up to new paradigm. ensure tests pass. remove old code. add documentation, add new example transform
3 years ago
robcaulk adeab13bdf cleanup tests, cross fingers that mac will pass
3 years ago
robcaulk a225ab71e4 revert file count
3 years ago
robcaulk 9242dfa355 try reactivating tb for some tests
3 years ago
robcaulk 1ed084557a try even more deactivation
3 years ago
robcaulk 73e9047cd5 try to deactivate any test that has a callback
3 years ago
robcaulk 340d2191ff deactivate tensorboard by default
3 years ago
robcaulk 55a1a3afd6 add config option for activating and deactivating tensorboard logger, ensure the various flavors are never activated simultaneously
3 years ago
robcaulk 8a9b2fc16f fix merge conflicts with develop
3 years ago
Matthias e76356aff5 Bump catboost to 1.2, disable some constraints
3 years ago
Matthias ab0f9d78ee Mock tensorboard callbacks for all freqAI tests
3 years ago
Matthias 23e8932a44 Mock tensorboard callbacks
3 years ago
Matthias 400cbd1836 Fix types
3 years ago
Matthias 871f1aabb7 Use tensorboard fallback for mac tests
3 years ago
Matthias 43213cc6ff Revert testing Reinforcement lerning on Mac
3 years ago
robcaulk 692fa390c6 fix the import logic, fix tests, put all tensorboard in a single folder
3 years ago
robcaulk b01aaa4d03 ensure backtesting also produces tb_logs, make sure tests are working
3 years ago
Matthias d9cc45851e Properly enable pytorch tests
3 years ago
Matthias 10604bf49c Run Torch tests on 3.11
3 years ago
robcaulk af139ffbab add transformer with positional encoding, fix some odds and ends in pytorch, upgrade to PyTorch 2.0
3 years ago
Robert Caulk 4ab047dfa7
Merge pull request #8297 from Yinon-Polak/feat/add-pytorch-model-support
3 years ago
robcaulk 69b9b35a08 Merge remote-tracking branch 'origin/develop' into feat/add-pytorch-model-support
3 years ago
robcaulk c2c97d9f78 make a fake pair_dict instead of MagicMocking it
3 years ago
robcaulk 355fde3bca revert setting dk to live in test_plot_feature_importances
3 years ago
robcaulk 3cabcabcbd ensure labels are properly defined in backtesting
3 years ago
robcaulk 55781e7f10 fix tests
3 years ago
Yinon Polak f81e3d8667 sort imports
3 years ago
Yinon Polak b9c7d338b3 fix test_start_backtesting
3 years ago