-
-
Notifications
You must be signed in to change notification settings - Fork 688
Pull requests: pytorch/ignite
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
fix: handle edge cases in SilhouetteScore when n_clusters < 2 or >= n_samples
module: metrics
Metrics module
#3679
opened Mar 17, 2026 by
frankgoldfish
Loading…
Fix ValueError when clusters < 2 in SilhouetteScore and DaviesBouldin…
module: metrics
Metrics module
#3677
opened Mar 17, 2026 by
HimanshuSingh-966
Loading…
fix: warn on Metric.__getattr__ wrapping unknown attributes
module: metrics
Metrics module
#3676
opened Mar 16, 2026 by
nightcityblade
Loading…
docs: fix typos and improve grammar in distributed.rst
docs
#3673
opened Mar 15, 2026 by
Prathamesh8989
Loading…
Refactor SpearmanRankCorrelation to native PyTorch and remove SciPy dependency
module: metrics
Metrics module
#3672
opened Mar 15, 2026 by
Prathamesh8989
Loading…
3 tasks done
Fix: DaviesBouldinScore raises ValueError when number of clusters < 2
module: metrics
Metrics module
#3671
opened Mar 15, 2026 by
mohamedhiba
Loading…
1 of 3 tasks
fix: report definition site in Metric.__getattr__ on AttributeError
module: metrics
Metrics module
#3666
opened Mar 10, 2026 by
rogueslasher
Loading…
Add min_evals parameter to EarlyStopping handler
module: handlers
Core Handlers module
#3661
opened Mar 9, 2026 by
D0-T
Loading…
2 of 3 tasks
add tests for uncovered lines in engine.py
module: engine
Engine module
#3660
opened Mar 8, 2026 by
rogueslasher
Loading…
fix: return NaN for invalid cluster counts in CalinskiHarabaszScore
module: metrics
Metrics module
#3656
opened Mar 7, 2026 by
nightcityblade
•
Draft
3 tasks done
fix: return NaN for invalid cluster counts in SilhouetteScore and DaviesBouldinScore
module: metrics
Metrics module
#3654
opened Mar 7, 2026 by
lfshao
Loading…
2 of 3 tasks
Add HarmonicMean metric to ignite.metrics
module: metrics
Metrics module
#3649
opened Mar 6, 2026 by
leelakrishnaRajasimha
•
Draft
Enhance search functionality and improve documentation layout
docs
#3647
opened Mar 6, 2026 by
aaishwarymishra
Loading…
Fix torch.load calls to explicitly set weights_only=False
module: handlers
Core Handlers module
#3639
opened Mar 5, 2026 by
rogueslasher
Loading…
Feat: Implement Word Error Rate (WER) metric
module: metrics
Metrics module
#3638
opened Mar 5, 2026 by
Manimaran-tech
Loading…
Feat: implement get_sequence_transform for Accuracy metric
module: metrics
Metrics module
#3637
opened Mar 5, 2026 by
Manimaran-tech
Loading…
Add comprehensive validation tests for Loss metric [skip ci]
#3631
opened Mar 4, 2026 by
Goutam16-Withcode
Loading…
4 tasks done
Add optional Core Handlers module
show_epoch flag to ProgressBar for customizable epoch display
module: handlers
#3628
opened Mar 3, 2026 by
SpandanBhoiIITM
•
Draft
1 of 3 tasks
Add fairness and bias metrics
enhancement
module: metrics
Metrics module
#3627
opened Mar 3, 2026 by
TahaZahid05
Loading…
3 tasks done
Feat: implement GradMonitor handler for gradient norm tracking and batch skipping
module: handlers
Core Handlers module
#3624
opened Mar 3, 2026 by
leelakrishnaRajasimha
Loading…
feat(early_stopping): rename min_delta→threshold, min_delta_mode→thre…
module: handlers
Core Handlers module
#3619
opened Mar 2, 2026 by
ramyars466
Loading…
Add NDCG metric to rec_sys
docs
module: metrics
Metrics module
#3608
opened Feb 26, 2026 by
steaphenai
Loading…
2 of 3 tasks
Replace typing module hints with modern syntax in metrics (top_k, hsic, object_detection)
module: metrics
Metrics module
#3606
opened Feb 26, 2026 by
Manimaran-tech
Loading…
Replace typing module hints with modern syntax in metrics (mAP, precision_recall_curve, multilabel, matthews)
module: metrics
Metrics module
#3605
opened Feb 26, 2026 by
Manimaran-tech
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.