awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to guofei9987/scikit-opt

Open-source alternatives to Scikit Opt

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

  • julianlsolvers/optim.jlJuliaNLSolvers का अवतार

    JuliaNLSolvers/Optim.jl

    1,201GitHub पर देखें↗

    Optim.jl is a numerical optimization library for the Julia programming language, providing a comprehensive framework for minimizing or maximizing univariate and multivariate functions. It offers a suite of tools for solving both constrained and unconstrained mathematical problems, utilizing a variety of gradient-based, derivative-free, and stochastic search methods. The library distinguishes itself through a modular architecture that leverages language-level multiple dispatch to automatically select efficient solvers based on input data types and objective function properties. It supports com

    Juliajuliaoptimoptimisation
    GitHub पर देखें↗1,201
  • deap/deapDEAP का अवतार

    DEAP/deap

    6,336GitHub पर देखें↗
    Python
    GitHub पर देखें↗6,336
  • fmfn/bayesianoptimizationfmfn का अवतार

    fmfn/BayesianOptimization

    8,650GitHub पर देखें↗

    This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It operates as a global optimization framework that identifies optimal input parameters within defined bounds to maximize a target output. The library utilizes Gaussian process regression to predict function values and uncertainty, guiding the search for optimal parameters. It employs a surrogate-model optimization approach to approximate high-cost objective functions, reducing the total number of required evaluations. The system manages the trade-off between exploration and exploit

    Python
    GitHub पर देखें↗8,650
  • rsteca/sklearn-deaprsteca का अवतार

    rsteca/sklearn-deap

    774GitHub पर देखें↗

    Use evolutionary algorithms instead of gridsearch in scikit-learn

    Jupyter Notebook
    GitHub पर देखें↗774

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • scikit-image/scikit-imagescikit-image का अवतार

    scikit-image/scikit-image

    6,529GitHub पर देखें↗

    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
  • epistasislab/tpotEpistasisLab का अवतार

    EpistasisLab/tpot

    10,050GitHub पर देखें↗

    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
  • scikit-multilearn/scikit-multilearnscikit-multilearn का अवतार

    scikit-multilearn/scikit-multilearn

    953GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗953
  • pystruct/pystructpystruct का अवतार

    pystruct/pystruct

    668GitHub पर देखें↗

    Simple structured learning framework for python

    Python
    GitHub पर देखें↗668
  • teamhg-memex/sklearn-crfsuiteTeamHG-Memex का अवतार

    TeamHG-Memex/sklearn-crfsuite

    436GitHub पर देखें↗

    scikit-learn inspired API for CRFsuite

    Python
    GitHub पर देखें↗436
  • maximtrp/scikit-posthocsmaximtrp का अवतार

    maximtrp/scikit-posthocs

    383GitHub पर देखें↗

    Multiple Pairwise Comparisons (Post Hoc) Tests in Python

    Python
    GitHub पर देखें↗383
  • christophm/rulefitchristophM का अवतार

    christophM/rulefit

    446GitHub पर देखें↗

    Python implementation of the rulefit algorithm

    Python
    GitHub पर देखें↗446
  • rapidsai/cumlrapidsai का अवतार

    rapidsai/cuml

    5,209GitHub पर देखें↗

    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
  • edublancas/sklearn-evaluationedublancas का अवतार

    edublancas/sklearn-evaluation

    3GitHub पर देखें↗

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

    GitHub पर देखें↗3
  • epistasislab/scikit-rebateEpistasisLab का अवतार

    EpistasisLab/scikit-rebate

    421GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗421
  • microsoft/cntkMicrosoft का अवतार

    Microsoft/CNTK

    17,602GitHub पर देखें↗

    CNTK is a deep learning toolkit used for the design, construction, and training of neural networks. It defines model architectures as computational graphs and optimizes network parameters using an automatic differentiation engine and stochastic gradient descent. The project emphasizes large scale model distribution, spreading training workloads across multiple hardware nodes and GPUs. It features specialized support for dynamic sequence handling, allowing filters to be convolved across both spatial and dynamic sequence axes to process data of variable lengths. The toolkit provides hardware-a

    C++
    GitHub पर देखें↗17,602
  • mlpack/mlpackmlpack का अवतार

    mlpack/mlpack

    5,663GitHub पर देखें↗

    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
  • jundongl/scikit-featurejundongl का अवतार

    jundongl/scikit-feature

    1,571GitHub पर देखें↗

    open-source feature selection repository in python

    Python
    GitHub पर देखें↗1,571
  • rasbt/mlxtendrasbt का अवतार

    rasbt/mlxtend

    5,114GitHub पर देखें↗

    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
  • davisking/dlibdavisking का अवतार

    davisking/dlib

    14,399GitHub पर देखें↗

    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
  • larsmans/seqlearnlarsmans का अवतार

    larsmans/seqlearn

    707GitHub पर देखें↗

    Sequence learning toolkit for Python

    Python
    GitHub पर देखें↗707
  • amazaspshumik/sklearn-bayesAmazaspShumik का अवतार

    AmazaspShumik/sklearn-bayes

    524GitHub पर देखें↗

    Python package for Bayesian Machine Learning with scikit-learn API

    Jupyter Notebook
    GitHub पर देखें↗524
  • lensacom/sparkit-learnlensacom का अवतार

    lensacom/sparkit-learn

    1,150GitHub पर देखें↗

    PySpark Scikit-learn = Sparkit-learn

    Python
    GitHub पर देखें↗1,150
  • dswah/pygamdswah का अवतार

    dswah/pyGAM

    1,005GitHub पर देखें↗

    CONTRIBUTORS WELCOME Generalized Additive Models in Python

    Python
    GitHub पर देखें↗1,005
  • deepchecks/deepchecksdeepchecks का अवतार

    deepchecks/deepchecks

    4,024GitHub पर देखें↗

    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
  • aksnzhy/xlearnaksnzhy का अवतार

    aksnzhy/xlearn

    3,095GitHub पर देखें↗

    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
  • modal-python/modalmodAL-python का अवतार

    modAL-python/modAL

    2,354GitHub पर देखें↗

    A modular active learning framework for Python

    Python
    GitHub पर देखें↗2,354
  • sigopt/sigopt-sklearnsigopt का अवतार

    sigopt/sigopt-sklearn

    75GitHub पर देखें↗

    SigOpt wrappers for scikit-learn methods

    Python
    GitHub पर देखें↗75
  • csinva/imodelscsinva का अवतार

    csinva/imodels

    1,592GitHub पर देखें↗

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

    Jupyter Notebook
    GitHub पर देखें↗1,592
  • danielhanchen/hyperlearndanielhanchen का अवतार

    danielhanchen/hyperlearn

    2,470GitHub पर देखें↗

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

    Jupyter Notebook
    GitHub पर देखें↗2,470
  • tmadl/sklearn-expertsystmadl का अवतार

    tmadl/sklearn-expertsys

    490GitHub पर देखें↗

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

    Python
    GitHub पर देखें↗490