awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesImputation Methods

Techniques for filling missing values in datasets using multiple imputation and chained equations.

Distinct from Missing Data Imputation: Distinct from general imputation: focuses on statistical methods like chained equations for data integrity.

Explore 5 awesome GitHub repositories matching data & databases · Imputation Methods. Refine with filters or upvote what's useful.

Awesome Imputation Methods GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • statsmodels/statsmodelsstatsmodels 的头像

    statsmodels/statsmodels

    11,260在 GitHub 上查看↗

    Statsmodels is a comprehensive Python library designed for statistical modeling, econometric research, and data analysis. It provides a robust framework for estimating and diagnosing a wide range of statistical models, enabling users to perform rigorous hypothesis testing, regression analysis, and complex data exploration within structured environments. The library distinguishes itself through its support for advanced statistical methodologies, including state space representation for dynamic systems and generalized linear frameworks that accommodate non-normal response variables. It offers s

    Fills gaps in datasets using multiple imputation methods to ensure data integrity.

    Pythoncount-modeldata-analysisdata-science
    在 GitHub 上查看↗11,260
  • je-suis-tm/quant-tradingje-suis-tm 的头像

    je-suis-tm/quant-trading

    9,190在 GitHub 上查看↗

    This project is a Python financial analytics framework and quantitative trading library. It provides a suite of mathematical tools for asset pricing, statistical market analysis, and the development of algorithmic trading strategies. The library is distinguished by its focus on currency and commodity correlation modeling, using regression and normalization to identify exchange rate drivers. It features a specialized portfolio optimization engine that applies graph theory, such as clique centrality and degeneracy ordering, alongside quadratic programming to balance risk-adjusted returns. The

    Fills gaps in missing pricing datasets by applying models based on the behavior of similar economic entities.

    Pythonalgorithmic-tradingbollinger-bandscommodity-trading
    在 GitHub 上查看↗9,190
  • gboeing/osmnxgboeing 的头像

    gboeing/osmnx

    5,573在 GitHub 上查看↗

    OSMnx 是一个 Python 库,用于从 OpenStreetMap 下载、建模和分析街道网络及其他地理空间特征。它使用户能够检索和处理世界各地的现实基础设施数据,提供用于网络分析、空间查询和可视化的工具。 该库提供了处理城市特征(如建筑轮廓、公交站点和高程数据)以及网络统计信息(如交叉口密度和迂回度)的功能。它支持多种出行模式,包括驾驶、步行和骑行,并可以计算最短路径、推算行驶速度和生成等时线地图。其他功能包括地理编码、地图匹配、坐标投影以及以各种格式保存和加载网络的能力。 OSMnx 提供了将街道网络和地理空间特征可视化为静态地图或交互式 Web 地图的工具,并可以绘制图底图。该库可通过标准 Python 包安装方法获取。

    Imputes missing travel speeds and calculates edge travel times for street network routing.

    Pythongeographygeospatialgis
    在 GitHub 上查看↗5,573
  • nyandwi/machine_learning_completeNyandwi 的头像

    Nyandwi/machine_learning_complete

    4,983在 GitHub 上查看↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Implements predictive imputation by modeling missing features as functions of other variables using regression.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    在 GitHub 上查看↗4,983
  • manuelbieh/geolibmanuelbieh 的头像

    manuelbieh/geolib

    4,273在 GitHub 上查看↗

    Geolib 是一个地理空间计算库和点分析工具。它提供了一系列用于计算坐标之间距离、方位角和面积的工具,以及转换地理测量值和坐标格式的功能。 该库具有一个 Well-Known Text (WKT) 几何解析器,可将 WKT 字符串转换为用于多边形分析的坐标结构。它包括用于地理围栏和点包含分析的专用工具,能够确定坐标是否落在定义的多边形或指定半径内。 该工具集涵盖了广泛的功能领域,包括位置邻近度分析、导航方位角计算和数据转换。它可以计算中心点、确定边界框并按邻近度对坐标进行排序,以识别最近邻居。 该库还提供用于验证坐标以及在不同公制和英制标准单位之间转换距离、面积和速度的工具。

    Determines the speed of travel between two coordinates based on the time elapsed between them.

    JavaScript
    在 GitHub 上查看↗4,273
  1. Home
  2. Data & Databases
  3. Missing Data Imputation
  4. Imputation Methods

探索子标签

  • Synthetic Control ImputationImputation techniques that use a weighted combination of similar entities to fill missing data gaps. **Distinct from Imputation Methods:** Specifically uses synthetic control methods based on similar economic entities rather than simple scalar replacement.
  • Travel Speed ImputersImputes missing travel speeds on graph edges and calculates travel times for street networks. **Distinct from Imputation Methods:** Distinct from Imputation Methods: specifically imputes travel speeds on network edges rather than general statistical imputation.