Giter Club home page Giter Club logo

best-of-ml-python's People

Contributors

aliabd avatar andyndang avatar anmorgan24 avatar aschonfeld avatar ashvardanian avatar aterzis-google avatar azulgarza avatar chschroeder avatar creyesp avatar csinva avatar ehofesmann avatar emilecourthoud avatar fkromer avatar fzliu avatar gillesvandewiele avatar github-actions[bot] avatar hmunachi avatar ishaan-jaff avatar jankalkan avatar jarulraj avatar jasmcaus avatar jvdd avatar kevinmusgrave avatar luizlf avatar lukasmasuch avatar neelays avatar ninamiolane avatar noamgit avatar qbarthelemy avatar raethlein avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

best-of-ml-python's Issues

Add project: small-text

Project details:

Additional context:

Small-Text provides state-of-the-art Active Learning for Text Classification. Several pre-implemented Query Strategies, Initialization Strategies, and Stopping Critera are provided, which can be easily mixed and matched to build active learning experiments or applications.

Add project: mlup

Project details:

Additional context:

MLup is framework for easy and fast run ML in production.

Add project: julearn

Project details:

  • Project Name: julearn
  • Github URL: https://github.com/juaml/julearn
  • Category: sklearn-utils
  • License: AGPL-3.0 license
  • Package Managers: pypi:julearn
    Additional context:

From julearn docs - What is Julearn.

In the same way as seaborn provides an abstraction of matplotlib’s functionality aiming for powerful data visualization with minor coding, we built julearn on top of scikit-learn.

Julearn is a library that provides users with the possibility of easy testing ML models directly from pandas dataframes, while keeping the flexibiliy of using scikit-learn’s models.

Add project: popmon

Project details:

Additional context:

popmon is a package that allows one to check the stability of a dataset. popmon works with both pandas and spark datasets.

Add project: GFPGAN

Project details:

  • Project Name: GFPGAN Image restoration
  • Github URL: GFPGAN
  • Category: Computer Vision
  • License: under multiple licenses
  • Package Managers: pypi

Thank you!

Hey 👋 Creator of Ciphey here. Wanted to say thank you for including us in the ML hall of fame! :)

Add project: tqdm

Project details:

  • Project Name: tqdm
  • Github URL: https://github.com/tqdm/tqdm
  • Category: Other
  • License: MPL-2.0, MIT
  • Package Managers: pypi:tqdm, conda:defaults/tqdm, conda:conda-forge/tqdm, snap:tqdm, dockerhub:tqdm/tqdm, apt:python-tqdm, apt:python3-tqdm

Additional context:

In general useful (e.g. data pre-processing with tqdm.pandas) as well as ML-specific (e.g. tqdm.keras)

If you think it's appropriate I can open a PR.

Update project: ivy

Update details:

  • Project Name: ivy

