chungyaoc

Results 2 comments of chungyaoc

I was trying Yellowbrick today and ran into the same problem. It's indeed from `train_sizes`. I got around it by changing the code of `LearningCurve` class in `yellowbrick/model_selection/learning_curve.py`: ```python class...

@SPDA36 , I think you can do the same thing as I did to circumvent this problem. For your setup, it will probably be: 1. Go to `~\miniconda3\envs\DS_Python311_JAN2023\Lib\site-packages\yellowbrick\model_selection\learning_curve.py` 2. Find...