New features • Initial CRAN release. • Implements a flexibleframework for bioinformatics modeling combining: • Recursivetransformer-inspired architectures. • Autoencoder-based featureextraction. • Random Forest and XGBoost classifiers. • Stacked ensemblemodels. • Provides benchmarking utilities: • ROC and PR curvegeneration. • Calibration (Brier score, calibration curves). • Thresholdoptimization for F1 and balanced accuracy. • Cross-validation andsampling utilities (including SMOTE/ROSE support). • Lightweight helperfunctions for reproducible modeling pipelines.
Documentation • Full function-level documentation with Roxygen2. •Example workflows included in vignettes.