Matthias
|
a9732c6195
|
Fix odd formatting by ruff format
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
d1db43dee0
|
ruff format: freqai
|
2024-05-13 07:10:25 +02:00 |
|
Matthias
|
c802d39f67
|
Merge pull request #10097 from freqtrade/feat/measure_time
Add "measure time" to warn users about strategies taking excessive time
|
2024-04-21 11:28:54 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
Matthias
|
0a7ed55ade
|
Reduce duplicate warning
|
2024-04-18 21:01:48 +02:00 |
|
robcaulk
|
7a401415e5
|
fix: for some reason we werent including high_price
|
2024-04-14 14:19:12 +02:00 |
|
Matthias
|
4281642f54
|
Fix flake failure due to flake update
|
2024-03-15 06:51:11 +01:00 |
|
Matthias
|
2d56b1bc8c
|
Fix whitespace
|
2023-09-30 08:23:21 +02:00 |
|
Robert Caulk
|
aff5372a8f
|
chore: protect users against process_only_new_candles=False
|
2023-09-29 13:12:44 +02:00 |
|
robcaulk
|
844ab4aef5
|
chore: add tests for set_initial_return_values
|
2023-09-14 00:05:59 +02:00 |
|
robcaulk
|
628963c207
|
chore: fix bug associated with leaving FreqAI offline for more than 1 candle.
|
2023-09-12 12:19:12 +02:00 |
|
robcaulk
|
6f0204fcd3
|
chore: remove inlier metric
|
2023-07-17 13:03:43 +02:00 |
|
robcaulk
|
6b201d525e
|
make sure default PCA behavior reduces parameter space size
|
2023-06-26 14:42:59 +02:00 |
|
robcaulk
|
fca73531cf
|
fix: use .shape instead of index for outliers
|
2023-06-25 16:34:44 +02:00 |
|
robcaulk
|
fd420738cd
|
ensure outlier-check is returning as a numpy array from datasieve
|
2023-06-25 15:43:02 +02:00 |
|
robcaulk
|
72101f059d
|
feat: ensure full backwards compatibility
|
2023-06-16 13:20:35 +02:00 |
|
robcaulk
|
75ec19062c
|
chore: make DOCS_LINK in constants.py, ensure datasieve is added to setup.py
|
2023-06-16 13:06:21 +02:00 |
|
robcaulk
|
f8d7c2e21d
|
add migration guide, add protections and migration assistance
|
2023-06-10 12:48:27 +02:00 |
|
robcaulk
|
e246259792
|
avoid manual pipeline validation
|
2023-06-10 11:40:57 +02:00 |
|
robcaulk
|
33b028b104
|
ensure data kitchen thread count is propagated to pipeline
|
2023-06-08 12:33:08 +02:00 |
|
robcaulk
|
135aaa2be2
|
update docs, improve the interaction with define_data_pipeline
|
2023-06-07 18:26:49 +02:00 |
|
robcaulk
|
dc577d2a1a
|
update to new datasieve interface, add noise to pipeline
|
2023-06-07 17:58:27 +02:00 |
|
robcaulk
|
5ac141f72b
|
convert to new datasieve api
|
2023-06-06 21:05:51 +02:00 |
|
robcaulk
|
f6a32f4ffd
|
bump version
|
2023-05-29 23:35:24 +02:00 |
|
robcaulk
|
e572653616
|
bring classifier/rl up to new paradigm. ensure tests pass. remove old code. add documentation, add new example transform
|
2023-05-29 13:33:29 +02:00 |
|
robcaulk
|
31e19add27
|
start transition toward outsourcing the data pipeline with objective of improving pipeline flexibility
|
2023-05-26 18:40:14 +02:00 |
|
robcaulk
|
9242dfa355
|
try reactivating tb for some tests
|
2023-05-14 16:05:49 +00:00 |
|
robcaulk
|
340d2191ff
|
deactivate tensorboard by default
|
2023-05-14 14:39:23 +00:00 |
|
robcaulk
|
55a1a3afd6
|
add config option for activating and deactivating tensorboard logger, ensure the various flavors are never activated simultaneously
|
2023-05-14 14:08:00 +00:00 |
|
robcaulk
|
ab7a474ab6
|
try limiting tb_logger to pytorch only (XGBoost still gets its callback)
|
2023-05-14 12:03:15 +00:00 |
|
Matthias
|
49b9b463b4
|
Move tensorboard callback exports to freqai.tensorboard.
|
2023-05-12 18:26:01 +02:00 |
|
robcaulk
|
b01aaa4d03
|
ensure backtesting also produces tb_logs, make sure tests are working
|
2023-05-10 10:11:33 +00:00 |
|
robcaulk
|
172b2587ab
|
Merge remote-tracking branch 'originssh/develop' into develop
|
2023-05-10 09:48:54 +00:00 |
|
robcaulk
|
ffc4d87263
|
add tensorboard integration to XGBoost and PyTorch et al
|
2023-05-10 09:48:36 +00:00 |
|
robcaulk
|
2c0230ba93
|
avoid mutating new_trained_timerange
|
2023-05-09 12:42:02 +00:00 |
|
robcaulk
|
35ce88f1e5
|
ensure that the buffered timerange is not the trained timestamp so that live_retrain_hours functions properly
|
2023-05-09 10:00:33 +00:00 |
|
Robert Caulk
|
950eaf230e
|
Merge pull request #8580 from freqtrade/feat/add-transformer
Add transformer to FreqAI
|
2023-05-07 11:32:38 +02:00 |
|
robcaulk
|
c2beeb4c79
|
bug fix backtest feature validation
|
2023-05-06 15:53:58 +00:00 |
|
robcaulk
|
af139ffbab
|
add transformer with positional encoding, fix some odds and ends in pytorch, upgrade to PyTorch 2.0
|
2023-05-01 13:18:03 +00:00 |
|
Richard Jozsa
|
ceb2631a56
|
Merge branch 'freqtrade:develop' into develop
|
2023-05-01 01:00:34 +02:00 |
|
Matthias
|
59f9f4d467
|
Fix exception typos due to newlines
|
2023-04-25 09:27:33 +02:00 |
|
robcaulk
|
0a05099713
|
fix mypy
|
2023-04-21 22:52:19 +02:00 |
|
Robert Caulk
|
4ab047dfa7
|
Merge pull request #8297 from Yinon-Polak/feat/add-pytorch-model-support
Feat/add pytorch model support
|
2023-04-11 15:40:12 +02:00 |
|
robcaulk
|
69b9b35a08
|
Merge remote-tracking branch 'origin/develop' into feat/add-pytorch-model-support
|
2023-04-08 13:22:25 +02:00 |
|
Yinon Polak
|
dfbebdea9b
|
improve comment on class_names in freqai interface
|
2023-03-28 14:44:44 +03:00 |
|
robcaulk
|
3cabcabcbd
|
ensure labels are properly defined in backtesting
|
2023-03-27 15:23:01 +02:00 |
|
robcaulk
|
f1e831a7b8
|
fix bug in backtest target setting
|
2023-03-26 13:43:59 +02:00 |
|
Robert Caulk
|
d9c8b322ce
|
Update freqai_interface.py
|
2023-03-25 13:37:07 +01:00 |
|
Robert Caulk
|
bdf19f1d66
|
Update freqai_interface.py
|
2023-03-21 22:44:56 +01:00 |
|
Yinon Polak
|
e8f040bfbd
|
add class_name attribute to freqai interface
|
2023-03-20 20:38:43 +02:00 |
|