nodet / dowml

A library and command line client to use Decision Optimization on IBM Watson Machine Learning (WML). NOT SUPPORTED BY IBM.
Apache License 2.0
3 stars 0 forks source link

DOWMLLib should return the CSV outputs as dataframes by default #17

Closed nodet closed 3 years ago

nodet commented 3 years ago

Assuming that most users of the library stay in the Python world (rather than storing files, like the Interactive does), it makes sense to change the default output format for tabular data to dataframes, rather than textual CSV content.