Openml compatibility wrappers for TPOT and Auto-Sklearn
Stars
2
Forks
1
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
46
commits
Fix for when categorical features is empty.
bf2dea6
Removed scaler.
56ef438
Replaced all "numerical" with "numeric".
59d11db
Updated function call.
8d5a156
Fixes for one-hot-encoding names.
c532386
Variable names not copied.
70bcd09
Fixed categorical_indices not being a list.
cfedea4
Keeping track of the feature names.
ff767f0
Choose your own scaler.
6128c89
Fixed problem with categorical values and param preprocessor.
ee7e7fd
Fixed fix_null().
b8ed772
Added dict type detection.
a187e8b
Automatically detect types.
7a52631
Added parameter preprocessor.
8ede2b7
Added Variance Threshold to default preprocessing pipeline.
188258e