udacity / build-ml-pipeline-for-short-term-rental-prices

Project code for cd0581 refresh taught by Giacomo Vianello
Other
14 stars 633 forks source link

Addition of training step with testing and train_test_split #49

Closed panstav1 closed 11 months ago

panstav1 commented 11 months ago

Major changes in this pull request:

  1. Added of train_test_split step
  2. Developed and Added train random forest step with all of the preprocessing parts
  3. Added work on the test step in unseen data
  4. Worked on the conda environments