You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the future use of pipeline, the classes in matbench.preprocess can also take the form of fit + transform, as the classes insklearn.preprocessing, such as Imputer and LabelEncoder etc.
The text was updated successfully, but these errors were encountered:
I don't think the overall pipeline of matbench will take the form of an sklearn pipeline, since most of our underlying code uses dataframes and sklearn.Pipeline doesn't play nice with DataFrames sometimes...
For the future use of pipeline, the classes in
matbench.preprocess
can also take the form offit
+transform
, as the classes insklearn.preprocessing
, such asImputer
andLabelEncoder
etc.The text was updated successfully, but these errors were encountered: