Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
microprediction
Profil créateur GitHub

microprediction

Vue par dépôt de 7 skills collectés dans 2 dépôts GitHub.

skills collectés
7
dépôts
2
mis à jour
2026-06-24
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

explorateur de dépôts

Dépôts et skills représentatifs

precise
Scientifiques des données

Online (incremental) covariance, correlation, and precision estimation in Python — the streaming complement to sklearn.covariance. Use when code needs a covariance/correlation matrix updated per observation, recomputes np.cov/np.corrcoef in a rolling loop, must judge or compare covariance estimates, or proposes a new covariance methodology. Points to task-specific skills.

2026-06-24
assess-covariance-method
Scientifiques des données

Rigorously and honestly assess a NEW or proposed covariance / correlation / precision estimator, or a new covariance scoring rule, using precise. Use when someone proposes, asks to evaluate, or wants to compare a covariance methodology. Covers implementing it to the contract, conformance, benchmarking against the registry, out-of-sample validation, and statistically defensible inference.

2026-06-05
choose-covariance-estimator
Scientifiques des données

Pick which precise covariance estimator to use for a given dataset. Use when you have data X and are unsure which estimator fits its dimension, conditioning, or tail behavior. Wraps precise.suggest() and covariance_features().

2026-06-05
estimate-online-covariance
Développeurs de logiciels

Estimate a covariance / correlation / precision matrix incrementally with precise. Use when data arrives as a stream and you want the matrix updated per observation, or when you want an online (partial_fit) drop-in for sklearn.covariance, which is batch-only.

2026-06-05
keyed-dynamic-universe
Développeurs de logiciels

Maintain an online covariance over named series whose set changes over time (e.g. assets entering and leaving). Use when observations arrive as dicts keyed by name rather than fixed-length vectors. Wraps precise's keyed / FixedUniverse / DynamicUniverse adapters.

2026-06-05
score-covariance-estimate
Développeurs de logiciels

Score and compare covariance estimates with precise's assessor panel. Use when you need to judge an estimate out-of-sample or rank competing estimators — and especially in high dimensions, where the plain held-out likelihood is misleading.

2026-06-05
2 dépôts affichés sur 2
Tous les dépôts sont affichés