AutoML3 :: AutoML for Lifelong Machine Learning Forum

Go back to competition Back to thread list Post in this thread

> Data preprocessing in the provided code

Hi, would the organizer please provided a description on how the data is preprocessed in the provided code? Thanks~

Posted by: harryfootball @ Aug. 10, 2018, 10:33 a.m.

Hi

Sure, as you can see in the starting kit (DataManager.py), time features are loaded as integers, numerical features as float64 variables, categorical and multi-valued categorical features are loaded using an ordinal encoding. No other preprocessing is made.

Best

Posted by: hugo.jair @ Aug. 10, 2018, 1:33 p.m.

Hello,
The return value for ordinal encoding for categorical features is one ordered integer feature
What is the return value of ordinal encoding for multi-valued categorical features?
thanks.

Posted by: lhg1992 @ Aug. 24, 2018, 6:51 a.m.
Post in this thread