The pypi link for ivy has been updated from ivy-core to just ivy
(ivy-core not (found)[https://pypi.org/project/ivy-core/] in the pypi website)
correct pypi link for ivy is https://pypi.org/project/ivy/

The wrong pypi link reflects incorrect download statistics(also it is inactive), the correct is supposed to be around 1500+ monthly downloads, with the old ivy-core here the figure is about 36 which is misrepresentative and might give a skewed score to the project.
Also the latest figure is from 01.06.2022 because of the same which is very outdated.

Update project: Jina

Update details:

  • Project Name: Jina

  • Category: Machine Learning Framework

  • Description: A deep learning-powered search framework for building neural search in the cloud.

Additional context:

I'm from Jina team.
Jina is currently listed under NLP category here. But Jina is a Search Framework that can do more than just NLP search.
We are listed in LF AI Landscape under Deep Learning Platform category (Link Here), so Machine Learning Framework/Platform is most likely the right category for Jina.
Thank you!

Add project:

Project details:

  • Project Name:
  • Github URL:
  • Category:
  • License:
  • Package Managers:

Additional context:

Add project: pydeck

Project details:

Additional context:

  • Large-scale interactive data visualization in Python
  • The pydeck library is a set of Python bindings for making spatial visualizations with deck.gl, optimized for a Jupyter environment.

Add project: bodywork-core

Project details:

Additional context:

DevOps tool for machine learning projects developed in Python. It helps you to serve models as microservices, schedule batch jobs and run reproducible pipelines, in containers on Kubernetes.

Add project: H2O Wave

Project details:

  • Project Name: H2O Wave
  • Github URL: https://github.com/h2oai/wave
  • Category:
  • License: Apache-2.0
  • Package Managers: pypi:h2o-wave conda:h2oai/h2o-wave
    Additional context:

H2O Wave: Realtime Web Apps and Dashboards for Python and R

Add project: miceforest

Project details:
Missing data imputation is a widely used method for dealing with missing data in machine learning and statistical workflows. miceforest aims to provide extremely accurate imputations using lightgbm, while being as lightweight and fast as possible. This package can:

  1. Impute multiple datasets, so the user can perform Multiple Imputation by Chained Equations (MICE)
  2. Plot the imputed correlations, distributions, feature importance, and more
  3. Train models on 1 dataset, and impute a different dataset (useful for production environments)
  4. Can be GPU accelerated through the lightgbm api.
  5. Can impute data in place, which means the dataset never has to be copied. Useful for huge datasets.

Additional context:
I am wondering if Missing Data Imputation should be it's own category - it is very often used in machine learning, especially predictive modeling. There is another missing data imputation project already on here, fancyimpute. What do you think?

Add project: TSFEL

Project details:

Additional context:

  • TSFEL is optimized for time series and automatically extracts over 60 different features on the statistical, temporal and spectral domains.
  • Disclaimer: I'm one of the maintainers.
  • Thank you for your effort on compiling this curated list!

Add project: Neptune.ai

Hi,
I would like to add Neptune.ai to the list.

Project details:

name: "Neptune.ai"
github_id: "neptune-ai/neptune-client"
pypi_id: "neptune-client"
conda_id: "conda-forge/neptune-client"
category: "ml-experiments"

Additional context:

Flexible metadata store for MLOps, built for research and production teams that run a lot of experiments.

Thanks in advance!

Add project: wefe

Hi,

I would like to add WEFE to the list.

Project details:

  • Project Name: WEFE: The Word Embeddings Fairness Evaluation Framework
  • Github URL: https://github.com/dccuchile/wefe
  • Category: Model Interpretability
  • License: MIT
  • Package Managers: pip:wefe

Additional context:

  • WEFE is a framework that standardizes the bias measurement and mitigation in Word Embeddings models

Thanks!

Update project: xlrd recommends using openpyxl instead

Update details:

xlrd no longer supports any formats other than .xls due to security issues and recommends using openpyxl instead.

  • Project Name:

xlrd

Additional context:

Can a project be in two categories?

I'm one of the developers of InterpretML. InterpretML is currently listed in the interpretability category, which makes sense and is also our primary focus. Recently though, we have added the ability to create differentially private EBM models (DP-EBMs) which we and at least one other outside paper have found perform significantly better than other known differentially private models. InterpretML would therefore seem to fit into the privacy category as well.

Papers:
http://proceedings.mlr.press/v139/nori21a/nori21a.pdf

https://arxiv.org/pdf/2210.02910.pdf

Add project: Netron

Project details:

Additional context:
Netron is a viewer for neural network, deep learning and machine learning models.

Netron supports ONNX, TensorFlow Lite, Caffe, Keras, Darknet, PaddlePaddle, ncnn, MNN, Core ML, RKNN, MXNet, MindSpore Lite, TNN, Barracuda, Tengine, CNTK, TensorFlow.js, Caffe2 and UFF.

Netron has experimental support for PyTorch, TensorFlow, TorchScript, OpenVINO, Torch, Vitis AI, kmodel, Arm NN, BigDL, Chainer, Deeplearning4j, MediaPipe, ML.NET and scikit-learn.

Add project: Add Auto_TS: Time Series ML library

Project details:

  • Project Name: Auto_TS
  • Github URL: https://github.com/AutoViML/Auto_TS
  • Category: Time Series Data
  • License: Apache 2
  • Package Managers:
    • npm:
    • [X ] PyPI:
    • Conda:
    • Dockerhub:
    • Gem:
    • CRAN:
    • Helmhub:
    • Maven:
    • Go:
    • Packagist:
    • NuGet:
    • Brew:
    • Apt:
    • ...

Additional context:
Auto_TS: Automatically build ARIMA, SARIMAX, VAR, FB Prophet and ML Models on Time Series data sets with a Single Line of Code.

Add project: Streamsync

Project details:

  • Project Name: Streamsync
  • Github URL: streamsync-cloud/streamsync
  • Category: Others
  • License: Apache-2
  • Package Managers: pypi:streamsync

Additional context:

No-code in the front, Python in the back. An open source framework for creating data apps.

Update project: SMAC3

Update details:

Hi,
Thanks for listing SMAC3 here. However, I'm surprised to see SMAC3 listed as BSD 1-clause, although it is BSD 3-clause. Could you please look into this again?

  • Project Name: SMAC3

Thanks,
Marius

Add project: Maze

Project details:

Additional context:

New application-oriented deep reinforcement learning framework. Disclaimer: I'm one of the maintainers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.