Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: Doctorado-ML/FImdlp

Tags

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from Doctorado-ML/hiperparameters

Add hyperparameters to discretized

Hyperparameters added:

- min_length: int, default=3: The minimum length of an interval to be considered to be discretized.
- max_depth: int, default=1e6: The maximum depth of the discretization process.
- max_cuts: float, default=0: The maximum number of cut points to be computed for each feature. Compute all cutpoints and select the ones that produce less entropy

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was signed with the committer’s verified signature.
rmontanana Ricardo Montañana Gómez
Update the c++ sources with new version

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
rmontanana Ricardo Montañana Gómez
Update README to include link to pypi

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
rmontanana Ricardo Montañana Gómez
Update branch name from master to main in CI