Skip to content

How to Fix a typo in https://learn.microsoft.com/en-us/training/modules/train-evaluate-regression-models/7-exercise-optimize-save-models #66

@AnmolArora15

Description

@AnmolArora15

Hello,

I recently went through the Microsoft Learn notebook on Train and Evaluate Regression Models, and I noticed a few typos that I believe need correction. (link)[https://learn.microsoft.com/en-us/training/modules/train-evaluate-regression-models/7-exercise-optimize-save-models]

Below are the details of the corrections I have identified:

  1. Typo in Training a Model : -

Current Text:

Fit a lasso model on the training set
model = GradientBoostingRegressor().fit(X_train, y_train)
print (model, "\n")

Corrected Text:

Fit a GradientBoostingRegressor model on the training set
model = GradientBoostingRegressor().fit(X_train, y_train)
print (model, "\n")

Please let me know if you need any further information or if there's a specific process I should follow to submit these corrections officially.

Regards,

Anmol Arora

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions