add freqai logo to top of doc

This commit is contained in:
robcaulk 2022-07-22 00:02:07 +02:00
parent 3205788bce
commit ac0f484918
2 changed files with 224 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -1,3 +1,5 @@
![freqai-logo](assets/freqai_logo_no_md.svg)
# FreqAI # FreqAI
FreqAI is a module designed to automate a variety of tasks associated with FreqAI is a module designed to automate a variety of tasks associated with
@ -516,7 +518,7 @@ The user can tell Freqai to remove outlier data points from the training/test da
```json ```json
"freqai": { "freqai": {
"feature_parameters" : { "feature_parameters" : {
"use_SVM_to_remove_outliers: true "use_SVM_to_remove_outliers": true
} }
} }
``` ```