Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
748 views
in Technique[技术] by (71.8m points)

regression - Do you have any reviews on using AutoFeat python library for automated feature engineering?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I have used AutoFeat on some of my regression projects. It increase both accuracy and r2 score of the algorithms I ran. I used the feature selector component of AutoFeat to select the most important features after the automatic engineering of the features by the model.

I haven't had issue using it. It enhances all the evaluation metrics for me so far.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...