NumPy
NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
- GitHub: https://github.com/topics/numpy
- Wikipedia: https://en.wikipedia.org/wiki/NumPy
- Repo: https://github.com/numpy/numpy
- Created by: Travis Oliphant
- Related Topics: python, scipy,
- Last updated: 2026-06-26 00:18:09 UTC
- JSON Representation
https://github.com/stffns/snapvec
Fast compressed ANN search via randomized Hadamard transform + Lloyd-Max quantization. Pure NumPy.
ann embeddings hadamard numpy quantization rag vector-search
Last synced: 07 Apr 2026
https://github.com/vyjayanthipolapragada/fraud_detection_creditcard
Detecting the fraudulent credit card transactions by training Decision Tree model using Scikit-learn and SnapML
classification-model data-preprocessing decision-tree-classifier kaggle-dataset machine-learning numpy pandas python scikit-learn snapml time tree-model
Last synced: 11 Apr 2026
https://github.com/nksmanya/virtual_canvas
A hand gesture-based drawing app that lets you create art in the air using hand movements
mediapipe numpy opencv opencv-python python
Last synced: 18 Apr 2026
https://github.com/ashithapallath/feature-engineering
This repository contains a range of examples and techniques for feature engineering, aimed at improving dataset quality and boosting model performance. It covers essential methods such as Exploratory Data Analysis (EDA) and Interquartile Range (IQR) analysis for detecting and handling outliers.
exploratory-data-analysis feature-engineering iqr-method matplotlib numpy outlier-detection pandas python seaborn
Last synced: 18 Apr 2026
https://github.com/manalisbhavsar/mall-customers-clustering
K-Means clustering to mall customer data, segmenting customers based on their annual income and spending score. To identify patterns and group customers for targeted marketing.
data-analysis data-visualization matplotlib numpy pandas python scikit-learn
Last synced: 18 Apr 2026
https://github.com/anmolbansal7/lost-and-found
Content-Based Image Retrieval
content-based-image-retrieval flask keras-tensorflow matplotlib numpy pillow similarity-measures webapp
Last synced: 05 Apr 2026
https://github.com/jigyasag18/iit-guhawati-final-capstone-project
Smart Dynamic Parking Price Optimization System that adjusts parking fees in real-time based on demand, traffic, and competition. It employs adaptive pricing models and rerouting logic to enhance parking utilization and reduce congestion. The system is visualized via an interactive Streamlit dashboard, enabling users to simulate dynamic pricing.
bokeh bokeh-server bokehplots capstone-project data dataset deployment machine-learning machine-learning-algorithms matplotlib matplotlib-pyplot mlproject normalisation numpy pandas pathway python streamlit
Last synced: 05 Apr 2026
https://github.com/ben854719/nvidia---gen-ai-
The goal of the project is to analyze and predict with the use of AI for the revenue of Nvidia
matplotlib numpy pandas python pytorch
Last synced: 05 Apr 2026
https://github.com/khalidelboray/image_processing
Notes about image processing
image-processing numpy python3
Last synced: 11 May 2026
https://github.com/shdrn2402/incomesresearch
The project aims to study the influence of various characteristics on a person’s income. In this project, I practiced data preprocessing and visualization, and also touched on the basics of machine learning.
jupyter-notebook matplotlib numpy pandas python seaborn sklearn visualization
Last synced: 05 Apr 2026
https://github.com/grantgasser/task3
Multiclass Classification
keras multiclass-classification numpy pandas tensorflow
Last synced: 05 Apr 2026
https://github.com/0290192029/apartment-price-predictor
Python-проект по прогнозированию стоимости аренды квартир с помощью линейной регрессии. Практическая работа по теме: "Основы машинного обучения" дисциплины "МДК 13.01: Основы применения методов искусственного интеллекта в программировании".
apartment-price-prediction apartments-for-rent api correios-api data-analysis feature-engineering feature-enginering linear-regression linear-regression-models mlops numpy prediction-model r seaborn
Last synced: 08 May 2026
https://github.com/andres15alvarez/numericalcalculator
Calculator of roots of equations and system of linear algebraic equations.
numerical-methods numpy python scipy
Last synced: 05 Apr 2026
https://github.com/ebadshabbir/logistic_regression-binomial-
Logistic Regression on Social Network Ads Dataset This project applies Logistic Regression to predict whether a user will purchase a product based on their age and estimated salary, using the Social Network Ads dataset. The data is split into training and test sets, with feature scaling applied for normalization.
classification jupyter-notebook logistic-regression machine-learning matplotlib-pyplot numpy pandas python sklearn
Last synced: 11 Apr 2026
https://github.com/paulo-santos-ds/visao_computacional
O sistema utiliza inteligência artificial para analisar documentos e características físicas dos visitantes, garantindo que apenas maiores de 18 anos possam acessar as áreas de jogos
keras numpy pandas plotly python restnet50 sklearn tensorflow
Last synced: 05 Apr 2026
https://github.com/al-ghaly/prosper-loans-analysis
A statistical Analysis Project, to analyze the data of a finance company’s loans Using Python packages (pandas – NumPy – seaborn – matplotlib)
data-analysis matplotlib numpy pandas python python-data-analysis seaborn statistical-analysis statistics
Last synced: 18 Apr 2026
https://github.com/pd2871/streamlit_automl
Auto Exploratory Data Analysis using Streamlit App
matplotlib numpy pandas python streamlit streamlit-webapp
Last synced: 11 Apr 2026
https://github.com/somenath203/skin-lesion-segmentation-opencv
numpy opencv pandas skin skin-lesion skin-lesion-segmentation
Last synced: 18 Apr 2026
https://github.com/ayu-ano/basic_object-detection
End to End Basic object Detection using Open CV
background-substraction-algorithm cv2 masking math mixture-of-gaussians numpy python3
Last synced: 18 Apr 2026
https://github.com/matiassenia/galaxypy
La aplicación carga una imagen en escala de grises y utiliza los puntos de menor luminosidad (más oscuros) para dibujar líneas de colores que crean una estructura parecida a una galaxia.
Last synced: 18 Apr 2026
https://github.com/noopur-phadkar/botnavigator
BotNavigator utilizes the A* (A-Star) algorithm for pathfinding, leveraging Python along with libraries such as Matplotlib and Numpy for efficient array operations and visualization. This innovative solution optimizes robotic navigation within warehouse environments, enhancing operational efficiency and scalability.
a-star-path-finding matplotlib numpy pathfinding-algorithms python robotics
Last synced: 18 Apr 2026
https://github.com/linggarm/lvq-and-elm-with-iris-dataset
Implementation of Learning Vector Quantization (LVQ) and Extreme Learning Machine (ELM) with Iris Dataset
artificial-intelligence deep-learning elm extreme-learning-machine learning-vector-quantization lvq machine-learning numpy python soft-computing
Last synced: 18 Apr 2026
https://github.com/thaisgarcia/convert-censo-file
Este repositório contém scripts Python para processar dados destinados ao censo do MEC, incluindo a leitura de um arquivo TXT, a geração de um arquivo Excel e a conversão desse arquivo Excel de volta para um formato de texto.
Last synced: 11 Apr 2026
https://github.com/autokmg/ai-foundations
Practice exercises related to the Foundations of Artificial Intelligence university course. The code examples are designed to help students gain a deeper understanding of these topics and to prepare for exams and assignments. The repository is open to contributions from other students.
Last synced: 18 Apr 2026
https://github.com/rhazra-003/modelinglab
Assignment - Solution of Modeling Lab of 7th Semester (Batch of 2023) of NIT Durgapur
jupyter-notebook matplotlib-pyplot numpy pandas python3 shapely
Last synced: 19 Apr 2026
https://github.com/nabilshadman/python-classification-and-generative-models
Applications of classification and generative models with Python
classification data-science data-visualization generative-model machine-learning matplotlib numpy pandas scikit-learn
Last synced: 19 Apr 2026
https://github.com/iaroslavbelavskii/statkemapp
Here's the code for my 'StatKemApp' app, that can be used to calculate statistics for the experimental laboratory data (e.g. titration). Feel free to use it and report any bugs!
chemical-engineering chemistry matplotlib-pyplot numpy pandas python scipy
Last synced: 11 Apr 2026
https://github.com/filnow/tinygimp
project for image processing class
gimp numpy opencv pysimplegui python3
Last synced: 08 May 2026
https://github.com/cbmira01/featureranking
A data science technique implemented in OpenCL.
data-science entropy feature-reduction machine-learning-algorithms numpy opencl pyopencl python windows-10
Last synced: 08 May 2026
https://github.com/jcardonamde/reto_cobranzas_sector_financiero
This project analyzes data provided by the organization iData, focusing on the collection process of a financial company. The objective is to develop segmentation strategies that enhance portfolio recovery and improve debt management.
data-science kmeans-clustering machine-learning machine-learning-algorithms matplotlib numpy pandas python seaborn
Last synced: 19 Apr 2026
https://github.com/omogbolahan94/movies-budget-revenue-analysis
Data exploration, data cleaning, data analysis and predictive analysis
dataframe linear-regression matplotlib numpy pandas seaborn statistical-analysis
Last synced: 08 May 2026
https://github.com/costopoulos/ntua-dsp
:signal_strength: NTUA ECE Digital Signal Processing Course Source Codes and Reports
dsp filters fourier-transform librosa numpy pywt scipy short-time-signal-analysis stft
Last synced: 19 Apr 2026
https://github.com/simonusher/multi-layer-perceptron
My solution to an assignment on multi-layer perceptron. Implemented in python and numpy. Contains the forward and backward pass code, as well as some utility functions.
multi-layer-perceptron neural-network numpy python
Last synced: 19 Apr 2026
https://github.com/samuel-schlemper-schlemuel/calculadora-de-media-variancia-e-desvio-padrao
Esse é um projeto do currículo do curso de analise de dados do FreeCodeCamp
Last synced: 11 May 2026
https://github.com/vyjayanthipolapragada/data_analytics_medical_appointments
Analyzing the data set which consists of medical appointments to draw insights about patient's no-show scenarios
data-analysis data-analytics data-cleaning data-visualization data-wrangling jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 19 Apr 2026
https://github.com/renukadhule/airbnb_listings_and_reviews_python_analysis
Explore Airbnb listings and reviews from over 250,000 properties across 10 major cities. Dive into data on listing details, host information, pricing, and customer reviews for better insights
matplotlib-pyplot numpy pandas python seaborn
Last synced: 19 Apr 2026
https://github.com/yoavram/numpycharm
Some examples on using PyCharm with Scientific Python
cython numpy pycharm python scientific-computing training-materials
Last synced: 11 Apr 2026
https://github.com/abdoufermat5/gps_statistiques
Calculs statistiques pour le cloud personnel
geolife gps numpy pandas python statistics trajectory-analysis
Last synced: 20 Apr 2026
https://github.com/daksh90a/wine-quality-analysis
The Wine Quality Analysis project is an AI/ML-based data analysis initiative aimed at predicting and understanding the factors that influence the quality of wine.
matplotlib-python numpy pandas seaborn
Last synced: 12 May 2026
https://github.com/abideen-olawuwo/language-detection
A language detection app
countvectorizer multinomial-naive-bayes numpy pandas
Last synced: 20 Apr 2026
https://github.com/vyjayanthipolapragada/car_mileage_prediction
Predicting the mileage of car using the linear regression model with Scikit-learn
kaggle-titanic linear-regression machine-learning numpy pandas predictive-modeling python scikit-learn
Last synced: 20 Apr 2026
https://github.com/prahaladhchandrahasan/housingprices_adavanced_regression
A machine learning model for "House Prices: Advanced Regression Techniques" kaggle competition.
machine-learning-algorithms matplotlib-pyplot numpy pandas python3 scikit-learn
Last synced: 20 Apr 2026
https://github.com/codewithmayank-py/covid19-data-analysis-using-python
COVID-19 and Happiness Analysis
data-analysis data-analysis-python data-visualization dataset jupyter-notebooks numpy pandas python3 seaborn
Last synced: 11 Apr 2026
https://github.com/samuele-lolli/data-analytics-techniques
A practical approach to data analytics pipeline.
numpy pandas pytorch scikit-learn
Last synced: 11 Apr 2026
https://github.com/s1dewalker/portfolio_analysis
MPT in Python | Efficient Frontier modeling, Fama French 3 Factor Analysis, Monte Carlo Simulations and Portfolio Risk Analysis (Sharpe, VaR)
efficient-frontier equity financial-research monte-carlo-simulation numpy pandas portfolio-analysis portfolio-management portfolio-optimization python quantitative-analysis quantitative-finance regression regression-models risk risk-analysis risk-management risk-models value-at-risk volatility
Last synced: 20 Apr 2026
https://github.com/kartmaan/exoplanets
Analysis of a dataset on exoplanets
astronomy astrophysics exoplanets graph images nasa numpy orca package pandas plot plotly science space statistics telescope telescopes
Last synced: 20 Apr 2026
https://github.com/daniel-brai/alx-t-x-udacity-data-analytics-nanodegree
A 3-month nanodegree going through the intricacies of data analysis with Python and its various libraries such Pandas, Numpy, matplotlib, seaborn and others
matplotlib numpy pandas python3
Last synced: 08 May 2026
https://github.com/amiriiw/text_classification
Welcome to the Text Classification Project! This project is designed to train a model for classifying texts based on their emotional content and then using it to categorize new texts into corresponding emotional categories.
keras numpy pandas pickle scikit-learn tensorflow text-classification
Last synced: 20 Jan 2026
https://github.com/anas436/python-basics-assessment-notebook
inferential-statistics jupyterlab numpy pandas python3
Last synced: 20 Apr 2026
https://github.com/wrighang/06_python-api-challenge
Module 6: Python APIs
api citipy geoapify hvplot jupyter-notebooks matplotlib numpy open-weather-api pandas python scipy-stats
Last synced: 20 Apr 2026
https://github.com/muhammadmoeezkhan/euclidean-distances
Python Program That Calculates Euclidean Distances Via 5 Algorithms
numpy pandas-python scipy timeit
Last synced: 20 Apr 2026
https://github.com/mkhekare/bikesharing_ml
Provides insights into the bike sharing trends based on various factors such as time of day, season, and weather. The findings can be used to improve bike sharing services and understand user behavior.
matplotlib numpy numpy-library pandas seaborn
Last synced: 20 Apr 2026
https://github.com/byrongomezjr/traffic_sign_detection
Deep learning system to detect stop signs and traffic lights using Keras' image recognition capabilities
keras matloptlib numpy python tensorflow
Last synced: 20 Apr 2026
https://github.com/vyjayanthipolapragada/image_cartoonification_opencv
Cartoonify images using opencv and tkinter
cartoonify computer-vision easygui image-processing imageio matlplotlib numpy opencv pillow python tkinter
Last synced: 20 Apr 2026
https://github.com/marknature/codealpha-internship_python-programming
Python Programming Internship at CodeAlpha from 1st June 2025 to 30th June 2025
Last synced: 20 Apr 2026
https://github.com/amnydv17/landmark-detection
This project aims to leverage the power of deep learning models to automatically detect and pinpoint landmarks such as famous monuments, buildings, natural landmarks, and other recognizable structures within images.
machine-learning matplotlib numpy pandas python3 scikit-learn seaborn tensorflow
Last synced: 11 Apr 2026
https://github.com/gandholisarat/mlp-backprop-pmat403
This repository contains a Jupyter Notebook developed for my course, demonstrating symbolic and numerical computation, visualization, and problem-solving in Python using libraries such as SymPy, NumPy, SciPy, and Matplotlib.
jupyter jypyternotebook matplotlib numpy
Last synced: 20 Apr 2026
https://github.com/kevinmbeaulieu/machine-learning-practice
ML models & data processing utilities written from scratch as practice.
data-science machine-learning numpy pandas
Last synced: 08 May 2026
https://github.com/amanda-ucc/market-tracker
Automated portfolio creator that generates a portoflio which mimics a bench mark index by minimizing the tracking error.
beta covariance numpy pandas scipy sharpe-ratio tracking-error variance yfinance
Last synced: 11 Apr 2026
https://github.com/venkat-0706/air-drawing
A real-time hand gesture drawing app using Python, OpenCV, and MediaPipe to draw, erase, and switch colors on a canvas using finger gestures via webcam.
computer-vision hand-gesture-recognition mediapipe mediapipe-hands numpy opencv-python python realtime-object-tracker
Last synced: 20 Apr 2026
https://github.com/zombietdv/n_gram-model
n_gram model implementation with numpy only
Last synced: 21 Apr 2026
https://github.com/agoose77/midas-tape
An Awkward-Forth backed reader of MIDAS tape files
awkward-array awkward-forth hep midas numpy tape
Last synced: 21 Apr 2026
https://github.com/mzayles/analise-descritiva.py
Curso Programação em Python para Data Science | Análise descritiva e mensuramento de dados de um report consolidado utilizando matplotlib.
matplotlib numpy pandas python
Last synced: 08 May 2026
https://github.com/aleklukanen/systemsofsprings
This repository contains a few helpful pieces of Python code that can be used to compute time dependent positions of springs in 2 and 3 dimensions.
finite-element-methods finite-elements jupyter-notebook numerical numpy python
Last synced: 21 Apr 2026
https://github.com/alejandrolara11/machinelearningcourse
Machine Learning Basics: From Setup to Clustering
data-analysis data-science machine-learning numpy pandas plotly preprocessing-data python scikit-learn seaborn streamlit
Last synced: 11 Apr 2026
https://github.com/krish57-bit/sentiment-analysis-using-bert
Sentiment analysis using NLP techniques and BERT Model
matplotlib natural-language-processing nlp nltk numpy pandas seaborn sentiment-analysis
Last synced: 08 May 2026
https://github.com/krik8235/ml-project-sentiment-analysis
Build a machine learning model for sentimental analysis using NLTK.
kaggle kaggle-dataset machine-learning machine-learning-algorithms nltk nltk-library numpy pandas python3 seaborn sklearn
Last synced: 11 Apr 2026
https://github.com/refraction-ray/numkl
A thin cython/python wrapper on some routines from Intel MKL
cython-wrapper lapack mkl numpy
Last synced: 21 Apr 2026
https://github.com/apfirebolt/numpy-and-pandas-examples
Some examples and sample datasets to learn numpy, pandas and other data science libraries in Python
data-analysis jupyter-notebook numpy pandas python
Last synced: 17 Apr 2026
https://github.com/mohammed-majid/image-classification-nn
Image classification using custom Neural Network (No ML packages)
custom multiclass-classification neural-network numpy
Last synced: 22 Apr 2026
https://github.com/prakhr/clickstream-data-visualization-on-raw-customer-dataset
contains streamlit app of the corresponding dataset
clickstream-data matplotlib matplotlib-pyplot numpy pandas-dataframe plotly plotly-python streamlit streamlit-application streamlit-webapp
Last synced: 22 Apr 2026
https://github.com/kkkaan/tensor-library-403-hw1
A numpy like library for tensor (gergen) operations.
deep-learning numpy python tensor
Last synced: 08 May 2026
https://github.com/prince-gh/numpy
Learn Numpy step by step
library numpy prince-gh python
Last synced: 22 Apr 2026
https://github.com/mariacarolinass/analise-de-dados
Iniciando com NumPy e Matplotlib
matplotlib matplotlib-pyplot numpy numpy-exercises
Last synced: 23 Apr 2026
https://github.com/abhinav330/iris-dataset-classic-ml-problem
This repository demonstrates the classification of Iris flowers into three species (Setosa, Versicolor, Virginica) using a Support Vector Machine (SVM) classifier.
classification data-science iris-dataset jupyter machine-learning numpy pandas python sklearn support-vector-machines svm-classifier
Last synced: 06 Jun 2026
https://github.com/dataspieler12345/user_journey_analysis_project
User Journey Analysis in Python Project Create your own functions and tools to analyze user journey strings in Python.
Last synced: 24 Apr 2026
https://github.com/sciguymjm/introtomlmidterm2
Code for Intro to ML Midterm 2
hierarchical-clustering kfold-cross-validation kmeans-clustering numpy
Last synced: 24 Apr 2026
https://github.com/redinfinitypro/pygamecicruit
Rating: (6/10) The code combines a Pygame GUI application with a PySpice circuit simulation, providing a user-friendly interface with buttons, menu options, dropdown menus, input boxes, sliders, and text elements.
matplotlib numpy os pygame pyspice random sys
Last synced: 24 Apr 2026
https://github.com/chandkund/movie-recommender-system
Unlocking the magic of personalized movie recommendations! This project uses the Cosine Similarity Algorithm to suggest movies based on user-selected titles, making movie discovery more enjoyable.
cosine-similarity matplotlib nltk numpy pandas-python seaborn
Last synced: 12 May 2026
https://github.com/nightmachinery/mlp_from_scratch
A simple MLP using only numpy. The computational graph is not automatically tracked, but the network supports arbitrarily many batch axes.
deep-learning deep-neural-networks deeplearning educational mlp mlp-classifier mlp-networks numpy
Last synced: 25 Apr 2026
https://github.com/adamouization/python-machine-learning-data-science-notes
:orange_book: Jupyter notebooks containing useful Python code and notes for general Machine Learning and Data Science projects.
data data-science data-visualization guide jupyter jupyter-notebook machine-learning matplotlib notes numpy pandas pandas-dataframe python seaborn
Last synced: 11 Apr 2026
https://github.com/toxic-whitelgnd/matrice_cryptography
A simple math Project based on Matrices-Cryptography by using python-numpy
cryptography math-problem matrices numpy python3
Last synced: 25 Apr 2026
https://github.com/mituskillologies/dkte-da-mar25
Programs conducted at DKTE's Engineering Institute, Ichalkaranji in training on Python Data Analytics March 2025.
data-analysis matplotlib numpy pandas python-programming tkinter-python
Last synced: 13 May 2026
https://github.com/icejan/predicton-systems
Various systems that train on data and generate a prediction
lightfm machine-learning numpy python scikit-learn
Last synced: 08 May 2026
https://github.com/pedroteixeiraw/predicting_football_match_results
This project focuses on modelling the attacking and defensive strength of teams in the Portuguese First League of Football, along with the impact of home advantage.
bayesian-hierarchical-models dixon-coles matplotlib numpy pandas poisson-distribution pymc3 seaborn theano-models
Last synced: 26 Apr 2026
https://github.com/686f6c61/conjetura-goldbach-gui-python
Aplicación para visualizar la Conjetura de Goldbach, que establece que todo número par mayor que 2 puede expresarse como la suma de dos números primos.
goldbach-conjecture matplotlib numpy python3 tkinter-gui
Last synced: 26 Apr 2026
https://github.com/jbizzlefoshizzle/weather_trends_vs_latitude
Pandas project analyzing possible correlation between latitude and max. temperature, wind speed, cloudiness, and humidity
json-api jupyter-notebook matplotlib-pyplot numpy weather-information
Last synced: 13 May 2026
https://github.com/amiralisajadi/image-classification-neural-network
Custom deep learning model for binary image classification. Entirely built from scratch in Python with NumPy, including all ML functions, activations, and optimizations.
deep-learning image-classification image-classification-model machine-learning neural-networks numpy
Last synced: 08 May 2026
https://github.com/hinanohart/dostosim
Dostoevskian agent-based simulation: seven literary archetypes as a unified reward decomposition. Anti-optimisation, dignity-as-utility, ideological cascade, gambler-ruin — pre-registered H1-H4 with bootstrap CI / BH-FDR / Cliff's delta.
abm agent-based-modeling behavioral-economics bootstrap-ci computational-social-science dostoevsky literature networkx numpy python reproducible-research
Last synced: 27 Apr 2026
https://github.com/josttim/timelined_array
Manage easily 1 or multidimensionnal samples numpy arrays that are time related. Extends numpy without removing any of it's abilities on such arrays.
numpy python time-series-analysis
Last synced: 27 Apr 2026
https://github.com/badranalyst/student-tests-data-analysis-application
Python-based analysis of student test scores in math, reading, and writing, examining correlations with parental education, lunch type, and test preparation. Includes data cleaning, visualization, and statistical insights into factors influencing academic performance.
data-analysis data-visualization dataset matplotlib numpy pandas python sklearn
Last synced: 05 May 2026
https://github.com/manasashetty01/regulatory-affairs-of-road-accidents
Regulatory Affairs of Road Accidents in Million-Plus Cities (India, 2020)
data-analysis data-science data-visualization exploratory-data-visualizations jupyter-notebook numpy pandas python
Last synced: 27 Apr 2026
https://github.com/nyx1311/timelstm
TimeLSTM: An interactive Streamlit app for multi-step time series forecasting using LSTM networks, featuring data preprocessing, visualization, GPU-accelerated model training, and automated result export.
deep-learning deep-neural-networks lstm-neural-networks numpy pandas ploty python3 scikit-learn-python statsmodels streamlit torch tqdm
Last synced: 27 Apr 2026