Skip to content

This project conducts an analysis of cryptocurrency data for a client who is interested in investing in the cryptocurrency market using unsupervised machine learning. The analysis identifies patterns in the cryptocurrency market dataset in order for the client to select the best cryptocurrency in which to invest.

Notifications You must be signed in to change notification settings

mewers2/Cryptocurrencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrencies

Project Overview

The purpose of this project is to create an analysis of cryptocurrency data for a client who is interested in investing in the cryptocurrency market. This analysis uses unsupervised machine learning to find patterns in the cryptocurrency market dataset in order for the client to select the best cryptocurrency in which to invest. In order to accomplish the analysis techniques in preprocessing data, clustering data and reducing dimensions within the dataset, and reducing principal components using PCA are demonstrated.

The purpose of unsupervised learning is to identify patterns and trends within the data with which to make decisions. The charts, table, and dataframe below are the products and visualizations this unsupervised machine learning analysis yielded.

3D Scatter Plot

This 3D plot shows the data after the number of dimensions were reduced through PCA (principal component analysis) and with the clusters applied by the unsupervised ML model

shot1

Table of Tradable Cryptocurrencies

The analysis began with a set of cryptocurrencies which were all candidates for investment. This table shows the listing of tradable cryptocurrencies after the analysis is complete and is interactive as the individual columns are selectable.

shot2

Scaled and Clustered DataFrame

This dataframe screenshot displays the first 10 cryptocurrencies after the data has been scaled and clustered by the ML model.

shot3

Scatter Plot

The scatter plot below displays the tradable cryptocurrencies graphically and they are color-coded based on the class the ML model assigned to them.

shot4

About

This project conducts an analysis of cryptocurrency data for a client who is interested in investing in the cryptocurrency market using unsupervised machine learning. The analysis identifies patterns in the cryptocurrency market dataset in order for the client to select the best cryptocurrency in which to invest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published