Add
and Upload custom model
, like this:
train
and predict
methods. Here is the sample format:
Example
requirements.txt
, stores all dependencies along with their versions. Here is the sample format:
Example
model.py
file that stores an implementation of the model and the requirements.txt
file that stores all the dependencies.
Once the model is uploaded, it becomes an ML engine within MindsDB. Now we use this custom_model_engine
to create a model as follows: