popescu-v
popescu-v
- example of a basic task: `KWDatabaseCheckTask`: overall structure; - parent task class: `KWDatabaseTask`; - another task with basic parallel processing mechanics (database chunking by the master, traversal by the...
`KHIOPS_DRIVERS_LOCATION` can be set at post-install, including for Conda, via the `post-link.sh` script on Linux and `post-link.bat` on Windows.
We still need to tackle the "conda-based" environments like Colab where `$CONDA_PREFIX` is not defined: should we say that this is computed just as ` dirname $(dirname $(which khiops-env))` (assuming...
> I'd call it `KHIOPS_MPI_QUIET` because there is an `--verbose` option in OpenMPI in addition to `--quiet`. One argument for the current `KHIOPS_MPI_VERBOSE` would be that, depending on the MPI...
> * What happens if it is not defined in the environment? It acts as a if it were `false` ? I would say "yes". > * What happens if...
My understading is that in `khiops-env` the `KHIOPS_MPI_VERBOSE` variable is set to "false" by default (that is, if it is not already defined in the environment). If this variable's value...
Related issue: https://github.com/KhiopsML/khiops-python/issues/413
According to the official documentation, it seems to be possible to sign PowerShell scripts: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_signing?view=powershell-7.5#methods-of-signing-scripts. Perhaps one possibility would be to try this approach for a basic PowerShell script first,...
To follow an approach that similar to the Conda (conda-forge) packages, we need to: - pin the packages - apply Renovate on the Dockerfiles as well.
Explore / brainstorm on potential products based on this.