Skip to Content
Neural Network Projects with Python
book

Neural Network Projects with Python

by James Loy
February 2019
Beginner to intermediate
308 pages
7h 42m
English
Packt Publishing
Content preview from Neural Network Projects with Python

Putting it all together

We have accomplished a lot in this chapter. Let's do a quick recap of the code that we have written so far.

We started off by defining a function for preprocessing. This preprocess function takes a DataFrame as an input and performs the following actions:

  • Removing missing values
  • Removing outliers in the fare amount
  • Replacing outliers in passenger count with the mode
  • Removing outliers in latitude and longitude (that is, only considering points within NYC)

This function is saved under utils.py in our project folder.

Next, we also defined a feature_engineer function for feature engineering. This function takes a DataFrame as an input and performs the following actions:

  • Creating new columns for year, month, day, day ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Machine Learning with Python Cookbook

Machine Learning with Python Cookbook

Chris Albon

Publisher Resources

ISBN: 9781789138900Supplemental Content