2 مستودعات
Tuning the frequency and scope of metric calculations to reduce resource bottlenecks during training.
Distinct from Metric Optimization Tools: Distinct from refining the metric's mathematical definition; it optimizes the computational overhead of calculating those metrics.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Metric Computation Optimization. Refine with filters or upvote what's useful.
CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu
Toggles specific metric computations or adjusts their frequency to reduce resource bottlenecks.
Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model zoo, and a benchmarking suite designed for industrial defect detection. It provides a wide range of algorithms—including generative, discriminative, teacher-student, and vision-language approaches—that support unsupervised, few-shot, and zero-shot settings. The library enables deployment through model export to ONNX and OpenVINO for edge devices, and includes a no-code web application for training and inference. It also features a command-line interface for orchestrating multi
Computes standard anomaly-detection performance metrics by auto-fetching required fields from dataclass inputs.