0% found this document useful (0 votes)
115 views11 pages

Machine Learning: Types of Algorithms

The document discusses machine learning algorithms and the machine learning process. It notes that data preparation accounts for 80% of data scientists' work. It then outlines the typical machine learning process, including gathering data, cleaning data, feature engineering, defining a model, and training, testing and predicting with the model. Feature engineering is described as creating and manipulating predictor variables to allow for good predictive modeling.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views11 pages

Machine Learning: Types of Algorithms

The document discusses machine learning algorithms and the machine learning process. It notes that data preparation accounts for 80% of data scientists' work. It then outlines the typical machine learning process, including gathering data, cleaning data, feature engineering, defining a model, and training, testing and predicting with the model. Feature engineering is described as creating and manipulating predictor variables to allow for good predictive modeling.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 11

Machine learning: types of algorithms

Machine learning: types of algorithms


Data preparation accounts for about 80% of the work
of data scientists

Source: https://www.forbes.com/sites/gilpress/2016/03/23/data-preparation-most-time-consuming-least-enjoyable-data-
science-task-survey-says/#2384360f6f63
We don’t enjoy data preparation, but we NEED to do it

Source: https://www.forbes.com/sites/gilpress/2016/03/23/data-preparation-most-time-consuming-least-enjoyable-data-
science-task-survey-says/#2384360f6f63
Machine learning process
1. Gathering data
2. Cleaning data
3. Feature engineering
4. Defining model
5. Training, testing
model and predicting
output
Feature engineering
A "feature" in the context of predictive modeling is just another name for
a predictor variable.

Feature engineering creates and manipulates predictors so that a good


predictive model can be created

Read more about it here:


https://machinelearningmastery.com/discover-feature-engineering-how-
to-engineer-features-and-how-to-get-good-at-it/
Feature engineering
id date time status weekday hour of day status
0 1/4/2020 19:38 delayed WEDNESDAY 19 delayed

1 1/4/2020 20:26 on time WEDNESDAY 20 on time

2 1/4/2020 20:12 on time WEDNESDAY 20 on time

3 1/4/2020 21:33 on time WEDNESDAY 21 on time

4 1/4/2020 22:53 delayed WEDNESDAY 22 delayed

5 1/4/2020 23:58 on time WEDNESDAY 23 on time

6 2/4/2020 00:20 on time THURSDAY 0 on time

7 2/4/2020 01:18 delayed THURSDAY 1 delayed

8 2/4/2020 01:39 on time THURSDAY 1 on time


Analytics
Linear Regression
Statistical technique that uses one or several explanatory variables to
predict the outcome of a response variable, mostly used for forecasting
and finding out cause and effect relationship between variables
Linear Regression
Linear Regression: p-values
A predictor that has a low p-value (< 0.05) is likely to be a meaningful
addition to your model because changes in the predictor's value are
related to changes in the response variable.

You might also like