Custom models in Neptune ML
Note
Neptune ML custom model support relies on an older version of Python 3. To create and run custom GNN models with up-to-date dependencies use GraphStorm on SageMaker
Real-time inductive inference is not currently supported for custom models.
Neptune ML lets you define your own custom model implementations using Python. You can train and deploy custom models using Neptune ML infrastructure very much as you do for the built-in models, and use them to obtain predictions through graph queries.
You can start implementing a custom model of your own in Python by following the Neptune
ML toolkit examples