Instructional Video21:52
APMonitor

Data Science 🐍 Prepare Data

10th - Higher Ed
Much of data science and machine learning work is getting clean data into the correct form. This may include data cleansing to remove outliers or bad information, scaling for machine learning algorithms, splitting into train and test...
Instructional Video14:53
APMonitor

Data Cleansing

10th - Higher Ed
Measurements from sensors or from human input can contain bad data that negatively affects machine learning. This tutorial demonstrates how to identify and remove bad data with Numpy and Pandas. Data cleansing is the process of removing...