Cloud Integration
Xplainable Cloud provides enterprise-grade model deployment, collaboration, and production management capabilities through the separate xplainable-client package.
Overview
The xplainable ecosystem includes two packages:
xplainable- Core transparent ML package (open source)xplainable-client- Cloud integration package (separate install)
This separation allows you to use the core xplainable features without cloud dependencies, while providing full cloud capabilities when needed.
Installation
The cloud client is completely separate from the core xplainable package. Install both for full functionality.
Quick Start
Basic Setup
With Custom Configuration
Core Features
Dataset Management
Access curated datasets for learning and experimentation.
Model Management
Train a model locally, then push it to the cloud.
Load models from the cloud for inference and inspection.
Preprocessing Management
Model Deployment
Deploy models as REST APIs with one command.
Model Inference
Advanced Features
The xplainable-client package provides additional cloud features including model versioning, team collaboration, and model management. Refer to the xplainable-client documentation for the full API reference.
AI Assistant Integration
The cloud client includes AI assistant capabilities for automated insights and report generation.
Complete Workflow Example
Here's a complete example showing the full workflow from training to deployment:
Security & Authentication
API Key Management
Organization & Team Management
Error Handling
Best Practices
Security
- Never hardcode API keys - Use environment variables
- Use organization/team contexts for proper access control
- Regularly rotate API keys for security
- Monitor API usage through the dashboard
Performance
- Cache model objects to avoid repeated downloads
- Use batch predictions for multiple samples
- Monitor deployment metrics for performance insights
- Version models systematically for reproducibility
Collaboration
- Use descriptive model names and descriptions
- Tag models with relevant metadata
- Share models appropriately with team permissions
- Document model assumptions and limitations
Migration Guide
From Internal Client (Pre-v1.2.9)
If you were using the internal client, migrate to the separate xplainable-client package:
The xplainable-client package is now the recommended way to interact with Xplainable Cloud. See the xplainable-client documentation for the full API reference.
Support
Need help with cloud integration?
- Documentation: Comprehensive API reference
- Community: Join our user community
- Support: Enterprise support available
- Issues: Report bugs and feature requests
Ready to deploy your first model? Check out our tutorials for complete examples, or explore the Python API documentation for detailed technical information.