GithubHelp home page GithubHelp logo

abidor13 / cryptocurrencies Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.15 MB

Using Unsupervised Machine Learning, we created an analysis for a client who is preparing to get into the cryptocurrency market.

Jupyter Notebook 100.00%
data-analysis machine-learning pandas unsupervised-machine-learning visualization pca principal-component-analysis

cryptocurrencies's Introduction

Cryptocurrencies

Overview of the Project:

In this project we are creating an analysis for a client of ours who is preparing to get into the cryptocurrency market. At this point, we understand what Unsupervised Learning is used for, how to process data, how to cluster, how to reduce dimensions, and how to reduce the principal components using PCA.

Martha is a senior manager for the Advisory Services Team at Accountability Accounting, one of our most important clients. Accountability Accounting, a prominent investment bank, is interested in offering a new cryptocurrency investment portfolio for its customers. The company, however, is lost in the vast universe of cryptocurrencies. So, they’ve asked us to create a report that includes what cryptocurrencies are on the trading market and how they could be grouped to create a classification system for this new investment.

Results:

This new assignment consists of four technical analysis.

  • Preprocessing the Data for PCA

    • Using our knowledge of Pandas, we preprocessed the dataset in order to perform PCA, we first created a dataframe that we preprocessed, removed null values, dropped non important columns/features, and we also used get_dummies() to create variables for the Algorithm and ProofType features. Then finally we used StandardScaler().fit_transform function to standardize all features from the dataframe.

  • Reducing Data Dimensions Using PCA

    • Using our knowledge of how to apply the Principal Component Analysis (PCA) algorithm, we reduced the dimensions of the X DataFrame to three principal components and placed these dimensions in a new DataFrame.

  • Clustering Cryptocurrencies Using K-means

    • Using our knowledge of the K-means algorithm, we created an elbow curve using hvPlot to find the best value for K from the pcs_df DataFrame previously created. We then ran the K-means algorithm to predict the K clusters for the cryptocurrencies’ data.

  • Visualizing Cryptocurrencies Results

    • Using our knowledge of creating scatter plots with Plotly Express and hvplot, we visualized the distinct groups that correspond to the three principal components we created, then we created a table with all the currently tradable cryptocurrencies using the hvplot.table() function.

cryptocurrencies's People

Contributors

abidor13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.