mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
Generalize Model classifier from Classifier to Object to support both trainable classifiers and flat BinaryForest models. Add rf_flatten_target parameter for selecting forest type (FlatBinaryForest, LegacyFlatBinaryForest, InterleavedBfsForest, etc). Deprecate rf_flatten_as_legacy in favor of the new target type selection.
42 lines
304 B
Plaintext
42 lines
304 B
Plaintext
build/
|
|
bin/
|
|
|
|
.gradle/
|
|
.settings/
|
|
.project
|
|
.classpath
|
|
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
*.class
|
|
*~
|
|
classes/
|
|
|
|
logs/*
|
|
*.log
|
|
out/*
|
|
*.stackdump
|
|
|
|
/local*
|
|
|
|
!*.pdb
|
|
!releases
|
|
!lib/*
|
|
!*.md
|
|
|
|
venv/
|
|
tmp
|
|
pastebin.txt
|
|
|
|
# P2Rank distro
|
|
distro/bin/
|
|
distro/log/*
|
|
distro/test_output/
|
|
distro/README.md
|
|
|
|
pastebin.txt
|
|
|
|
CLAUDE.local.md
|