ttp2542 / anti-copy-paster

A plugin for IntelliJ IDEA for extracting code duplicates into a new method as soon as they are introduced.
Apache License 2.0
0 stars 1 forks source link

Put the three metrics categories into the skeleton class to make the model actually do things #49

Open tap5136 opened 1 year ago

tap5136 commented 1 year ago

Description:

Take the three metrics category classes, make them do the thing inside the model's predict() method. Test, probably. Sensitivities are going to have to be hardcoded for now, since those are passed in from the frontend. Probably want to store those in a variable and have setters somewhere, or have them just read in all of the sensitivities from a file before predicting. Try to write this in a way that will make frontend integration easy. MVC?

Related Epic:

Backend

Number Of Story Points: [number]

Acceptance Criteria:

Comments