Skip to main content
microprediction
GitHub 제작자 프로필

microprediction

2개 GitHub 저장소에서 수집된 7개 skills를 저장소 단위로 보여줍니다.

수집된 skills
7
저장소
2
업데이트
2026년 8월 18일
저장소 탐색

저장소와 대표 skills

precise
데이터 과학자

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

2026년 6월 24일
assess-covariance-method
데이터 과학자

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…

2026년 6월 5일
choose-covariance-estimator
데이터 과학자

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년 6월 5일
estimate-online-covariance
소프트웨어 개발자

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년 6월 5일
keyed-dynamic-universe
소프트웨어 개발자

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…

2026년 6월 5일
score-covariance-estimate
소프트웨어 개발자

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년 6월 5일
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다