This repository contains several example notebooks along with small sample datasets that can be used to run the Regression Optimization Service on IBM API Hub.
- Python 3
- Credentials to access the API service (Please follow the instructions)
- Clone the repository
git clone https://github.com/IBM/regression-optimization-code-pattern.git
cd regression-optimization-code-pattern/
- Install required packages
pip install -r requirements.txt
- Open Jupyter notebook in current directory
jupyter notebook
Here are the list of provided notebooks:
- single_process/Single-Process-Regression-Optimization-Service.ipynb: Single Process Regression Optimization with sample data
- system_wide/System-Wide-Regression-Optimization-Service.ipynb: System-wide Regression Optimization with sample data
- API Service in IBM API Hub
- API Service in IBM Learning Path