Machine Learning with Python
This hands-on machine learning course advances your data analysis skills into the realm of real-world data science. If you have a working familiarity with Python, our three-day class equips you to go back to work with real-world predictive modeling and basic machine learning techniques. Led by expert data scientists, you will work with Python to lay your data science foundation and learn techniques that allow you to leverage your data in sophisticated, powerful new ways.
Duration
3 days/24 hours of instructionEducation Credits
21 PDUsPublic Classroom Pricing
$1795(USD)
GSA Price: $1685
Group Rate: $1695
Private Group Pricing
Have a group of 5 or more students? Request special pricing for private group training today.
Download the Course Brochure
Part 1: Overview of Data Science
- Data Science as a Quantitative Discipline
- How to define Data Science scopes
- The many faces of Data Science: Data Mining, Data Analysis, Data Analytics, Machine Learning, Predictive Modeling, Statistical Learning, Mathematical Modeling. What are these all about?
- Data Mining as a data exploration process
- Machine Learning: supervised vs. unsupervised
- Machine Learning vs. Predictive Analytics
- Big Data Analytics: what is it and why it's important
- Overview of a Data Mining Process Cycle
- Understanding business needs and identifying new business opportunities
- Formulating a business problem and associated requirements
- Defining key quantitative metrics to measure success and evaluating business benefits
- Translating business requirements into technical requirements and documentation
- Formulating data models based on business and technical requirements
- Identifying a set of quantitative models based on technical requirements and metrics of success
- Running the models and evaluating results
- Selecting the best model
- Deploying the model
Part 2: The Data Foundation
- Data Sources
- Types of Data
- Structured vs. unstructured data
- Static data vs. real-time data
- Types of data attributes: numerical vs. categorical
- Role of time factor and time trends in data analysis
- Working with Missing Values
- Main causes of missing data
- Understanding the importance of missing information
- Types of missing information
- Restoring missing values
- Imputing missing values and selecting imputation techniques
- Understanding and evaluating potential consequences of manipulating records with missing values
- Working with Outliers
- Defining quantitative criteria for outlier detection in 1D cases
- Understanding role of outliers in model building
- Deciding on outlier removal
- Defining outlier detection metrics in multi-dimensional space
- Working with Duplicate Records
- Defining duplicates
- Understanding sources of duplicates
- Deciding on duplicate removal
Part 3: Sampling and Hypothesis Testing
- Why Sampling May be Important for Machine Learning
- Sampling Techniques and Sample Bias
- Statistical Hypothesis
- Z-score, T-score and F statistic
- P-values
- Implementation of Hypothesis Testing for Model Evaluation Analysis
Part 4: Machine Learning Fundamentals
- What is Machine Learning?
- Supervised vs. Unsupervised Learning
- Overview of Supervised Machine Learning
- Regression Models
- Classification Models
- Overview of Unsupervised Machine Learning
- Clustering Methods
- Principal Component Analysis and Dimension Reduction
- Association Rules
- Overview of Major Steps in Building and Testing Quantitative Models
- Criteria for model selection
- How to prepare a training set
- Criteria for selecting model attributes/predictors
- Working with collinear variables
- Addressing imbalance problem
- Dealing with over-fitting; bias-variance tradeoff
- Validation and cross-validation
Part 5: Building a Linear Regression Model with Python
- Univariate Regression vs. Multiple Regression
- Mathematical Foundation of Linear Regression Overview: least square method vs. maximum likelihood method
- Model Assumptions
- Working with Continuous Attributes
- Dealing with Collinear Variable
- Model Subset Selection:
- Forward stepwise selection
- Backward selection
- Shrinkage methods: ridge regression and Lasso
- Dimension reduction
- Information criteria
- Automating Model Selection Procedure
- Model Parameter Evaluation, R squared vs. adjusted R squared
- Validating the Model
- Working with Categorical Variables
- Considering Input Variable Interactions
Part 6: Example of building a Classification Model with Python
- Dealing with Imbalanced Training Sets
- Understanding Confusion Matrix
- Evaluating Binary Classifiers using ROC / AUC
Part 7: Example of Cluster Analysis with Python
- Overview of Cluster Analysis Mathematical Foundation
- K-means Clustering Method
- Algorithm overview
- Convergence criteria
- How to determine the number of clusters
Part 8: Dimension Reduction techniques with Python
- What is Dimension Reduction?
- The Practical Goals of Dimension Reduction Implementation
- Principal Component Analysis vs. Singular Value Decomposition
- How Many Components to Choose
Part 9: Class Conclusion
- What was Not Covered in the Class
- Big Data Analytics – the Future of Machine Learning: Main Tools and Concepts
Intermediate level data analysts interested in expanding their data mining processes. We emphasize Data Foundation and Machine Learning concepts. All exercises are performed using Python.
- Address business needs and identifying new business opportunities using machine learning
- Work with missing values, outlines, and duplicate records with Python
- Implement hypothesis testing for model evaluation analysis
- Utilize both supervised and unsupervised machine learning
- Build a linear regression model with Python
- Build a classification model with Python
- Use the K-means clustering method for cluster analysis with Python