Skip to main content

microprediction/precise

SkillsMP は microprediction/precise から 6 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
6
GitHub スター
333
GitHub フォーク
58

このリポジトリの skills

2 件の職業カテゴリ · 100% 分類済み

収集済み skill 6 件中 6 件を表示しています。

職業分類
データサイエンティスト
説明

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

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

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…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
収集済み skill 6 件中 6 件を表示しています。