CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Epic: Analyzer #33

Open asclines opened 8 years ago

asclines commented 8 years ago

Analyzer

Definitions

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

  1. [FirebaseSetup] As a user, I want to be able to configure my Google Firebase database with the Analyzer program.
  2. [FirebaseUpload] As a user, I want to be able to store my test results in a database
  3. [FirebaseUpload] As a developer, I want a Python API that allows me to record my test results
  4. [FirebaseSetup] As a user, I want to be able to modify my saved configurations for MLTA

    Stories - Not Completed

  5. [WebView] As a user, I want to be able to view my test results that are stored in a database using a web interface
  6. [WebFilter] As a user, I want to be able to filter my test results in the web interface
  7. [WebEdit] As a user, I want to be able to modify/delete my test results in the web interface
  8. [WebGraph] As a user, I want to be able to see a 2d graph of selected models and attributes
  9. [WebSuggest] As a user, I want to be able to see recommended graphs based on the models I have selected.

    API

    Features

    • Create record
    • Upload record

      Languages

Completed

Maybe?

asclines commented 8 years ago

@ASAAR @RyanMcBerg can you guys think of anything else this might need?