Skip to content

Fix feature names ch03#226

Open
fatinshariff wants to merge 2 commits intorasbt:mainfrom
fatinshariff:fix-feature-names-ch03
Open

Fix feature names ch03#226
fatinshariff wants to merge 2 commits intorasbt:mainfrom
fatinshariff:fix-feature-names-ch03

Conversation

@fatinshariff
Copy link

Changes Made

  • In[51]:
    • Changed
      feature_names = ['Sepal length', 'Sepal width', 'Petal length', 'Petal width']
      to
      feature_names = ['Petal length', 'Petal width']
    • This change ensures that feature_names matches the features actually used in the analysis.

This fixes a mismatch between the selected data columns and the feature names.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant