A sample meachine learning code to guss the stock market price of Facebook
First clone this repository using git
git clone <repository-url>
Download the dataset from kaggle.com and save it as FB.csv
in the root directory
You can train the model by running the generate_model.py
file
Now run the project by running the predict.py
file and you can see the output in the console.
You need to folk this project first and work on this locally. After your done with:
git checkout -b my-fix
# fix some code...
git commit -m "fix: corrected a typo"
git push origin my-fix
Lastly, open a pull request on Github.