issues
search
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
Analyzer-FirebaseSetup: Plan out Firebase structure
#36
Closed
asclines
closed
8 years ago
asclines
commented
8 years ago
Things that need to be planned out and researched:
How should data be stored in the database
Define the structure of a model. (For definition of model see #33 )
Model
Ensemble: When this type is selected, the analyzer should expect embedded models for the algorithms used to create ensemble.
Information a model should contain
Timestamp
Author
Model type(i.e. NeuralNet, DecisionTree, Ensemble,etc..)
Score
TestModel
SubModels (Array of Models)
TestModel
Information a test model should contain
Dataset used for testing
Values of test/train split
Things that need to be planned out and researched:
Model
Information a model should contain
TestModel
Information a test model should contain