Matthias
|
4a4e6bc952
|
chore: fix flake8-builtins overrides
|
2024-07-05 08:51:23 +02:00 |
|
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 |
|
robcaulk
|
2d069d6156
|
fix: allow classifiers to work
|
2024-05-11 16:21:15 +02:00 |
|
Christian Clauss
|
99b4767bf4
|
Fix typos discovered by codespell
|
2024-04-18 22:51:25 +02:00 |
|
robcaulk
|
081e50ec48
|
fix: ensure full hist-preds is kept
|
2024-04-09 17:17:11 +02:00 |
|
robcaulk
|
d8aaaa34d3
|
fix: pandas.
|
2024-04-07 14:20:52 +02:00 |
|
robcaulk
|
08d0e76187
|
fix: pandas.
|
2024-04-07 13:50:59 +02:00 |
|
robcaulk
|
6a8abd5d45
|
fix: astype handling
|
2024-04-06 23:43:29 +02:00 |
|
robcaulk
|
b19b4d001c
|
fix: ensure future pandas will be happy
|
2024-04-06 23:34:07 +02:00 |
|
robcaulk
|
78cb1e608f
|
fix: ensure we have a row of zeros appended (not the function)
|
2023-12-10 15:30:19 +01:00 |
|
Robert Caulk
|
caac77c90b
|
Update data_drawer.py
|
2023-12-05 12:16:08 +01:00 |
|
robcaulk
|
8b5e6bf9be
|
chore: fix pandas warning about merging on datetime. fix pandas warning about inconsistent key lists in concat
|
2023-12-04 16:23:55 +01:00 |
|
Robert Caulk
|
6754072bca
|
chore: fix future warning on pandas
|
2023-12-03 12:55:16 +01:00 |
|
Matthias
|
72eeb6561c
|
use Cloudpickle also for reading
|
2023-11-25 19:37:49 +01:00 |
|
Matthias
|
eeb460e55c
|
Use cloudpickle throughout
|
2023-11-25 19:36:14 +01:00 |
|
robcaulk
|
4f4b7c5625
|
fix: bug in startup candle offset
|
2023-10-23 20:31:51 +02:00 |
|
robcaulk
|
1f1abfe798
|
fix: avoid duplicate date columns interfering with fit_live_predictions()
|
2023-09-17 17:36:01 +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 |
|
Matthias
|
9b6654e81a
|
Fix ruff E721 (type comparison)
|
2023-08-14 09:11:19 +02:00 |
|
Matthias
|
cca8c4e5b8
|
Update default dataformat to feather
|
2023-07-12 18:23:30 +02:00 |
|
robcaulk
|
447feb16b4
|
Merge remote-tracking branch 'origin/develop' into use-datasieve
|
2023-06-17 13:26:35 +02:00 |
|
Matthias
|
320b3e20a6
|
Use correct variable for candle-type when loading data
closes #8757
|
2023-06-11 11:58:18 +02:00 |
|
robcaulk
|
4cdd6bc6c3
|
avoid using ram for unnecessary train_df, fix some deprecation warnings
|
2023-06-10 12:07:03 +02:00 |
|
robcaulk
|
88337b6c5e
|
convert to using constants in data_drawer. Remove unneeded check_if_pred_in_spaces function
|
2023-06-08 12:19:42 +02:00 |
|
robcaulk
|
f7f88aa14d
|
fix pickle file name
|
2023-06-07 09:28:56 +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
|
48d3c8e62e
|
fix model loading from disk bug, improve doc, clarify installation/docker instructions, add a torch tag to the freqairl docker image. Fix seriously outdated prediction_model docstrings
|
2023-04-08 12:09:53 +02:00 |
|
robcaulk
|
fab505be1b
|
cheat flake8 for now until we can refactor save into the model class
|
2023-03-20 18:41:03 +02:00 |
|
Yinon Polak
|
523a58d3d6
|
simplify statement for pytorch file_type extension
|
2023-03-13 00:16:44 +02:00 |
|
Yinon Polak
|
cb17b36981
|
simplify file_type check comparisons
|
2023-03-12 14:50:08 +02:00 |
|
Yinon Polak
|
7eedcb9c14
|
reformat code
|
2023-03-06 17:56:07 +02:00 |
|
Yinon Polak
|
e6e747bcd8
|
reformat code
|
2023-03-06 17:50:02 +02:00 |
|
Yinon Polak
|
751b205618
|
initial commit
|
2023-03-05 16:59:24 +02:00 |
|
Matthias
|
756c284ecd
|
Merge pull request #8225 from freqtrade/ruff2
Ruff - add PTH rule and subsequent changes
|
2023-03-01 20:27:06 +01:00 |
|
Matthias
|
66c2e145cb
|
Merge pull request #7975 from freqtrade/improve-freqai-gap-handling
handle data gaps between FreqAI and DP better
|
2023-02-26 15:26:46 +01:00 |
|
Matthias
|
e88bb4e05c
|
Revert small change - otherwise the data is never updated.
|
2023-02-26 15:09:25 +01:00 |
|
Matthias
|
26315b6bc2
|
add PTH ruff selection
|
2023-02-25 17:17:05 +01:00 |
|
robcaulk
|
b8f011a2ab
|
give users ability to decide how many models to keep in dry/live
|
2023-02-22 22:27:56 +01:00 |
|
robcaulk
|
9633081c31
|
remove remnants of follower, clean data-drawer, improve doc
|
2023-02-22 22:01:41 +01:00 |
|
robcaulk
|
986bc63e54
|
raise OperationalException if latest historical data candle is older than earliest dataprovider candle
|
2023-02-21 21:23:58 +01:00 |
|
robcaulk
|
ccb4efbe88
|
remove follow mode in favor of producer consumer
|
2023-02-02 11:40:23 +01:00 |
|
robcaulk
|
3cbe51c3ca
|
remove duplicated line
|
2023-01-04 13:58:25 +01:00 |
|
robcaulk
|
dc25668468
|
handle data gaps between FreqAI and DP better
|
2023-01-04 11:41:06 +01:00 |
|
Emre
|
396e666e9b
|
Keep old behavior of model loading
|
2022-12-01 11:03:51 +03:00 |
|
Emre
|
4a9982f86b
|
Fix sb3_contrib loading issue
|
2022-12-01 10:08:42 +03:00 |
|
Wagner Costa
|
df979ece33
|
Merge branch 'develop' into backtest_fitlivepredictions
|
2022-11-29 09:39:15 -03:00 |
|
Emre
|
9cbfa12011
|
Directly set model_type in base RL model
|
2022-11-28 16:02:17 +03:00 |
|