How to create your own model algorithm
This section will walk you through the process of creating a model algorithm from the ground up. More accurately, it will describe the following processes:
- Implementing a model algorithm
- How to manage dependencies
- How to setup the editor
- How to train a model
- How to persist the model in MongoDB
- How to predict using a previously trained model
- Testing the model algorithm
- Using the landing page
- Using command line tools
- Debugging the model algorithm
- Running unit tests to ensure the correctness of some basic operations
- Publishing your model algorithm
- Modifying the model algorithm
- Migrating the
ModelInfo
- Bumping the version
- Migrating the