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

Add conda package for kni and KNITransfer #306

Closed bruno-at-orange closed 5 months ago

bruno-at-orange commented 5 months ago

In LearningTestRunner, the new python api (kht_test) runs systematically the tests for Khiops, Khiops_coclustering and KNI. It fails if KNITransfer is missing. Therefore I added 2 new conda packages (as sub-packages): kni and kni-transfer.

A second commit concerns kht_test.py. The origin of the problem is that linux packages use openmpi and conda package use mpich. kht_test is now compliant with both: the flags specific to openmpi are translate in environment variables.

popescu-v commented 5 months ago

LGTM.