Building a Machine Learning Model
Difficulty: Intermediate
Duration: 1 minute and 20 seconds
Students: 869
Rating: 4.6/5
This lesson will demonstrate how to build and train your own custom machine learning model from scratch. We cover all steps, including how to set up the environment, how to import and prepare your data, how to build and train the model, as well as how to evaluate its performance and make improvements.
Learning Objectives
- Import and validate training data
- Transform that data into features
- Train and evaluate your own machine learning model
- Improve the performance of your model
Intended Audience
- Data Engineers
- Machine Learning Engineers
Prerequisites
- A basic understanding of machine learning concepts
- Some Python experience