Skip to content

Commit 1a223e0

Browse files
committed
feat: add 'select_best_candidate' and 'max_uncovered_fraction' hyperparams
Add 'select_best_candidate' and 'max_uncovered_fraction' hyperparams. + remove built doc files from repo (moved to doc branch and github pages) + tiny code refactoring
1 parent fd558a5 commit 1a223e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+402
-28555
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,9 @@ doc/build/html.zip
281281
tests/resources
282282

283283
*.pickle
284+
285+
doc/build/html
284286
doc/build/html/.buildinfo
285287
doc/build/html/.buildinfo
288+
289+
RELEASE_INSTRUCTION.md

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
recursive-include rulekit/jar mockito*
2-
recursive-exclude * doc
2+
recursive-exclude * doc
3+
recursive-exclude * doc/resources

doc/build/html/.buildinfo

-4
This file was deleted.

doc/build/html/_images/rst_tutorials_classification_5_0.svg

-335
This file was deleted.

doc/build/html/_sources/index.rst.txt

-24
This file was deleted.

0 commit comments

Comments
 (0)