Warrior SDK Python API Reference#
This page contains the complete Python API reference for Warrior’s SDK. For guides and concepts, see our main docs.
Essentials#
There are a few touch points that are most commonly needed in the SDK. These are:
- The
WarriorAI
client to create a connection to Warrior Its
WarriorAI.model()
method to create a new (empty) modelIts
WarriorAI.get_model()
to fetch an existing model already registered with Warrior
- The
- The
WarriorModel
class (returned by both of the above methods) to interact with a particular model Its
WarriorModel.build()
method to construct a new model from a DataFrameIts
WarriorModel.save()
method to register a model with the Warrior platform
- The