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

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

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

PAIR-code/facetsArchived

0
View on GitHub↗
7,340 星标·887 分支·Jupyter Notebook·Apache-2.0·3 次浏览pair-code.github.io/facets↗

Facets

Facets is a set of interactive software tools for the statistical analysis, distribution visualization, and multidimensional exploration of machine learning datasets. It provides a visual interface for identifying outliers and missing values in numeric and string data, specifically designed for auditing dataset quality and identifying skews between training and validation sets.

The system uses multidimensional facet-based visualization and interactive bucketing to map individual data points across multiple feature axes. It employs synchronized view filtering and animated dimension transitions to maintain visual context while navigating large datasets to detect systematic classifier failures and model errors.

The toolkit covers dataset distribution auditing and feature-by-feature statistical analysis. It enables the detection of distribution skews and the exploration of data points through coordinated filtering and client-side statistical aggregation.

Features

  • View Layering & Faceting - Renders multidimensional data distributions across multiple feature axes using synchronized faceted views and interactive filtering.
  • Distribution Analysis - Provides visualizations of value distributions across features to identify skews between training and validation sets.
  • Dataset Analysis Tools - Visualizes feature distributions and statistics to find missing data, outliers, and skews in ML datasets.
  • Visualizers - Offers an interactive tool for exploring feature distributions and identifying data skews in ML datasets.
  • Statistical Analysis - Produces visual feature-by-feature statistical analysis to identify outliers, missing values, and distribution skews.
  • Visual Data Explorers - Enables mapping of individual data points across multiple dimensions using interactive bucketing for error detection.
  • Visualization Coordinate Mapping - Maps individual dataset samples to visual coordinates across multiple dimensions to facilitate outlier and failure detection.
  • Interactive Data Binning - Groups continuous feature values into interactive discrete bins to enable efficient navigation of large datasets.
  • Data Explorers - Provides a visual interface for mapping data points across multiple dimensions using bucketing and filtering.
  • Synchronized View Filtering - Updates all active visualization panels simultaneously when a specific data subset is selected in any single view.
  • Classification Error Analysis - Identifies systematic classifier failures by exploring how specific data points behave across different feature dimensions.
  • Statistical Aggregators - Provides client-side utilities that compute summary statistics and distribution skews directly in the browser.
  • Faceted Plotting Systems - Uses faceted plotting systems to visualize thousands of data points through interactive zooming and animation.
  • Dataset Comparators - Compares numeric and string data distributions to evaluate statistical drift and ensure dataset quality.
  • Anomaly Distribution Plots - Uses faceting and animation to reveal patterns and anomalies within large-scale dataset distributions.
  • View Transition Animations - Implements animated transitions that interpolate point positions when switching between feature projections to maintain visual context.
  • Data Visualization - Visualizations for analyzing ML datasets.

Star 历史

pair-code/facets 的 Star 历史图表pair-code/facets 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

pair-code/facets 是做什么的?

Facets is a set of interactive software tools for the statistical analysis, distribution visualization, and multidimensional exploration of machine learning datasets. It provides a visual interface for identifying outliers and missing values in numeric and string data, specifically designed for auditing dataset quality and identifying skews between training and validation sets.

pair-code/facets 的主要功能有哪些?

pair-code/facets 的主要功能包括:View Layering & Faceting, Distribution Analysis, Dataset Analysis Tools, Visualizers, Statistical Analysis, Visual Data Explorers, Visualization Coordinate Mapping, Interactive Data Binning。

pair-code/facets 有哪些开源替代品?

pair-code/facets 的开源替代品包括: hadley/ggplot2 — ggplot2 is an R data visualization library and statistical graphics engine. It implements a grammar of graphics that… tidyverse/ggplot2 — ggplot2 is a data visualization library for R based on a formal grammar of graphics. It provides a declarative… has2k1/plotnine — Plotnine is a data visualization library for Python based on the Grammar of Graphics. It serves as a declarative… vega/vega-lite — Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a… nicolaskruchten/pivottable — This project is a JavaScript pivot table library and client-side data processor. It provides an interactive interface… kanaries/rath — Rath is an LLM-powered data analytics platform and augmented analytics engine designed for automated data exploration…

Facets 的开源替代方案

相似的开源项目,按与 Facets 的功能重合度排序。
  • hadley/ggplot2hadley 的头像

    hadley/ggplot2

    6,948在 GitHub 上查看↗

    ggplot2 is an R data visualization library and statistical graphics engine. It implements a grammar of graphics that functions as a declarative plotting framework, allowing users to specify what a plot should contain rather than how to draw it. The system builds visualizations by mapping data variables to visual aesthetics through a structured set of layering rules. This approach enables the composition of complex graphics by stacking independent components, such as geometric objects and scales, on top of a shared coordinate system. The framework supports scientific plotting and exploratory

    R
    在 GitHub 上查看↗6,948
  • tidyverse/ggplot2tidyverse 的头像

    tidyverse/ggplot2

    6,948在 GitHub 上查看↗

    ggplot2 is a data visualization library for R based on a formal grammar of graphics. It provides a declarative plotting framework that allows users to create complex graphics by combining geometric objects, statistical summaries, and coordinate systems. The system is distinguished by a layered approach to composition, where visualizations are built incrementally by stacking independent geometric, statistical, and coordinate layers. It utilizes a hierarchical styling engine to manage non-data elements such as backgrounds, fonts, and margins, and includes a multi-panel faceting tool for splitti

    R
    在 GitHub 上查看↗6,948
  • has2k1/plotninehas2k1 的头像

    has2k1/plotnine

    4,598在 GitHub 上查看↗

    Plotnine is a data visualization library for Python based on the Grammar of Graphics. It serves as a declarative statistical plotting framework and multi-panel plotting engine, allowing users to create complex charts by mapping data variables to visual properties such as position, color, and size. The project is distinguished by its use of a layered composition model and a statistical transformation engine that performs aggregations and computations before rendering visuals. It features a comprehensive system for multi-panel faceting, which enables the splitting of a single visualization into

    Pythondata-analysisgrammargraphics
    在 GitHub 上查看↗4,598
  • vega/vega-litevega 的头像

    vega/vega-lite

    5,216在 GitHub 上查看↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    TypeScriptchartsdeclarative-languageplot
    在 GitHub 上查看↗5,216
  • 查看 Facets 的所有 30 个替代方案→