Update README.md

pull/384/head
Anirban Mukherjee 4 years ago
parent 96375fabbd
commit f78c42c433

@ -359,6 +359,7 @@ MAPE: 2.0572089029888656 %
- Try to tweak the hyperparameters (gamma, C, epsilon) while creating the model and evaluate on the data to see which set of hyperparameters give the best results on the testing data. To know more about these hyperparameters, you can refer to the document [here](https://scikit-learn.org/stable/modules/svm.html#parameters-of-the-rbf-kernel).
- Try to use different kernel functions for the model and analyze their performances on the dataset. A helpful document can be found [here](https://scikit-learn.org/stable/modules/svm.html#kernel-functions).
- Try using different values for `timesteps` for the model to look back to make prediction.
## Assignment

Loading…
Cancel
Save