Best data science projects to finish in a weekend
Welcome back! Data science is a massively growing field that seems to be getting more important by the day, so let’s talk about some of the best data science projects you can finish in a weekend! These range in complexity but all of these do require some experience with R or Python, as long as you have some experience with both you should be able to develop most if not all of these projects, with that out of the way let’s get started!
Predicting Stock Prices With Python
Next up we have a bit of a fun project, this project enables us to predict prices of stocks by using a very popular ML package SciKit-Learn, check out this project below:
This project covers using historical stock data to essentially predict the future price, this is a great project for those trying to do some predictive analysis. At the end of the project we also plot these points using…