Merge pull request #19 from allora-network/kush-alloralabs-patch-1
Update README.md
This commit is contained in:
commit
e97d8e0162
@ -42,9 +42,9 @@ A complete working example is provided in the `docker-compose.yml` file.
|
|||||||
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.
|
Used for the Binance API. This should be in this form: `US`, `EU`, etc.
|
||||||
- DATA_PROVIDER
|
- DATA_PROVIDER
|
||||||
Must be `Binance` or `Coingecko`. Feel free to add support for other data providers to personalize your model!
|
Must be `binance` or `coingecko`. Feel free to add support for other data providers to personalize your model!
|
||||||
- CG_API_KEY
|
- CG_API_KEY
|
||||||
This is your `Coingecko` API key, if you've set `DATA_PROVIDER=coingecko`.
|
This is your `Coingecko` API key, if you've set `DATA_PROVIDER=coingecko`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user