Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muzammil-13/mimlrepo

Data Analysis using Python Machine Learning Libraries
https://github.com/muzammil-13/mimlrepo

data-analysis data-science machine-learning numpy pandas python python-library

Last synced: about 20 hours ago
JSON representation

Data Analysis using Python Machine Learning Libraries

Awesome Lists containing this project

README

        

Project : 🪙 Bitcoin Price Prediction using Dataset



Note : Model prediction for 30 days.


Libraries used :

Pandas (for data manipulation)

NumPy (for numerical computations)

Matplotlib


Developed a program to analyze historical Bitcoin price data and forecast price trends for the next 30 days. The program utilizes a machine learning approach by employing a Random Forest Regression model from the scikit-learn library. Historical data was split into training and testing sets using the test-train-split function to evaluate the model's performance and avoid overfitting.