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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to modal-python/modal

Open-source alternatives to ModAL

30 open-source projects similar to modal-python/modal, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ModAL alternative.

  • rsteca/sklearn-deapAvatar von rsteca

    rsteca/sklearn-deap

    774Auf GitHub ansehen↗

    Use evolutionary algorithms instead of gridsearch in scikit-learn

    Jupyter Notebook
    Auf GitHub ansehen↗774
  • aksnzhy/xlearnAvatar von aksnzhy

    aksnzhy/xlearn

    3,095Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗3,095
  • pystruct/pystructAvatar von pystruct

    pystruct/pystruct

    668Auf GitHub ansehen↗

    Simple structured learning framework for python

    Python
    Auf GitHub ansehen↗668
  • rasbt/mlxtendAvatar von rasbt

    rasbt/mlxtend

    5,114Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,114
  • teamhg-memex/sklearn-crfsuiteAvatar von TeamHG-Memex

    TeamHG-Memex/sklearn-crfsuite

    436Auf GitHub ansehen↗

    scikit-learn inspired API for CRFsuite

    Python
    Auf GitHub ansehen↗436

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • tmadl/sklearn-expertsysAvatar von tmadl

    tmadl/sklearn-expertsys

    490Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗490
  • lensacom/sparkit-learnAvatar von lensacom

    lensacom/sparkit-learn

    1,150Auf GitHub ansehen↗

    PySpark Scikit-learn = Sparkit-learn

    Python
    Auf GitHub ansehen↗1,150
  • mlpack/mlpackAvatar von mlpack

    mlpack/mlpack

    5,663Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗5,663
  • deepchecks/deepchecksAvatar von deepchecks

    deepchecks/deepchecks

    4,024Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,024
  • rapidsai/cumlAvatar von rapidsai

    rapidsai/cuml

    5,209Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,209
  • sigopt/sigopt-sklearnAvatar von sigopt

    sigopt/sigopt-sklearn

    75Auf GitHub ansehen↗

    SigOpt wrappers for scikit-learn methods

    Python
    Auf GitHub ansehen↗75
  • epistasislab/scikit-rebateAvatar von EpistasisLab

    EpistasisLab/scikit-rebate

    421Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗421
  • uber/causalmlAvatar von uber

    uber/causalml

    5,875Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,875
  • guofei9987/scikit-optAvatar von guofei9987

    guofei9987/scikit-opt

    6,583Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,583
  • jundongl/scikit-featureAvatar von jundongl

    jundongl/scikit-feature

    1,571Auf GitHub ansehen↗

    open-source feature selection repository in python

    Python
    Auf GitHub ansehen↗1,571
  • larsmans/seqlearnAvatar von larsmans

    larsmans/seqlearn

    707Auf GitHub ansehen↗

    Sequence learning toolkit for Python

    Python
    Auf GitHub ansehen↗707
  • amazaspshumik/sklearn-bayesAvatar von AmazaspShumik

    AmazaspShumik/sklearn-bayes

    524Auf GitHub ansehen↗

    Python package for Bayesian Machine Learning with scikit-learn API

    Jupyter Notebook
    Auf GitHub ansehen↗524
  • maximtrp/scikit-posthocsAvatar von maximtrp

    maximtrp/scikit-posthocs

    383Auf GitHub ansehen↗

    Multiple Pairwise Comparisons (Post Hoc) Tests in Python

    Python
    Auf GitHub ansehen↗383
  • csinva/imodelsAvatar von csinva

    csinva/imodels

    1,592Auf GitHub ansehen↗

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

    Jupyter Notebook
    Auf GitHub ansehen↗1,592
  • christophm/rulefitAvatar von christophM

    christophM/rulefit

    446Auf GitHub ansehen↗

    Python implementation of the rulefit algorithm

    Python
    Auf GitHub ansehen↗446
  • danielhanchen/hyperlearnAvatar von danielhanchen

    danielhanchen/hyperlearn

    2,470Auf GitHub ansehen↗

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

    Jupyter Notebook
    Auf GitHub ansehen↗2,470
  • davisking/dlibAvatar von davisking

    davisking/dlib

    14,399Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,399
  • scikit-image/scikit-imageAvatar von scikit-image

    scikit-image/scikit-image

    6,529Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,529
  • scikit-multilearn/scikit-multilearnAvatar von scikit-multilearn

    scikit-multilearn/scikit-multilearn

    953Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗953
  • dswah/pygamAvatar von dswah

    dswah/pyGAM

    1,005Auf GitHub ansehen↗

    CONTRIBUTORS WELCOME Generalized Additive Models in Python

    Python
    Auf GitHub ansehen↗1,005
  • edublancas/sklearn-evaluationAvatar von edublancas

    edublancas/sklearn-evaluation

    3Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗3
  • apple/turicreateAvatar von apple

    apple/turicreate

    11,171Auf GitHub ansehen↗

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    C++
    Auf GitHub ansehen↗11,171
  • fastai/fastaiAvatar von fastai

    fastai/fastai

    27,862Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗27,862
  • ghamrouni/recommenderAvatar von GHamrouni

    GHamrouni/Recommender

    267Auf GitHub ansehen↗

    A C library for product recommendations/suggestions using collaborative filtering (CF)

    C
    Auf GitHub ansehen↗267
  • hydrospheredata/mistAvatar von Hydrospheredata

    Hydrospheredata/mist

    324Auf GitHub ansehen↗

    Serverless proxy for Spark cluster

    Scala
    Auf GitHub ansehen↗324