Jeffrey Pallarés Núñez
Results
2
issues of
Jeffrey Pallarés Núñez
Why use StrafiedShuffleSplit, instead of train_test_split with attribute ```stratify```? ```X_train, X_test = train_test_split(housing.values, test_size=0.2, stratify=housing['income_cat'], random_state=42)``` I think its more clear and pythonic that make folds and use a ```for```...
### Did you check the docs? - [x] I have read all the vscode-neovim docs - [X] I understand the fundamental limitations of the plugin and believe this request to...
enhancement