Add
and Upload custom model
, like this:
train
and predict
methods. Here is its sample content:
requirements.txt
, stores all dependencies along with their versions. Here is its sample content:
custom_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_ML_engine
to create a model as follows: