Yinon Polak
|
a655524221
|
pytorch mlp rename input to fix mypy error
|
2023-04-04 12:24:29 +03:00 |
|
Yinon Polak
|
26738370c7
|
pytorch mlp add explicit annotation to fix mypy error
|
2023-04-04 12:12:02 +03:00 |
|
Yinon Polak
|
6b204c97ed
|
fix pytorch data convertor type hints
|
2023-04-03 19:02:07 +03:00 |
|
Yinon Polak
|
0c4574b3b7
|
prevent mypy error, explicitly unpack input list of pytorch mlp model,
|
2023-04-03 18:10:47 +03:00 |
|
Yinon Polak
|
d9d9993179
|
add documentation
|
2023-04-03 17:06:39 +03:00 |
|
Yinon Polak
|
7b494c8333
|
add documentation to pytorch data convertor
|
2023-04-03 16:39:49 +03:00 |
|
Yinon Polak
|
bc9454e0f9
|
add device to data convertor class doc
|
2023-04-03 16:36:38 +03:00 |
|
Yinon Polak
|
36a0a14a23
|
clean code
|
2023-04-03 16:26:42 +03:00 |
|
Yinon Polak
|
c137666230
|
fix imports
|
2023-04-03 16:03:15 +03:00 |
|
Yinon Polak
|
bd3b70293f
|
add pytorch data convertor
|
2023-04-03 15:19:10 +03:00 |
|
Yinon Polak
|
5a7ca35c6b
|
declare class names in FreqaiExampleHybridStrategy
|
2023-03-28 16:24:49 +03:00 |
|
Yinon Polak
|
077a947972
|
clean code
|
2023-03-28 15:18:10 +03:00 |
|
Yinon Polak
|
8ac3a94358
|
add note to pytorch docs - setting class names for classifiers
|
2023-03-28 15:17:40 +03:00 |
|
Yinon Polak
|
dfbebdea9b
|
improve comment on class_names in freqai interface
|
2023-03-28 14:44:44 +03:00 |
|
Yinon Polak
|
b795a70102
|
fix config example in pytorch mlp documentation
|
2023-03-28 14:44:43 +03:00 |
|
Yinon Polak
|
026b6a39a9
|
bugfix skip test split when empty
|
2023-03-28 14:40:23 +03:00 |
|
Yinon Polak
|
8903ba5d89
|
fix enf of file
|
2023-03-24 20:35:55 +03:00 |
|
Yinon Polak
|
eabd321281
|
small docs change
|
2023-03-23 15:59:57 +02:00 |
|
Yinon Polak
|
45c6ae446f
|
small docs change
|
2023-03-23 15:04:29 +02:00 |
|
Yinon Polak
|
952e641213
|
small docs change
|
2023-03-23 12:43:37 +02:00 |
|
Yinon Polak
|
c44b5b1b3a
|
add pytorch parameters to parameter table docs
|
2023-03-23 12:41:20 +02:00 |
|
Yinon Polak
|
fc8625c5c5
|
add pytorch classes uml diagram
|
2023-03-23 12:13:27 +02:00 |
|
Yinon Polak
|
36a005754a
|
add pytorch documentation
|
2023-03-22 18:15:57 +02:00 |
|
Yinon Polak
|
479aafc331
|
rename Torch to PyTorch
|
2023-03-22 17:50:00 +02:00 |
|
Yinon Polak
|
f81e3d8667
|
sort imports
|
2023-03-21 16:42:13 +02:00 |
|
Yinon Polak
|
b9c7d338b3
|
fix test_start_backtesting
|
2023-03-21 16:38:05 +02:00 |
|
Yinon Polak
|
4f93106755
|
Merge remote-tracking branch 'origin/feat/add-pytorch-model-support' into feat/add-pytorch-model-support
|
2023-03-21 16:26:42 +02:00 |
|
Yinon Polak
|
02bccd0097
|
add pytorch mlp models to test_start_backtesting
|
2023-03-21 16:20:35 +02:00 |
|
robcaulk
|
1ba01746a0
|
organize pytorch files
|
2023-03-21 15:09:54 +01:00 |
|
Yinon Polak
|
83a7d888bc
|
type hint init in pytorch mlp classes
|
2023-03-21 15:19:34 +02:00 |
|
Yinon Polak
|
eba82360fa
|
skip pytorch tests on python 3.11 and intel based mac os
|
2023-03-21 15:18:05 +02:00 |
|
Yinon Polak
|
3fa23860c0
|
skip pytorch tests on python 3.11 and intel based mac os
|
2023-03-21 14:34:27 +02:00 |
|
Yinon Polak
|
a80afc8f1b
|
add optional target tensor squeezing to pytorch trainer
|
2023-03-21 13:20:54 +02:00 |
|
Yinon Polak
|
97339e14cf
|
round up divisions in calc_n_epochs
|
2023-03-21 12:29:05 +02:00 |
|
Yinon Polak
|
443263803c
|
unsqueeze target tensor when 1 dimensional
|
2023-03-21 11:42:05 +02:00 |
|
Yinon Polak
|
9906e7d646
|
clean code
|
2023-03-21 11:23:45 +02:00 |
|
Yinon Polak
|
e8f040bfbd
|
add class_name attribute to freqai interface
|
2023-03-20 20:38:43 +02:00 |
|
Yinon Polak
|
a4b617e482
|
type hints fixes
|
2023-03-20 20:22:28 +02:00 |
|
Yinon Polak
|
c06cd38951
|
clean code
|
2023-03-20 19:55:39 +02:00 |
|
Yinon Polak
|
0a55753faf
|
move default attributes of pytorch classifier to initializer,
to prevent mypy from complaining
|
2023-03-20 19:40:36 +02:00 |
|
Yinon Polak
|
6b4d9f97c1
|
clean code
|
2023-03-20 19:28:30 +02:00 |
|
Yinon Polak
|
bf4aa91aab
|
Merge remote-tracking branch 'origin/feat/add-pytorch-model-support' into feat/add-pytorch-model-support
# Conflicts:
# freqtrade/freqai/base_models/PyTorchModelTrainer.py
# freqtrade/freqai/prediction_models/PyTorchClassifier.py
# freqtrade/freqai/prediction_models/PyTorchMLPClassifier.py
# freqtrade/freqai/prediction_models/PyTorchMLPModel.py
# tests/freqai/test_freqai_interface.py
|
2023-03-20 18:44:24 +02:00 |
|
Yinon Polak
|
500c401b75
|
improve pytorch classifier documentation
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
81a2cbb4eb
|
fix tests
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
0510cf4491
|
add config params to tests
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
68728409aa
|
add pytorch regressor test
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
c00ffcee59
|
fix pytorch classifier test
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
9aec1ddb17
|
sort imports
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
d98890f32e
|
sort imports
|
2023-03-20 18:41:04 +02:00 |
|
Yinon Polak
|
f659f8e309
|
remove unused imports
|
2023-03-20 18:41:04 +02:00 |
|