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

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

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

8 个仓库

Awesome GitHub RepositoriesDataset Transformations

Functions for filtering, mapping, and manipulating distributed data.

Distinguishing note: Focuses on row-level and batch-level data manipulation.

Explore 8 awesome GitHub repositories matching data & databases · Dataset Transformations. Refine with filters or upvote what's useful.

Awesome Dataset Transformations GitHub Repositories

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

    ray-project/ray

    42,895在 GitHub 上查看↗

    Ray is a distributed computing framework designed to scale Python and Java applications across clusters by abstracting task scheduling and resource management. It functions as a resource-aware execution engine that manages task dependencies, placement, and fault tolerance across networked compute nodes. At its core, the system provides a stateful actor model, allowing developers to define classes that run in dedicated processes to maintain and mutate internal state across remote method calls. The framework distinguishes itself through a robust cross-language interoperability layer, enabling f

    Applies functions to rows or batches to filter, map, or manipulate data for downstream processing tasks.

    Pythondata-sciencedeep-learningdeployment
    在 GitHub 上查看↗42,895
  • huggingface/lerobothuggingface 的头像

    huggingface/lerobot

    21,687在 GitHub 上查看↗

    This project is a comprehensive research platform designed for the end-to-end lifecycle of robotic learning. It provides a modular framework for training neural network policies—specifically through imitation and reinforcement learning—and deploying them onto physical robotic hardware. By offering a unified interface for hardware abstraction, the platform decouples high-level control logic from the specific sensors and actuators of diverse robotic systems. The framework distinguishes itself through a standardized approach to data and policy management. It utilizes a consistent schema for reco

    Applies coordinate transformations to historical data to ensure compatibility with updated hardware.

    Python
    在 GitHub 上查看↗21,687
  • vega/vegavega 的头像

    vega/vega

    11,807在 GitHub 上查看↗

    Vega is a reactive visualization engine that translates structured specifications into interactive, browser-based graphical representations. It functions as a declarative grammar for data visualization, allowing users to define complex charts and maps through a JSON-based configuration format rather than imperative code. The system operates on a dataflow-based reactive graph that automatically propagates updates through the visualization whenever input data or user interactions change. By integrating a modular transformation pipeline, the engine handles data filtering, sorting, and aggregatio

    Filters, sorts, and aggregates datasets directly within the visualization specification before rendering.

    JavaScriptcanvasd3svg
    在 GitHub 上查看↗11,807
  • datajuicer/data-juicerdatajuicer 的头像

    datajuicer/data-juicer

    6,574在 GitHub 上查看↗

    Data-Juicer is an open-source framework for cleaning, filtering, deduplicating, and transforming multimodal datasets to prepare them for training large language and vision models. It functions as a distributed data pipeline engine that runs processing jobs across Ray clusters, handling billions of samples with automatic operator fusion and adaptive parallelism. The framework provides a library of operators that leverage large language models for semantic extraction, filtering, and data synthesis within processing pipelines. The project distinguishes itself through a YAML-based data recipe sys

    Applies operations like LLM inference and repartitioning across entire datasets using distributed engines.

    Pythondatadata-analysisdata-pipeline
    在 GitHub 上查看↗6,574
  • jerrylead/sparkinternalsJerryLead 的头像

    JerryLead/SparkInternals

    5,363在 GitHub 上查看↗

    SparkInternals 是一份技术参考和架构指南,详细介绍了 Apache Spark 分布式计算引擎的内部设计和实现。它作为大数据引擎分析的研究资料,重点关注系统如何管理集群执行以及驱动节点(Driver)、执行器(Executor)和工作节点(Worker)之间的交互。 该项目详细分解了逻辑计划如何转换为物理执行阶段。它专门分析了数据 Shuffle 操作、内存管理以及分布式作业调度协调的机制。 该文档涵盖了广泛的分布式计算功能,包括查询执行规划、数据依赖管理和内存缓存策略。它还研究了任务分配、并行执行以及用于故障恢复和数据持久化的过程。

    Provides distributed functions for mapping, filtering, and manipulating records to produce new datasets.

    在 GitHub 上查看↗5,363
  • flashlight/flashlightflashlight 的头像

    flashlight/flashlight

    5,443在 GitHub 上查看↗

    Flashlight is a standalone C++ machine learning library and tensor library used for building and training neural networks. It functions as a comprehensive neural network framework and automatic differentiation engine, providing the tools to construct computation graphs and calculate gradients via backpropagation. The project serves as a distributed training framework, utilizing all-reduce operations to synchronize gradients and parameters across multiple compute nodes and devices. It distinguishes itself through deep integration of high-performance tensor manipulation, native device memory in

    Provides functions for mapping and manipulating dataset values while preserving the original data size.

    C++
    在 GitHub 上查看↗5,443
  • 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

    Provides functions for mapping and manipulating data using custom functions and lambdas across columns.

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

    fastai/course22

    3,398在 GitHub 上查看↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Wraps custom dataset logic into Transform objects so they integrate with the data pipeline system.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    在 GitHub 上查看↗3,398
  1. Home
  2. Data & Databases
  3. Dataset Transformations

探索子标签

  • Distributed Pipeline ExecutorsEngines that apply operations like LLM inference or repartitioning across entire datasets using distributed computing. **Distinct from Dataset Transformations:** Distinct from Dataset Transformations: focuses on orchestrating full-dataset operations across distributed engines, not just row-level mapping/filtering.
  • Legacy Dataset ReplayersUtilities for transforming historical data to match updated hardware calibration. **Distinct from Dataset Transformations:** Distinct from general dataset transformations: focuses on historical data compatibility for robotics.
  • Transform Wrapping for DatasetsWraps a custom dataset's __getitem__ logic into an encodes method so it becomes a Transform usable in data pipelines. **Distinct from Dataset Transformations:** Distinct from Dataset Transformations: specifically wraps dataset logic into a Transform object for pipeline integration, not general mapping/filtering.