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

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

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

6 个仓库

Awesome GitHub RepositoriesDimensional Data Slicing

The process of segmenting datasets into categories or ranges to create filtered views.

Distinct from Position-Based Data Selection: Focuses on analytical data segmentation for visualization rather than binary file slicing or positional access.

Explore 6 awesome GitHub repositories matching data & databases · Dimensional Data Slicing. Refine with filters or upvote what's useful.

Awesome Dimensional Data Slicing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dc-js/dc.jsdc-js 的头像

    dc-js/dc.js

    7,431在 GitHub 上查看↗

    dc.js is a multi-dimensional analysis tool and visualization framework used to build interactive data dashboards. It functions as a charting library that renders diverse SVG visualizations powered by D3 and integrates natively with Crossfilter to enable coordinated filtering across large datasets. The project is distinguished by its linked-view coordination, where selecting a data range or category in one chart simultaneously updates all other connected views. This allows for dynamic data exploration through dimensional chart linking and coordinated brushing, transforming raw datasets into na

    Enables segmentation of data into specific categories or ranges to create focused, interactive views.

    JavaScript
    在 GitHub 上查看↗7,431
  • snorkel-team/snorkelsnorkel-team 的头像

    snorkel-team/snorkel

    5,981在 GitHub 上查看↗

    Snorkel is a weak supervision system that enables users to programmatically generate training labels for machine learning models without manual annotation. At its core, it provides a framework for writing labeling functions as Python callables that each vote on data points, and then trains a probabilistic graphical model over these multiple weak supervision sources to estimate latent true labels without any ground truth data. The system automatically learns accuracy and correlation parameters between labeling functions by analyzing observed agreement patterns on unlabeled data, converting lab

    Partitions training data into meaningful subgroups to monitor and improve downstream classifier performance on specific cohorts.

    Python
    在 GitHub 上查看↗5,981
  • chakra-ui/arkchakra-ui 的头像

    chakra-ui/ark

    5,004在 GitHub 上查看↗

    Ark is a headless UI component library that delivers accessible, cross-framework primitives with behavior governed by finite state machines. It provides unstyled components that encapsulate logic and accessibility — including full keyboard navigation, focus management, and WAI-ARIA support — while leaving visual styling entirely to the consumer. Components expose scoped data attributes for CSS targeting and use state machines to produce predictable, testable interactive behavior across every state transition. The library distinguishes itself through a state propagation model that distributes

    Provides a utility that slices a data array to the items for the current page and page size.

    TypeScriptcomponentsdesign-systemheadless
    在 GitHub 上查看↗5,004
  • micrometer-metrics/micrometermicrometer-metrics 的头像

    micrometer-metrics/micrometer

    4,850在 GitHub 上查看↗

    Micrometer 是一个维度指标库和应用程序指标外观(facade),为记录性能数据提供了一个供应商中立的接口。它将应用程序插桩与特定的可观测性后端解耦,允许使用键值标签记录计数器、仪表和计时器,以进行细粒度分析。 该项目具有后端适配器系统,可将插桩数据转换并路由到各种外部监控工具。这包括名称标准化以确保跨不同监控系统的可移植性,以及将维度数据映射到不支持标签的后端的层次结构格式的能力。 该库包括用于注册表管理、指标类型定义和基数控制的全面功能,以保护应用程序内存免受过多的唯一标签组合影响。它还为 JVM 系统内部组件(包括垃圾回收、处理器利用率和线程池)提供了预配置的插桩。

    Assigns tags to measurements to enable drilling down and filtering data across different categories.

    Java
    在 GitHub 上查看↗4,850
  • pyqtgraph/pyqtgraphpyqtgraph 的头像

    pyqtgraph/pyqtgraph

    4,297在 GitHub 上查看↗

    PyQtGraph is a scientific plotting and graphics framework built for PyQt and PySide applications, providing fast, interactive 2D and 3D visualizations with GPU-accelerated rendering. It serves as both a real-time signal monitoring system for streaming time-series data and a toolkit for constructing interactive data dashboards with dockable panels, parameter trees, and custom widgets. The library also includes a node-based visual flowchart tool for building data processing pipelines and a scientific graphics export system that saves plots as PNG, SVG, or CSV and converts items to Matplotlib for

    Extracts 1D or 2D subsets from higher-dimensional arrays for focused visualization.

    Pythonhacktoberfestnumpypython
    在 GitHub 上查看↗4,297
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Implements utilities to slice data arrays into specific pages for UI display.

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  1. Home
  2. Data & Databases
  3. Dimensional Data Slicing

探索子标签

  • Model Performance SlicingPartitioning training data into meaningful subgroups to monitor and improve model performance on specific slices. **Distinct from Dimensional Data Slicing:** Distinct from Dimensional Data Slicing: focuses on slicing data for model performance evaluation rather than analytical data segmentation for visualization.
  • Pagination Data SlicersUtilities that return only the items for a given page and page size from a data array. **Distinct from Dimensional Data Slicing:** Distinct from Dimensional Data Slicing: focuses on pagination slicing for UI lists, not analytical data segmentation.