kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Regression tree model based on our dataset #597

Open kan-qi opened 5 years ago

kan-qi commented 5 years ago
  1. the basics: https://www.statmethods.net/advstats/cart.html

  2. following the method given in the webpath to implement a regression tree model based on our dataset.

image

try to run this R script:

image

try to implement the tree regression function in the R script:

image