kan-qi / UMLx

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

Training Regression Tree Model #648

Open kan-qi opened 4 years ago

kan-qi commented 4 years ago

Train the lass regression model:

  1. pull from the branch:

image

  1. find the folder in your local workspace: image

  2. understand the current implementation of tree model: image

  3. train the model on the data set: image

  4. target is the project effort: image

kan-qi commented 4 years ago
  1. create the tutorial for this regression tree models: Provide a tutorial for the model at the following document, such that it can be provide information for future development:

https://docs.google.com/document/d/1WDvTEh981EfCcIxO9ZMei1aY15hF8kkeaMv4SZGjU8M/edit

Link2: https://docs.google.com/document/d/1WDvTEh981EfCcIxO9ZMei1aY15hF8kkeaMv4SZGjU8M/edit?usp=sharing

Describe what are the inputs, what are the outputs, what steps you methods you uses, and how to use the functions.