KhiopsML / khiops

Khiops is an AutoML suite for supervised and unsupervised learning
https://khiops.org
BSD 3-Clause Clear License
34 stars 4 forks source link

An API closer to ANSI C for the drivers #416

Open bruno-at-orange opened 1 month ago

bruno-at-orange commented 1 month ago

Description

The fread method behaves differently from C ANSI, which does not return -1 and requires to use ferror:

It would be better to have the same behavior as C ANSI. To implement this, the driver API needs to be modified. We can start with the null driver in order to detect potential problems and after this step, we can specify the new driver API.