Hi
I want to "teach" the machine learning tool kit how our projects in our company converges through time based on project name and the field 'SLOC'.
How can I tell the algorithm to see the different projects in our company and forecast the current project?
I can build a table that contains 3 fields: project name, date, sloc
Example:
project 1, 01.01.18, 22
project 1, 01.02.18, 40
project 1, 01.03.18, 2
project 2, 01.01.18, 400
project 2, 01.02.18, 88
project 2, 01.03.18, 16
Is it possible to "feed" the algorithm to know how our projects are going, so it will be able to forecast the next projects based on the previous project's data?
Thanks
... View more