फीचर इंजीनियरिंग

Python में Machine Learning के लिए Preprocessing

James Chapman

Curriculum Manager, DataCamp

फीचर इंजीनियरिंग क्या है?

फीचर इंजीनियरिंग: मौजूदा फीचर्स से नए फीचर बनाना

  • प्रदर्शन बेहतर करें
  • फीचर्स के संबंधों की समझ पाएं
  • पहले डेटा को समझना ज़रूरी है!
  • डेटासेट पर बहुत निर्भर
Python में Machine Learning के लिए Preprocessing

फीचर इंजीनियरिंग परिदृश्य

Id Text
1 "Feature engineering is fun!"
2 "Feature engineering is a lot of work."
3 "I don't mind feature engineering."

 

user fav_color
1 blue
2 green
3 orange
Python में Machine Learning के लिए Preprocessing

फीचर इंजीनियरिंग परिदृश्य

Id Date
4 July 30 2011
5 January 29 2011
6 February 05 2011

 

user test1 test2 test3
1 90.5 89.6 91.4
2 65.5 70.6 67.3
3 78.1 80.7 81.8
Python में Machine Learning के लिए Preprocessing

अभ्यास करते हैं!

Python में Machine Learning के लिए Preprocessing

Preparing Video For Download...