Skip to content
/ LinearReg Public

Machine Learning: LinearRegression for Price Prediction

Notifications You must be signed in to change notification settings

tgey/LinearReg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinearReg

Machine Learning: LinearRegression for Price Prediction

Build Status Coverage Status CodeFactor python

Introduction

This personal project is an exemple of LinearRegression for Price Prediction to discover the learning machine. The purpose of this project is to predict the price of Bitcoin based on historical data.

In statistics, linear regression is a linear approach to modelling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables).

Linear regression plays an important role in the field of artificial intelligence such as machine learning. The linear regression algorithm is one of the fundamental supervised machine-learning algorithms due to its relative simplicity and well-known properties.

Screenshot

Features/ Roadmap

  • Based on Python 3.5.2: For botting on any operating system - Windows, macOS and Linux
  • Using Kaggle Dataset: Bitcoin Historical Data
  • 2D plotting with Matplotlib
  • Machine Learning - Predicting price: Linear Regressor

Optimization

Screenshot

About

Machine Learning: LinearRegression for Price Prediction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages