Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.46 KB

File metadata and controls

67 lines (38 loc) · 1.46 KB

Advanced Machine Learning

Machine Learning Lifecycle

Data Cleaning

Data Pre-processing

Model Training

Model Evaluation

Model Monitoring

Model

Model Type

Bagging Method (Sampling with Replacement)

Gradient Boosting Method

Classification

Regression

Application

Marketing Science

Statistics

Appendix

Setup

  • Create conda env: conda create -n ml_env --file requirements.txt
  • Activate env: conda activate ml_env