2 مستودعات
Utilities for modifying dataset attributes and improving data quality for analysis.
Distinct from Data Collections & Datasets: Shortlist candidates focus on provenance (attribution) or generic collections, not the manipulation of numerical precision and features
Explore 2 awesome GitHub repositories matching data & databases · Feature Engineering Tools. Refine with filters or upvote what's useful.
GoLearn is a machine learning library for the Go programming language. It provides a supervised learning framework and a toolkit for building, training, and evaluating predictive models through a standardized interface. The project implements a data frame system that loads CSV files into structured grids for matrix operations. It includes a preprocessing library for discretizing continuous variables and a model evaluation toolkit that utilizes confusion matrices and cross-validation to measure precision and recall. The library covers data engineering and management, including the ability to
Allows sorting data, adding new features, and setting numerical precision for floating-point values to improve data quality.
tsfresh is an automated feature engineering tool and library designed to extract statistical characteristics from raw time series data. It transforms sequential data into tabular datasets, converting time series into a flat format where each row represents a unique entity and columns represent extracted features. The project distinguishes itself through a parallel data processing framework that distributes heavy computational workloads across multiple CPU cores. It also implements hypothesis-based feature selection to identify the most predictive characteristics and filter out irrelevant ones
Provides an automated system for transforming raw sequence data into predictive features through statistical calculations.