Fix typo update README

This commit is contained in:
Oleh 2024-09-05 13:10:48 +03:00 committed by GitHub
parent 70cf49d0a2
commit a2af3605c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ A complete working example is provided in the `docker-compose.yml` file.
Here are the currently accepted configurations: Here are the currently accepted configurations:
- TOKEN - TOKEN
Must be one in ['ETH','SOL','BTC','BNB','ARB']. Must be one in ('ETH','SOL','BTC','BNB','ARB').
Note: if you are using `Binance` as the data provider, any token could be used. Note: if you are using `Binance` as the data provider, any token could be used.
If you are using Coingecko, you should add its `coin_id` in the [token_map here](https://github.com/allora-network/basic-coin-prediction-node/blob/main/updater.py#L107). Find [more info here](https://docs.coingecko.com/reference/simple-price) and the [list here](https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing). If you are using Coingecko, you should add its `coin_id` in the [token_map here](https://github.com/allora-network/basic-coin-prediction-node/blob/main/updater.py#L107). Find [more info here](https://docs.coingecko.com/reference/simple-price) and the [list here](https://docs.google.com/spreadsheets/d/1wTTuxXt8n9q7C4NDXqQpI3wpKu1_5bGVmP9Xz0XGSyU/edit?usp=sharing).
- TRAINING_DAYS - TRAINING_DAYS
@ -39,7 +39,7 @@ A complete working example is provided in the `docker-compose.yml` file.
- TIMEFRAME >= 4h if TRAINING_DAYS <= 30 - TIMEFRAME >= 4h if TRAINING_DAYS <= 30
- TIMEFRAME >= 4d if TRAINING_DAYS >= 31 - TIMEFRAME >= 4d if TRAINING_DAYS >= 31
- MODEL - MODEL
Must be one in ['LinearRegression','SVR','KernelRidge','BayesianRidge']. Must be one in ('LinearRegression','SVR','KernelRidge','BayesianRidge').
You can easily add support for any other models by [adding it here](https://github.com/allora-network/basic-coin-prediction-node/blob/main/model.py#L133). You can easily add support for any other models by [adding it here](https://github.com/allora-network/basic-coin-prediction-node/blob/main/model.py#L133).
- REGION - REGION
Must be `EU` or `US` - it is used for the Binance API. Must be `EU` or `US` - it is used for the Binance API.