Skip to content

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

License

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •