श्रेणीबद्ध वैरिएबल और मानकीकरण

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

James Chapman

Curriculum Manager, DataCamp

श्रेणीबद्ध वैरिएबल

    state country       type
295    az      us      light
296    tx      us  formation
297    nv      us   fireball
  • वन-हॉट एनकोडिंग: pd.get_dummies()
Python में Machine Learning के लिए Preprocessing

मानकीकरण

  • .var()
  • np.log()
Python में Machine Learning के लिए Preprocessing

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

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

Preparing Video For Download...