awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
S

scikit-learn-contrib/categorical-encoding

0
View on GitHub↗
0 stars·0 forks·8 views

Categorical Encoding

Features

  • Feature Engineering - Tools for encoding categorical variables into numerical formats.

Star history

Star history chart for scikit-learn-contrib/categorical-encodingStar history chart for scikit-learn-contrib/categorical-encoding

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Categorical Encoding

Similar open-source projects, ranked by how many features they share with Categorical Encoding.
  • blue-yonder/tsfreshblue-yonder avatar

    blue-yonder/tsfresh

    9,249View on GitHub↗

    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

    Jupyter Notebookdata-sciencefeature-extractiontime-series
    View on GitHub↗9,249
  • cgarciae/pypelncgarciae avatar

    cgarciae/pypeln

    1,597View on GitHub↗

    Concurrent data pipelines in Python >>>

    Python
    View on GitHub↗1,597
  • featuretools/featuretoolsfeaturetools avatar

    featuretools/featuretools

    7,655View on GitHub↗

    Featuretools is a Python data science library and automated feature engineering framework designed to create predictive features from multiple related datasets. It automates the data preparation and transformation steps required for machine learning models through deep feature synthesis. The library enables the automatic generation of comprehensive feature tables by applying recursive transformations to relational data. It supports the transformation of unstructured text into structured numeric features and allows users to define custom primitives to extend the synthesis process with specific

    Python
    View on GitHub↗7,655
  • alteryx/featuretoolsalteryx avatar

    alteryx/featuretools

    7,658View on GitHub↗

    Featuretools is an automated feature engineering library and data transformation framework written in Python. It automatically generates machine learning feature vectors from multi-table datasets by applying synthesis patterns to relational and timestamped data. The system functions as a distributed feature synthesis engine, allowing the process of creating feature vectors to scale across multiple cores or clusters to handle large-scale datasets. The library supports the synthesis of multi-table datasets, time series feature generation, and the creation of custom machine learning primitives

    Python
    View on GitHub↗7,658
See all 10 alternatives to Categorical Encoding→

Frequently asked questions

What are the main features of scikit-learn-contrib/categorical-encoding?

The main features of scikit-learn-contrib/categorical-encoding are: Feature Engineering.

What are some open-source alternatives to scikit-learn-contrib/categorical-encoding?

Open-source alternatives to scikit-learn-contrib/categorical-encoding include: alteryx/featuretools — Featuretools is an automated feature engineering library and data transformation framework written in Python. It… blue-yonder/tsfresh — tsfresh is an automated feature engineering tool and library designed to extract statistical characteristics from raw… cgarciae/pypeln — Concurrent data pipelines in Python >>>. featuretools/featuretools — Featuretools is a Python data science library and automated feature engineering framework designed to create… google/temporian. jem1031/pandas-pipelines-custom-transformers.