Files
p2rank/.gitignore
rdk b8f802b145 refactor model flattening to use FasterForestConverter API with configurable target types
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.
2026-02-16 01:00:55 +01:00

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