Blockchain Data Analytics For Dummies by Michael G. Solomon
Author:Michael G. Solomon
Language: eng
Format: epub
ISBN: 9781119651789
Publisher: Wiley
Published: 2020-05-27T00:00:00+00:00
df = pd.read_csv('transfers.csv', usecols=['cost', 'price', 'qty', 'year', 'month', 'day'])
scatter_matrix(df, alpha = 0.2, figsize = (6, 6))
plt.show()
Figure 9-4 shows the output of the scatterplotMatrix.py script. The scatterplot shows that most of the features don't exhibit interesting relationships. Straight lines of any type imply obvious relationships. The scatterplots for cost or price compared to the day feature are a little more interesting.
FIGURE 9-4: Scatterplot matrix of blockchain transfer data.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8199)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6300)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6253)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6146)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(5914)
Learning SQL by Alan Beaulieu(5906)
Driving Data Quality with Data Contracts by Andrew Jones(5887)
Weapons of Math Destruction by Cathy O'Neil(5668)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(5643)
Big Data Analysis with Python by Ivan Marin(5094)
Data Engineering with dbt by Roberto Zagni(4112)
Solidity Programming Essentials by Ritesh Modi(3762)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3616)
Pandas Cookbook by Theodore Petrou(3324)
Blockchain Basics by Daniel Drescher(3222)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2838)
Feature Store for Machine Learning by Jayanth Kumar M J(2751)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2734)
Mastering Python for Finance by Unknown(2685)
