Versions Compared

Key

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

...

Every model to be used by its implementation needs to be stored in a specific path, compoused by the Name of model type, a representative name of the model and a folder representing the version (the version doesn't have to be a number, it can be a name). As it can be seen below, the model for the Test Class was added following this structure

Code Block
languagetext
themeFadeToGrey
models_data
│
├───Bert
│   ├───bert-base-uncased
│   |   └───1
├───LatentSemanticIndexing
│   └───lsi
│       ├───1
│       └───2
├───SentimentAnalysisTextBlob
│   └───textBlob
│       └───1
├───SentimentAnalysisVader
│   └───vader
│       └───1
├───TfidfVectorizer
│   └───tfidf
│       └───1
└───Test
    └───test
        └───1