Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More input unit tests #5

Open
hlin117 opened this issue Aug 21, 2016 · 0 comments
Open

More input unit tests #5

hlin117 opened this issue Aug 21, 2016 · 0 comments

Comments

@hlin117
Copy link
Owner

hlin117 commented Aug 21, 2016

Unit tests should test whether ValueErrors are appropriately thrown for invalid inputs.

rmontanana added a commit to Doctorado-ML/mdlp that referenced this issue Jun 4, 2024
-Fix a big mistake in sortIndices method (removed unneeded loop)

-Add three hyperparameters to algorithm:
 * max_depth: maximum level of recursion when looking for cut point candidates.
 * min_length: minimum length of the interval of samples to be searched for candidates.
 * max_cut: Maximum number of cutpoints. This could be achieved in two ways: a natural number meaning the maximum number of outpoints in each feature of the dataset, or this number could be a number int the range (0, 1) meaning a proportion of the number of samples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant