Examples using KappaML API.
Platform: https://kappaml.com API Documentation: https://api.kappaml.com/docs OpenAPI Schema: https://api.kappaml.com/openapi.json API Keys: https://app.kappaml.com/api-keys
Requirements:
- Python 3.10+
- pip
Install dependencies:
pip install -r requirements.txtGet API key from https://app.kappaml.com/api-keys and set it as an environment variable:
export KAPPAML_API_KEY="your_api_key_here"Run one of the following examples.
This example demonstrates how to use the KappaML API to perform regression tasks.
python regression/kappaml_api_regression.pyjupyter notebook regression/kappaml_api_regression.ipynbstreamlit run regression/kappaml_api_regression_streamlit.pystreamlit run classification/kappaml_api_classification_streamlit.pystreamlit run forecasting/kappaml_api_forecast_streamlit.pyTBA
TBA

