Icon

04 Advanced Machine Learning

Advanced Machine Learning - Exercise
Task 2: Parameter Optimization Loop1. Start with a Parameter Optimization Loop Start node. Create a parameterfor the number of trees with start value=50, end value=150, andincrement=10. It is an integer.2. Overwrite the number of models setting in the Random Forest Learner(Regression) node with this parameter3. Transform the numeric scoring metrics into flow variables. Use the TableColumn to Variable node.4. End with a Parameter Optimization Loop End node. Use MAPE as theobjective value. Task 1: Random Forest (Regression)1. Execute the workflow. It reads and preprocesses the data about Airbnblistings in New York City, NY in 2019.2. Partition the data into a training set (70%) and a test set (30%). Applyrandom sampling.3. Train a Random Forest (Regression) model to predict the price column4. Apply the model to the test set5. Evaluate the model's performance with the Numeric Scorer node Read AB_NYC_2019data InteractiveData Cleaning CSV Reader Replace 0 price byneighborhood average Task 2: Parameter Optimization Loop1. Start with a Parameter Optimization Loop Start node. Create a parameterfor the number of trees with start value=50, end value=150, andincrement=10. It is an integer.2. Overwrite the number of models setting in the Random Forest Learner(Regression) node with this parameter3. Transform the numeric scoring metrics into flow variables. Use the TableColumn to Variable node.4. End with a Parameter Optimization Loop End node. Use MAPE as theobjective value. Task 1: Random Forest (Regression)1. Execute the workflow. It reads and preprocesses the data about Airbnblistings in New York City, NY in 2019.2. Partition the data into a training set (70%) and a test set (30%). Applyrandom sampling.3. Train a Random Forest (Regression) model to predict the price column4. Apply the model to the test set5. Evaluate the model's performance with the Numeric Scorer node Read AB_NYC_2019data InteractiveData Cleaning CSV Reader Replace 0 price byneighborhood average

Nodes

Extensions

Links