diff --git a/pr-preview/pr-3/rhods-deploy/1.33/chapter1/_images/ml_workflow.drawio.svg b/pr-preview/pr-3/rhods-deploy/1.33/chapter1/_images/ml_workflow.drawio.svg index d7bc3c0..b080df8 100644 --- a/pr-preview/pr-3/rhods-deploy/1.33/chapter1/_images/ml_workflow.drawio.svg +++ b/pr-preview/pr-3/rhods-deploy/1.33/chapter1/_images/ml_workflow.drawio.svg @@ -1,4 +1,4 @@ -
Data collection
Data collection
Data Preparation
Data Preparation
Feature Engineering
Feature Engineering
Model Training
Model Training
Select the proper algorithm to process the data
Select the proper al...
Tune the algorithm hyper-parameters to reach desired accuracy
Tune the algorithm h...
Model output format
Model output format
Model Registry
Model Registry
Deployable image
Deployable image
Upload to model registry
Upload to model...
Create an image that includes:
- A runtime engine for the model
- The model
Create an image that includes:...
model
model
Text is not SVG - cannot display
\ No newline at end of file +
Data collection
Data collection
Data Preparation
Data Preparation
Feature Engineering
Feature Engineering
Model Training
Model Training
Select the proper algorithm to process the data
Select the proper al...
Train the model
Train the model
Model output format
Model output format
Model Registry
Model Registry
Deployable image
Deployable image
Upload to model registry
Upload to model...
Create an image that includes:
- A runtime engine for the model
- The model
Create an image that includes:...
model
model
Text is not SVG - cannot display
\ No newline at end of file diff --git a/pr-preview/pr-3/rhods-deploy/1.33/chapter1/section1.html b/pr-preview/pr-3/rhods-deploy/1.33/chapter1/section1.html index 268ee4b..f8b767e 100644 --- a/pr-preview/pr-3/rhods-deploy/1.33/chapter1/section1.html +++ b/pr-preview/pr-3/rhods-deploy/1.33/chapter1/section1.html @@ -150,9 +150,6 @@

The model

The process of creating a model includes steps for data collection and selection, the selection of an algorithm to process the data, training the model, validating it, and exporting it so that it can be deployed in a later step.

-
-

In machine learning, a hyperparameter is a configuration setting that is not learned from the training data but is set prior to the training process. These settings are essential for controlling the behavior of a machine learning algorithm or model and can significantly impact the model’s performance. Hyperparameters are essential in machine learning because they define the behavior and performance of a model. Proper selection and tuning of hyperparameters can be a crucial part of the machine learning workflow and can significantly affect the success of a model in solving a particular problem.

-
Machine Learning Workflow