kan-qi / UMLx

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

Training Stepwise Regression Model #647

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 stepwise regression 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 stepwise regression model: 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/1vdq9fZ5uNlJ9kChZaSSVUBubvjlgqNh_BjPcGvoq-44/edit

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

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