Skip to main content
microprediction
Perfil de criador do GitHub

microprediction

Visão por repositório de 7 skills coletadas em 2 repositórios do GitHub.

skills coletadas
7
repositórios
2
atualizado
18 de ago. de 2026
explorador de repositórios

Repositórios e skills representativas

precise
Cientistas de dados

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,…

24 de jun. de 2026
assess-covariance-method
Cientistas de dados

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…

5 de jun. de 2026
choose-covariance-estimator
Cientistas de dados

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().

5 de jun. de 2026
estimate-online-covariance
Desenvolvedores de software

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.

5 de jun. de 2026
keyed-dynamic-universe
Desenvolvedores de software

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…

5 de jun. de 2026
score-covariance-estimate
Desenvolvedores de software

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.

5 de jun. de 2026
Mostrando 2 de 2 repositórios
Todos os repositórios foram exibidos