A Python package with various utilities that speed-up development of Decision Optimization projects in Watson Studio. Implements common tasks and provides best-practice guidelines to architect DO projects.
Add the equivalent to reading/writing csv files for the parquet format. That is, each table in it's own parquet file.
This allows higher efficiency when working with larger sized scenarios.
See ScenarioManager.load_data_from_csv and write_data_to_csv
Add the equivalent to reading/writing csv files for the parquet format. That is, each table in it's own parquet file. This allows higher efficiency when working with larger sized scenarios.
See
ScenarioManager.load_data_from_csv
andwrite_data_to_csv