Skip to content

MelbPhil/Cryptocurrencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrencies

Using an unsupervised machine learning algorithm to group cryptocurrency coins into different clusters.

Overview of Cryptocurrencies

Here, I was tasked with creating a report taht determines how to group the cryptocurrencies that are currently trading in the market, such that new coins can be easily classified for easier investment strategising. I was provided with raw data, and needed to process the data to fit the machine learning model. After properly fitting this data to the unsupervised ML model, I then use some data visualization techniques to share my findings with the client.

Results

After cleaning and scalling the data, I ended up with 533 coins that were actively being traded.

Crypto_Table

These coins were clustered into 4 distinct classes:

3D_Scatter

Here you can visualize how the coins are desributed on a 2D scatter plot, where the x-axis is 'TotalCoinsMined' and the y-axis is 'TotalCoinSupply'

2D_Scatter

Summary

The 2D plot makes it rather difficult to visualize why these coins require 4 groups; this is much more apparent when visualizing the coins in the 3D scatter plot. Perhaps adding some more metrics for the Crypto Currencies would help better differenciate between the coins, as the majority of the coins are all currently being clustered in the same groups.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors