awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jundongl/scikit-feature

Open-source alternatives to Scikit Feature

30 open-source projects similar to jundongl/scikit-feature, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Scikit Feature alternative.

  • epistasislab/scikit-rebateالصورة الرمزية لـ EpistasisLab

    EpistasisLab/scikit-rebate

    421عرض على GitHub↗

    A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning.

    Python
    عرض على GitHub↗421
  • scikit-image/scikit-imageالصورة الرمزية لـ scikit-image

    scikit-image/scikit-image

    6,529عرض على GitHub↗

    scikit-image is a Python image processing library and scientific image analysis toolkit. It provides a framework for digital image processing and computer vision, utilizing numerical arrays for pixel-level manipulations. The library enables the quantification of image properties and the detection of visual features, such as edges and blobs. It includes tools for image segmentation and the extraction of textures and patterns to characterize objects within visual data. Capabilities cover image manipulation through color space conversion, geometric transformations, and digital restoration. It a

    Pythoncomputer-visionimage-processingpython
    عرض على GitHub↗6,529
  • tmadl/sklearn-expertsysالصورة الرمزية لـ tmadl

    tmadl/sklearn-expertsys

    490عرض على GitHub↗

    Highly interpretable classifiers for scikit learn, producing easily understood decision rules instead of black box models

    Python
    عرض على GitHub↗490
  • rasbt/mlxtendالصورة الرمزية لـ rasbt

    rasbt/mlxtend

    5,114عرض على GitHub↗

    mlxtend is a pure Python machine learning extension library that provides additional tools for association rule mining, ensemble learning, and feature selection. It is built on numpy and pandas, with all data operations accepting and returning pandas DataFrames, and custom estimators inherit from scikit-learn’s base classes to offer a uniform fit-predict interface compatible with grid search. The library implements the Apriori algorithm for mining frequent itemsets from transaction data and generating association rules with confidence and lift metrics. For classification, it combines multiple

    Pythonassociation-rulesdata-miningdata-science
    عرض على GitHub↗5,114

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • scikit-multilearn/scikit-multilearnالصورة الرمزية لـ scikit-multilearn

    scikit-multilearn/scikit-multilearn

    953عرض على GitHub↗

    A scikit-learn based module for multi-label et. al. classification

    Python
    عرض على GitHub↗953
  • edublancas/sklearn-evaluationالصورة الرمزية لـ edublancas

    edublancas/sklearn-evaluation

    3عرض على GitHub↗

    Machine learning model evaluation made easy: plots, tables, HTML reports, experiment tracking and Jupyter notebook analysis.

    عرض على GitHub↗3
  • maximtrp/scikit-posthocsالصورة الرمزية لـ maximtrp

    maximtrp/scikit-posthocs

    383عرض على GitHub↗

    Multiple Pairwise Comparisons (Post Hoc) Tests in Python

    Python
    عرض على GitHub↗383
  • guofei9987/scikit-optالصورة الرمزية لـ guofei9987

    guofei9987/scikit-opt

    6,583عرض على GitHub↗

    scikit-opt is a Python optimization library and numerical framework designed to solve complex global optimization problems. It provides a suite of metaheuristic algorithms and tools for finding global minima or maxima of objective functions. The library implements a variety of nature-inspired and swarm intelligence algorithms, including Genetic Algorithms, Particle Swarm Optimization, Differential Evolution, Simulated Annealing, and Ant Colony Optimization. It includes specialized solvers for discrete combinatorial challenges, such as the Traveling Salesman Problem. The framework supports th

    Python
    عرض على GitHub↗6,583
  • pystruct/pystructالصورة الرمزية لـ pystruct

    pystruct/pystruct

    668عرض على GitHub↗

    Simple structured learning framework for python

    Python
    عرض على GitHub↗668
  • rapidsai/cumlالصورة الرمزية لـ rapidsai

    rapidsai/cuml

    5,209عرض على GitHub↗

    cuml is a GPU-accelerated machine learning library and framework that uses CUDA to accelerate tabular data preprocessing and model execution. It provides a suite of tools for training and deploying classification, regression, and clustering models on NVIDIA GPUs and GPU clusters. The library is designed for scalability, offering a distributed GPU machine learning environment that can spread computation and data across multiple hardware accelerators and nodes to handle datasets exceeding single-device memory. It mirrors standard estimator interfaces to allow the replacement of CPU-based models

    Python
    عرض على GitHub↗5,209
  • davisking/dlibالصورة الرمزية لـ davisking

    davisking/dlib

    14,399عرض على GitHub↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    عرض على GitHub↗14,399
  • teamhg-memex/sklearn-crfsuiteالصورة الرمزية لـ TeamHG-Memex

    TeamHG-Memex/sklearn-crfsuite

    436عرض على GitHub↗

    scikit-learn inspired API for CRFsuite

    Python
    عرض على GitHub↗436
  • dswah/pygamالصورة الرمزية لـ dswah

    dswah/pyGAM

    1,005عرض على GitHub↗

    CONTRIBUTORS WELCOME Generalized Additive Models in Python

    Python
    عرض على GitHub↗1,005
  • uber/causalmlالصورة الرمزية لـ uber

    uber/causalml

    5,875عرض على GitHub↗

    CausalML is a machine learning library for causal inference, providing tools to estimate treatment effects and causal impacts using experimental and observational data. It functions as a framework for uplift modeling and the estimation of heterogeneous treatment effects to distinguish causation from correlation. The library focuses on identifying how different user segments respond to specific interventions. This includes calculating the incremental gain of target metrics to optimize marketing campaigns, targeting high-response customer segments, and personalizing user engagement through the

    Python
    عرض على GitHub↗5,875
  • aksnzhy/xlearnالصورة الرمزية لـ aksnzhy

    aksnzhy/xlearn

    3,095عرض على GitHub↗

    High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.

    C++
    عرض على GitHub↗3,095
  • larsmans/seqlearnالصورة الرمزية لـ larsmans

    larsmans/seqlearn

    707عرض على GitHub↗

    Sequence learning toolkit for Python

    Python
    عرض على GitHub↗707
  • lensacom/sparkit-learnالصورة الرمزية لـ lensacom

    lensacom/sparkit-learn

    1,150عرض على GitHub↗

    PySpark Scikit-learn = Sparkit-learn

    Python
    عرض على GitHub↗1,150
  • amazaspshumik/sklearn-bayesالصورة الرمزية لـ AmazaspShumik

    AmazaspShumik/sklearn-bayes

    524عرض على GitHub↗

    Python package for Bayesian Machine Learning with scikit-learn API

    Jupyter Notebook
    عرض على GitHub↗524
  • danielhanchen/hyperlearnالصورة الرمزية لـ danielhanchen

    danielhanchen/hyperlearn

    2,470عرض على GitHub↗

    2-2000x faster ML algos, 50% less memory usage, works on all hardware - new and old.

    Jupyter Notebook
    عرض على GitHub↗2,470
  • modal-python/modalالصورة الرمزية لـ modAL-python

    modAL-python/modAL

    2,354عرض على GitHub↗

    A modular active learning framework for Python

    Python
    عرض على GitHub↗2,354
  • csinva/imodelsالصورة الرمزية لـ csinva

    csinva/imodels

    1,592عرض على GitHub↗

    Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).

    Jupyter Notebook
    عرض على GitHub↗1,592
  • christophm/rulefitالصورة الرمزية لـ christophM

    christophM/rulefit

    446عرض على GitHub↗

    Python implementation of the rulefit algorithm

    Python
    عرض على GitHub↗446
  • mlpack/mlpackالصورة الرمزية لـ mlpack

    mlpack/mlpack

    5,663عرض على GitHub↗

    mlpack is a header-only C++ machine learning library that defines matrix types as compile-time templates, enabling flexible numeric precision and memory layout without runtime overhead. Its core identity is built around a template metaprogramming architecture that allows algorithms to be included selectively as independent modules, reducing binary size, and supports compile-time serialization of neural network parameters by deducing matrix types and structure at compile time. The library distinguishes itself through a multi-language binding framework that automatically generates bindings for

    C++
    عرض على GitHub↗5,663
  • rsteca/sklearn-deapالصورة الرمزية لـ rsteca

    rsteca/sklearn-deap

    774عرض على GitHub↗

    Use evolutionary algorithms instead of gridsearch in scikit-learn

    Jupyter Notebook
    عرض على GitHub↗774
  • sigopt/sigopt-sklearnالصورة الرمزية لـ sigopt

    sigopt/sigopt-sklearn

    75عرض على GitHub↗

    SigOpt wrappers for scikit-learn methods

    Python
    عرض على GitHub↗75
  • deepchecks/deepchecksالصورة الرمزية لـ deepchecks

    deepchecks/deepchecks

    4,024عرض على GitHub↗

    Deepchecks is a machine learning model validation framework and MLOps testing library. It serves as an AI data quality suite and performance evaluator designed to verify the integrity and performance of models and datasets from research through production. The project functions as a model monitoring tool for tracking data drift and performance degradation in production environments. It allows for the creation of custom validation suites and utilizes a pluggable check architecture to automate quality checks within continuous integration pipelines. The framework covers a broad range of capabil

    Python
    عرض على GitHub↗4,024
  • epistasislab/tpotالصورة الرمزية لـ EpistasisLab

    EpistasisLab/tpot

    10,050عرض على GitHub↗

    TPOT is a Python automated machine learning tool and pipeline framework. It automatically searches, selects, and tunes machine learning algorithms and hyperparameters to identify the most effective model architecture. The system utilizes genetic programming to optimize these pipelines through evolutionary algorithms. To accelerate the search process, it functions as a multi-core evaluator that runs parallel training workflows across multiple processor cores. The framework supports the definition of custom objective functions to optimize pipelines based on specific performance metrics.

    Jupyter Notebook
    عرض على GitHub↗10,050
  • fastai/fastaiالصورة الرمزية لـ fastai

    fastai/fastai

    27,862عرض على GitHub↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    عرض على GitHub↗27,862
  • featuretools/featuretoolsالصورة الرمزية لـ featuretools

    featuretools/featuretools

    7,655عرض على 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
    عرض على GitHub↗7,655
  • apache/mahoutالصورة الرمزية لـ apache

    apache/mahout

    2,294عرض على GitHub↗

    Apache Mahout - an environment for quickly creating scalable, performant machine learning applications.

    Rust
    عرض على GitHub↗2,294