Skip to content

Open in Colab

Using multiple integrations at once#

Neptune's integrations work independently of each other. This means that you can use multiple integrations together in the same script.

Example

If you're doing hyperparameter optimization using Optuna on scikit-learn models, you can use the following together:

We provide an example notebook and script to demonstrate how these integrations can work together in practice.

See result in Neptune 

Note: Since the integrations work independently, it is necessary to organize the logged metadata in a way that makes it easy for you to search for the information you need, without it being overwritten by another integration.

The concepts remain the same irrespective of the integration you are using.

(Notebook) Neptune + Optuna + scikit-learn#

This Jupyter notebook shows how you can use Neptune's Optuna and scikit-learn integrations together.

Open notebook in Colab 

(Script) Neptune + Optuna + scikit-learn + Airflow#

This script demonstrates a setup similar to the above, with Airflow scheduling on top.

Open script on GitHub 


To view or download the raw notebooks and scripts, visit the Neptune examples repo.

See full code examples