Fluid AI Sanatio
  • What is Sanatio?
  • Guides
    • How to Access Sanatio?
  • Features
    • Validation Report
    • Enacting Recommendation
    • Automl module
    • Code generation
Powered by GitBook
On this page
  • Install Sanatio
  • Accessing functionalities
  • How authentication is done
  1. Guides

How to Access Sanatio?

PreviousWhat is Sanatio?NextValidation Report

Last updated 3 years ago

Good to know: To use Sanatio, you'll need an access token that will be authenticated by the Fluid AI server.

Install Sanatio

Sanatio is available in pypi. You can select the version of Sanatio you need. The current version is 2.0.0.

pip install fluidai-sanatio==2.0.0

Accessing functionalities

An access token is needed in order to execute the functions that are available in Sanatio. The access token should be entered in the prompt to authenticate your session.

Once authenticates, you don't need to authenticate yourself again until you close your notebook session.

How authentication is done

The authentication is done by the Fluid AI server with the access token provided by the user.

Have a look on how the authentication works technically :

http://172.31.20.20/python/fluid-ai-sanatio/-/wikis/Authentication-Mechanism-and-Flow