Wrong assert descriptions in ex2 of Intermediate Machine Learning Course
Open
- Dominant language
- Jupyter Notebook
- Stars
- 514
- Forks
- 274
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I found wrong assert descriptions.
https://github.com/Kaggle/learntools/blob/1c59223040b87b17748bcbfd56ef5495a0037d44/learntools/ml_intermediate/ex2.py#L67
In this line, "reduced_X_train" should be replaced with "reduced_X_valid".
https://github.com/Kaggle/learntools/blob/1c59223040b87b17748bcbfd56ef5495a0037d44/learntools/ml_intermediate/ex2.py#L113
Also, "imputed_X_train" should be replaced with "imputed_X_valid".
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.