robertmartin8 / MachineLearningStocks

Using python and scikit-learn to make stock predictions
MIT License
1.74k stars 506 forks source link

How to test for NSE index (india) #29

Closed RajeshDhalange closed 5 years ago

robertmartin8 commented 5 years ago

Hi Rajesh,

This will be quite difficult because it requires you to have the correct data. To be specific, you will need to acquire most of these features for the companies you want the model to classify. If you manage to get this data, it's not too difficult, you just have to format it in the same shape as the testing dataframe and call clf.predict.

Hope this helps! Robert