anxietyhangover / Hands-On-Data-Science-and-Python-Machine-Learning

Hands-On Data Science and Python Machine Learning, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands-On Data Science and Python Machine Learning

This is the code repository for Hands-On Data Science and Python Machine Learning, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Instructions and Navigation

All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

import numpy as np
 
import pandas as pd
 
from sklearn import tree


 
input_file = "c:/spark/DataScience/PastHires.csv" 
df = pd.read_csv(input_file, header = 0) 

Related Products

About

Hands-On Data Science and Python Machine Learning, published by Packt

License:MIT License


Languages

Language:Jupyter Notebook 99.0%Language:Python 0.9%Language:Perl 0.1%Language:Shell 0.1%