Diyago / kaggle-malware

https://www.kaggle.com/c/microsoft-malware-prediction/
1 stars 0 forks source link

Feature engineering #3

Open Diyago opened 5 years ago

Diyago commented 5 years ago

https://www.kaggle.com/nroman/engineering-display-features-updated display-features

Diyago commented 5 years ago

https://www.kaggle.com/c/microsoft-malware-prediction/discussion/76461 Time based encoding

def get_time_2(data, c):
    return pd.factorize(data[c], sort=False)[0].astype('int32')
Diyago commented 5 years ago

https://www.kaggle.com/adityaecdrid/simple-feature-engineering-xd

Diyago commented 5 years ago

https://www.kaggle.com/tunguz/malware-feature-engineering-only frequence encoding

Diyago commented 5 years ago

mean target CountryIdentifier

Diyago commented 5 years ago

https://www.kaggle.com/cdeotte/time-series-eda-malware-0-64

Diyago commented 5 years ago

https://www.kaggle.com/aantonova/some-new-risk-and-clusters-features

Diyago commented 5 years ago

https://www.kaggle.com/bogorodvo/upd-lightgbm-baseline-model-using-sparse-matrix lb 691 sparce way