Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Parameter
    summaryThe model type indicates the type of logic to implement, (e.i. the name of the class)
    nameModel_Type
    typejson
    • Parameter
      summaryHolds the names of the actual models to implement.
      namemodel_names
      typestring array
      • Each model is stored in a folder with the same name, inside the models_data folder, it makes a path line "models_data\
      ModeL
      • Model_Name\name1"
      name

Model Versioning

A model

...

can be retrain, or a new model can be generated using the same algorithm with different parameters, so it could be said every single one of those parameters is a different version, each one of this versions can be stores in folders inside the model_name folder. An example of the directory tree and how each folder is named can be seen below

Code Block
languagetext
themeFadeToGrey
models_data
│
├───Model_Name
│   ├───name1
│   |   ├───1
│   |   ├───2
│   |   └───3
│   ├───name2
│   |   ├───1
│   |   └───2
│   └───name3
│       └───1
├───LatentSemanticIndexing
│   └───lsi
│       ├───1
│       └───2
├───SentimentAnalysisTextBlob
│   └───textBlob
│       └───1
├───SentimentAnalysisVader
│   └───vader
│       └───1
└───TfidfVectorizer
    └───tfidf
        └───1