KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
8 stars 1 forks source link

Expose Dataset API #158

Open folmos-at-orange opened 3 months ago

folmos-at-orange commented 3 months ago

Description

Currently the Dataset class is an internal utility for the sklearn module. The idea is to render this class public so it is an utility to create multi-table datasets.

Questions/Ideas

This feature would ease many tasks:

Main design element: A builder pattern.

Design questions:

folmos-at-orange commented 3 months ago

Waiting for input after the first version of the spec: https://github.com/KhiopsML/khiops-python/wiki/Dataset-Spec-Proposal