Skip to content

Showcase the use of unsupervised learning to predict if cryptocurrencies are affected by 24-hour or 7-day price changes.

Notifications You must be signed in to change notification settings

anthonybpino/CryptoClustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoClustering

Showcase the use of unsupervised learning to predict if cryptocurrencies are affected by 24-hour or 7-day price changes.

k_scatter

Repo Description/Outline:

Using crypto price data in a csv, data is scaled/transformed for use in unsupervised machine learning. Some other forms of data manipulation include:

  • Finding the best value for k using the KMeans algorithm
  • Making predictions and placing them on a scatter plot using hvplot
  • Using the PCA algorithm to compare filtered data

Visualzations of these relationships can be found in the output folder.

Repository Contents:

  • Resources folder containing:

    • crypto_market_data.csv
  • Output folder containing:

    • plots created in the jupyter notebook
  • Jupyter Notebook used to perform the machine learning

Notes & Resources:

Dataset used was provided by Rutgers University in class files

About

Showcase the use of unsupervised learning to predict if cryptocurrencies are affected by 24-hour or 7-day price changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published