/cryptocurrencies

Primary LanguageJupyter Notebook

cryptocurrencies

Overview

Create an analysis for clients that are preparing to get into the cryptocurrency market and produce a report that includes what cryptocurrencies are on the trading market and how they could be grouped to create a classification system for a new investment.

Results

After generating an elbow curve, we can see that the optimal number of clusters are 4 (k=4).

elbow

Figure 1. Elbow Curve

with this information a 3D plot is generated as follows: 3Dplot

Figure 2. 3D plot

we can see the 4 different clusters that are generated.

A hvTable is generated displaying all of the currently tradeable cryptopcurrencies according to our dataset.

hvTable

Figure 3. hvTable

with this information we obtain a scatter plot grouped by class: hvPlot

Figure 4. hvPlot