Test: A way of determining if an algorithm works. (As opposed to testing the actual code, etc..)
ResultRecord: All the information about the test including parameters of the model used, information on the test data, results of test, etc.
Epic
Provide options for the user to store, track and analyze results from testing of algorithms.
Provide an API for developers to incorporate this into their project.
Stories - Completed
[FirebaseSetup]
As a user, I want to be able to configure my Google Firebase database with the Analyzer program.
[FirebaseUpload]
As a user, I want to be able to store my test results in a database
[FirebaseUpload]
As a developer, I want a Python API that allows me to record my test results
[FirebaseSetup]
As a user, I want to be able to modify my saved configurations for MLTA
Stories - Not Completed
[WebView]
As a user, I want to be able to view my test results that are stored in a database using a web interface
[WebFilter]
As a user, I want to be able to filter my test results in the web interface
[WebEdit]
As a user, I want to be able to modify/delete my test results in the web interface
[WebGraph]
As a user, I want to be able to see a 2d graph of selected models and attributes
[WebSuggest]
As a user, I want to be able to see recommended graphs based on the models I have selected.
Analyzer
Definitions
Epic
Provide options for the user to store, track and analyze results from testing of algorithms. Provide an API for developers to incorporate this into their project.
Stories - Completed
[FirebaseSetup]
As a user, I want to be able to configure my Google Firebase database with the Analyzer program.[FirebaseUpload]
As a user, I want to be able to store my test results in a database[FirebaseUpload]
As a developer, I want a Python API that allows me to record my test results[FirebaseSetup]
As a user, I want to be able to modify my saved configurations for MLTAStories - Not Completed
[WebView]
As a user, I want to be able to view my test results that are stored in a database using a web interface[WebFilter]
As a user, I want to be able to filter my test results in the web interface[WebEdit]
As a user, I want to be able to modify/delete my test results in the web interface[WebGraph]
As a user, I want to be able to see a 2d graph of selected models and attributes[WebSuggest]
As a user, I want to be able to see recommended graphs based on the models I have selected.API
Features
Languages
Completed
Maybe?