Back to Browse

#17: Scikit-learn 14: Preprocessing 14: KBinsDiscretizer()

2.6K views
Dec 21, 2020
15:19

The video discusses the code to implement KBinsDiscretizer() in Scikit-learn in Python. Timeline (Python 3.8) 00:00 - Outline of video 00:24 - Open Jupyter notebook 00:34 - Data 00:57 - KBinsDiscretizer: encode='ordinal', strategy='uniform' 03:05 - bin_edges_ 06:57 - KBinsDiscretizer: encode='onehot', strategy='uniform' 08:42 - ------ CORRECTION ------: I meant to say "3 plus 2 is 5" 11:33 - KBinsDiscretizer: encode:'onehot', strategy='quantile' 13:55 - KBinsDiscretizer: encode:'onehot', strategy='kmeans' 14:30 - Ending notes

Download

0 formats

No download links available.

#17: Scikit-learn 14: Preprocessing 14: KBinsDiscretizer() | NatokHD