Versions Compared

Key

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

Python Bridge can be configure configured using the config.json file in the config folder:

...

  • 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 like "models_data\Model_Name\name1"

...

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 stored in folders inside the model_name folder. An example of the directory tree and how each folder is named can be seen below

...