Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1001 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 1001 Bytes

fb-stock

A sample meachine learning code to guss the stock market price of Facebook

👾 Preview

App Preview

🤑 Getting Started

Step 1: Clone the project

First clone this repository using git

git clone <repository-url>

Step 2: Download the dataset

Download the dataset from kaggle.com and save it as FB.csv in the root directory

Step 3: Train the model

You can train the model by running the generate_model.py file

Step 4: You are good to go!

Now run the project by running the predict.py file and you can see the output in the console.

🤝 Contributing

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.