-
Bug
-
Resolution: Done
-
Minor
-
AI267 - RHOAI2.13-en-2-20250124
-
False
-
-
False
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/ai267-2.13/pages/ch08s02 |
Reporter RHNID: | tginer |
Section Title: | Guided Exercise: Training Machine Learning Models |
Issue description
Improvement
=================
Description: If I got the concepts right, this excercise is actually training same dataset with three different models
skicit-learn uses Linear Regression LogisticRegression()
PyTorch and TensorFlow are using Neuronal Networks (ANN_model)
It is confusing to keep reading in the "Guided Exercise: Training Machine Learning Models" instructions:
Train THE SAME model by using....
It would be clear to say train the same dataset by using .... model.
Steps to reproduce:
Workaround:
Expected result: