Bitcoin Future Price Prediction Using Python, Machine Learning, & PyCaret

randerson112358
6 min readJun 28, 2022

A Fun Project To Showcase Machine Learning & PyCaret

Disclaimer: The material in this article is purely educational and should not be taken as professional investment advice. Invest at your own discretion. Some external links in this post are affiliated.

In this article, I will talk about how I created a fun project to try to predict the future price of Bitcoin using python, machine learning and PyCaret. This is meant to be a fun simple project, so take the results with a grain of salt and remember that it’s very difficult to try to predict the crypto market, so don’t think you will be makin millions with this project. With that being said, if you are still interested, let’s begin !

What Is Python ?

According to pythons website (python.org), python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Python was released in 1991 and created by Guido van Rossum. It has become one of the most popular and fastest growing programming languages in terms of developers (which many believe is because of Google and Facebooks python libraries).

Python uses according to w3school:

  • Python can be used on a server to create web applications.

--

--

Responses (2)