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.txt
Get 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.py
jupyter notebook regression/kappaml_api_regression.ipynb
streamlit run regression/kappaml_api_regression_streamlit.py
TBA
streamlit run forecasting/kappaml_api_forecast_streamlit.py
TBA
TBA