Commit History

fix: extend xlim in plot_ml_vs_dl to prevent clipping of value labels
4744538

Rthur2003 commited on

feat: integrate wav2vec2 score into score fusion logic
87518a8

Rthur2003 commited on

fix: add wav2vec2 result handling and logging in analyze file processing
8be5b97

Rthur2003 commited on

feat: add Wav2Vec2 detector service to analysis route
5529f33

Rthur2003 commited on

fix: adjust confidence calculation and streamline model download logic
a55f921

Rthur2003 commited on

fix: real ensemble inference, Youden threshold, DL unpickler
f999d90

Rthur2003 Claude Sonnet 4.6 commited on

fix: update calibration and precision-recall plotting functions to load data from files
129f521

Rthur2003 commited on

fix: update confusion matrix and score distribution functions to load pre-computed CV predictions
fa18330

Rthur2003 commited on

feat: add script to generate publication-ready figures for AURIS paper
e8077a2

Rthur2003 commited on

fix: add ffmpeg decoding fallback for audio loading in analyze_vocals
4718070

Rthur2003 commited on

fix: add ffmpeg decoding fallback for unsupported audio formats in feature extraction
14fc9a2

Rthur2003 commited on

fix: update evaluation to use optimal threshold and adjust BCEWithLogitsLoss for class imbalance
9b6c85d

Rthur2003 commited on

fix: adjust BCEWithLogitsLoss to handle class imbalance with pos_weight
5ac76c0

Rthur2003 commited on

fix: add missing roc_curve metric import for evaluation
bfbdc0b

Rthur2003 commited on

feat: define families dictionary for candidate classifiers in _build_candidate_families function
1d86705

Rthur2003 commited on

feat: enhance candidate selection with class ratio and calibrated SVC for improved model performance
57f19bf

Rthur2003 commited on

feat: implement optimal threshold calculation for binary predictions in train function
058eadc

Rthur2003 commited on

feat: add CalibratedClassifierCV and roc_curve imports for enhanced model evaluation
27cd744

Rthur2003 commited on

feat: add TorchSklearnWrapper for PyTorch model compatibility with sklearn and enhance final model training process
bb33480

Rthur2003 commited on

Add Gradio dependency to requirements.txt with version constraints
20fe6c3

Rthur2003 commited on

feat: train all models on full data and save their paths
94ed8e9

Rthur2003 commited on

Refactor code structure for improved readability and maintainability
c0f3b71

Rthur2003 commited on

feat: update duration limit for audio analysis to 1 minute for improved detection
d20e581

Rthur2003 commited on

feat: implement mixed precision training and gradient accumulation in training loop
076d979

Rthur2003 commited on

feat: adjust confidence range in analysis result and optimize parallel processing for feature extraction, vocal analysis, and CLAP detection
8e5e154

Rthur2003 commited on

feat: enhance score fusion confidence range and adjust CLAP weight for improved accuracy
e18d9f7

Rthur2003 commited on

feat: adjust confidence calculation in score fusion to improve agreement handling
ba5cc97

Rthur2003 commited on

feat: update model parameters for Random Forest, Gradient Boosting, XGBoost, and LightGBM to enhance performance
e68824c

Rthur2003 commited on

feat: adjust Random Forest parameters for improved model performance
905436c

Rthur2003 commited on

feat: optimize Gradient Boosting and XGBoost parameters for improved model performance
0d5b4e8

Rthur2003 commited on

feat: refactor training history figure generation to use GradientBoostingClassifier and improve metric tracking
1c2de42

Rthur2003 commited on

feat: update model parameters and fix data leakage by removing duration_sec and sample_rate from features
bb6655d

Rthur2003 commited on

feat: add deep learning classifier comparison script for AURIS with multiple architectures
b8d143b

Rthur2003 commited on

feat: update excluded columns in feature statistics computation to prevent data leakage
edc551d

Rthur2003 commited on

feat: exclude additional metadata columns from feature loading to prevent data leakage
4b87da0

Rthur2003 commited on

feat: update output directory for generated figures to docs/academic/figures
983f3ef

Rthur2003 commited on

feat: add deep-learning figure generation script for enhanced model evaluation
917199d

Rthur2003 commited on

feat: enhance calibration figure with Brier score and update prediction functions
255af12

Rthur2003 commited on

feat: update ROC and Precision-Recall curve functions to include best model visualization
ca749ec

Rthur2003 commited on

feat: implement cross-validated predictions caching and update confusion matrix function
0ea8f54

Rthur2003 commited on

feat: add additional imports for model evaluation and cross-validation
853f480

Rthur2003 commited on

feat: add figure generation script for training results visualization
94e94a1

Rthur2003 commited on

feat: enhance analysis result with estimated bitrate and XAI verdict integration
9e93437

Rthur2003 commited on

feat: add XAI inference for explainable predictions in analysis results
21d9516

Rthur2003 commited on

feat: add XAI explanation models for enhanced interpretability in analysis results
45def97

Rthur2003 commited on

feat: integrate XAI service for enhanced explainability in analysis
3f5c3a0

Rthur2003 commited on

fix: rename variable for clarity in compute_stats function
7e3e9a6

Rthur2003 commited on

feat: add feature statistics computation from training CSV for enhanced analysis
575dde4

Rthur2003 commited on

feat: add XAI inference service for explainable predictions with detailed feature contributions
ac52af9

Rthur2003 commited on

feat: implement resume functionality in batch feature extraction to skip processed samples
8f111ee

Rthur2003 commited on