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-25 00:18:02 UTC
- JSON Representation
https://github.com/arjunravi26/selenium
This repository contains code from my learning about Selenium for web scraping and automation.
numpy python selenium time undetected-chrome webdriver
Last synced: 09 May 2026
https://github.com/betiniakarandut/portfolio-project
Sukkar and Cornell Integral Approach to Estimate Static Bottom Hole Pressure(SBHP)
Last synced: 09 May 2026
https://github.com/faisal-khann/python-practice
This is the section for python practice, where we engage in programming exercises to improve our Python skill.
numpy numpy-arrays pandas python
Last synced: 10 May 2026
https://github.com/alphacrypto246/air-quality-prediction
The Air Pollution Prediction project forecasts pollution levels using the Air Quality UCI dataset, including variables like CO, NOx, temperature, and humidity. It analyzes temporal and environmental factors to predict air quality trends.
machine-learning numpy pandas scikitlearn-machine-learning sckiit-learn
Last synced: 10 May 2026
https://github.com/isratafrin826/linear-regression-ml-algorithm
googlecolab matplotlib-pyplot numpy pandas
Last synced: 10 May 2026
https://github.com/rebeccamorolong/market--basket--analysis
Market Basket Analysis using the Apriori algorithm to predict association rules and frequent itemsets from transactional data. The goal was to uncover product combinations that frequently co-occur in transactions, which can be used for recommendations, promotions, and inventory management.
apriori-algorithm numpy pandas seaborn
Last synced: 10 May 2026
https://github.com/dzakarias/waves
Fun with the sine function inspired by Chladni plates
Last synced: 10 May 2026
https://github.com/esoltys/climate_data_viz
FastAPI-based web application that fetches and visualizes climate data from the Copernicus Climate Data Store (CDS).
apache-echarts copernicus-climate-data-store fastapi numpy
Last synced: 10 May 2026
https://github.com/prakashjha1/email-sms-spam-classifier
Many email services today provide spam filters that are able to classify emails into spam and non-spam email with high accuracy.
machine-learning natural-language-processing numpy pandas python
Last synced: 10 May 2026
https://github.com/mahmood-anaam/grid-world-value-iteration
An implementation of the Value Iteration algorithm for solving the Grid World problem. This project provides a function to compute the optimal value function for a grid-based environment where a robot navigates to maximize rewards while avoiding penalties.
dynamic-programming grid-world numpy optimization-problem python value-iteration-algorithm
Last synced: 10 May 2026
https://github.com/florasteve/ml-foundations-day2
Day-2 ML foundations: probability/stats refresh and NumPy logistic regression; notebooks with visuals.
data-science jupyter-notebook logistic-regression machine-learning matplotlib numpy statistics
Last synced: 10 May 2026
https://github.com/pravalika-hub11/marketing
CHECKIG
matplotlib-pyplot numpy pandas python
Last synced: 10 May 2026
https://github.com/niteshchawla/loantap-logisticregression
Given a set of attributes for an Individual, determine if a credit line should be extended to them. If so, what should the repayment terms be in business recommendations?
confusion-matrix encoding feature-engineering featureimportance hyperparameter-tuning logistic-regression machine-learning numpy pandas-python precision-recall roc-auc-curve sklearn-metrics smote-sampling
Last synced: 10 May 2026
https://github.com/sahil210695/convolution-evolution
This is to see how a kernel will convolve over an image and what will be its output after convolution
cnn convolutional-neural-networks data-science image-kernel image-processing numpy numpy-neural-network python streamlit
Last synced: 10 May 2026
https://github.com/andersoncrs/aprendizaje_no_supervisado_kmeans_customers
Este repositorio contiene un análisis de datos de clientes de un centro comercial utilizando técnicas de aprendizaje no supervisado, específicamente K Means y clustering jerárquico. El objetivo del proyecto es segmentar a los clientes en grupos homogéneos para entender mejor sus comportamientos y características.
data-analysis kmeans-clustering matplotlib numpy seaborn visualization
Last synced: 10 May 2026
https://github.com/saagnik-mondal/chessengine
This is a simple and efficient chess engine implemented entirely in Python. It allows users to play chess against the computer, using an AI based on a Minimax algorithm with Alpha-Beta pruning for decision-making. The engine is designed to be easy to understand, extend, and play against the computer.
Last synced: 10 May 2026
https://github.com/shriansh2002/stock-prediction
This project predicts Apple stock prices using linear regression. It's based on historical stock price data and uses Python and popular data science libraries like Pandas, NumPy, Matplotlib, and scikit-learn.
apple datascience finance linearregression machinelearning matplotlib ml numpy pandas prediction python scikitlearn stock-prediction stockmarket
Last synced: 10 May 2026
https://github.com/jsnevt/regressao_logistica
Cálculos de probabilidades sobre uma eleição
matplotlib numpy pandas-dataframe python
Last synced: 11 May 2026
https://github.com/adityarohatgi11/regression_analysis_london_crime
This project examines how police presence impacts crime rates in London using regression analysis, panel data, and a natural experiment from the 2005 London attacks.
data-wrangling numpy pandas regression-analysis statsmodels
Last synced: 11 May 2026
https://github.com/monarch1108/customerinsights-kmeans
understanding customers using KMeans and RFM(recency, frequency & monetary) analysis
data-analysis data-visualization kmeans-clustering machine-learning matplotlib numpy pandas scikit-learn
Last synced: 11 May 2026
https://github.com/pdoup/atml-notebooks
Proposed assignment notebooks for Advanced Topics in Machine Learning tasks
active-learning cost-sensitive-learning imbalanced-data machine-learning multi-instance-learning multi-label-classification numpy scikit-learn
Last synced: 11 May 2026
https://github.com/chaganti-reddy/heart_disease_prediction
Machine Model creation for Heart Disease Prediction
data-science deep-learning machine-learning numpy python
Last synced: 11 May 2026
https://github.com/omogbolahan94/google-play-store-app-analysis
Data exploration, data cleaning, interactive data visualisation and insight presentation
matplotlib numpy pandas plotly
Last synced: 11 May 2026
https://github.com/khalidelboray/image_processing
Notes about image processing
image-processing numpy python3
Last synced: 11 May 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/zilean12/digital-image-processing
Digital Image Processing
bit-plane-slicing computer-vision digital-image-processing numpy opencv warping
Last synced: 12 May 2026
https://github.com/diogoribeiro7/vortex2d
2D vortex particle method (Gaussian-core) with RK4, viscosity, plots, animations
cfd matplotlib numpy python simulation vortex-method
Last synced: 12 May 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/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/andydevs/optipy
Optimization algorithms written in python
numpy optimization optimization-algorithms
Last synced: 13 May 2026
https://github.com/gmcgibbon/udacity-dlnd-project-1
Udacity Deep Learning Nanodegree - Project 1
deep-learning jupyter-notebook nn numpy udacity
Last synced: 13 May 2026
https://github.com/prathicashettym/agriculturallanddetection
6th Semester SDG EL
flask keras matplotlib numpy pandas python seaborn streamlit tensorflow
Last synced: 13 May 2026
https://github.com/maroshmka/np-mlp-clf
Raw implementation of mlp classifier in python using numpy.
classification example-code learning machine-learning multilayer-perceptron neural-network numpy
Last synced: 14 May 2026
https://github.com/chicoyildiz/python-raytracing-demo
Interactive Python ray tracer (numpy + pygame) with a ceiling camera, dynamic resolution scaling, and a glowing bouncing fireball.
numba numpy python python3 raytracing
Last synced: 14 May 2026
https://github.com/neelimabonangi/defect-detection-hot-rolling
Defect Detection in Hot Rolling Using Machine Learning
classification data-analysis data-science defect-detection jupyter-notebook machine-learning manufacturing numpy pandas predictive-analytics python random-forest scikit-learn
Last synced: 12 Jun 2026
https://github.com/gsaini/streamlit-ui-getting-started
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver dynamic data apps with only a few lines of code. Build and deploy powerful data apps in minutes. Let's get started!
codecov github-actions numpy pandas python streamlit unittest
Last synced: 14 Jun 2026
https://github.com/pnguyen215/pycelize
Pycelize is a Flask application designed for processing Excel and CSV files. It provides RESTful APIs for common data operations including extraction, normalization, mapping, SQL generation, and file binding.
excel lib numpy openpyxl pandas py-app pycelize python-service python3
Last synced: 17 Jun 2026
https://github.com/dino-kupinic/pocolocosolver
algorithmic solution with 3D visualization
algorithms numpy panda3d puzzle pytest python solver
Last synced: 19 Jun 2026
https://github.com/williyam-m/sentiment_analysis
A Django-based Sentiment Analysis web app leveraging the power of the BERT transformer model to classify text sentiment accurately.
beautifulsoup bert django numpy pandas python torch transformers
Last synced: 20 Jun 2026
https://github.com/takana671/fluidcube
Particle Movement Using Curl Noise
curl-noise cython numpy panda3d python
Last synced: 22 Jun 2026
https://github.com/huzaifa12466/neuralnetscratch
A simple neural network implemented from scratch in Python using NumPy, trained on the Moons dataset
artificial-intelligence artificial-neural-networks backpropagation deep-learning forwardpropagation machine-learning matplotlib neural-network neural-networks numpy
Last synced: 23 Jun 2026
https://github.com/kellsworks/data-science-python-scripts
Data science python scripts
beautifulsoup4 numpy pandas python python-csv selenium selenium-webdriver statistics
Last synced: 12 Apr 2026
https://github.com/charlenry/python_data_science
Mes notebooks de travaux pratiques sur Python pour la Data Science
analysis data dataframe jupyter kaggle matplotlib notebook numpy pandas pyplot python science seaborn visualisation
Last synced: 25 Jun 2026
https://github.com/offthetab/matcha_code_generation
Fine-tunning MatCha model for better python matplot lib code generation by given chart.
fine-tuning huggingface matcha matplotlib numpy pandas pil sklearn torch
Last synced: 20 Jan 2026
https://github.com/kaladabrio2020/algebra-linear-computacional
algebra cpp matplotlib numpy python
Last synced: 12 Apr 2026
https://github.com/id-andyyy/alfahack
📈💰 Investment propensity prediction model
catboost hackathon-project jupyter lightgbm numpy optuna pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/alwaysvivek/evolving-ai-biosphere
A self-evolving AI biosphere leveraging LSTM/REINFORCE for adaptation.
ai artificial-intelligence biology deep-learning devops evolutionary-algorithms machine-learning mlflow mlops numpy python3 pytorch reinforcement-learning simulation torch
Last synced: 12 Apr 2026
https://github.com/kr1shnasomani/DeepDetect
Traffic light, vehicle and human detection from aerial images using YOLOv8 model and Computer Vision
computer-vision deep-learning neural-network numpy opencv yolov8
Last synced: 03 Sep 2025
https://github.com/tebogoyungmercykay/mathematical_modelling_in_python
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
clock counter differential-equations equations-and-plotting growth-factor is-sorted lamda-expressions linearization logistic-difference-equations mathplotlib numpy pell-recursive polyfit python recursion rieman-sums sympy
Last synced: 14 Mar 2025
https://github.com/hairymax/python-for-science-lecture-notes
Tutorial material on the scientific Python ecosystem in Russian
matplotlib numpy python scipy sympy
Last synced: 12 Apr 2026
https://github.com/winterwind/housingpricesproject
A two-part project involving making predictions using various regressors and then implementing linear regression from scratch and predicting that way
csv csv-files data-science decision-tree gradient-descent jupyter jupyter-notebook knearest-neighbors knn linear-regression linear-regression-scratch machine-learning matplotlib matplotlib-pyplot numpy pandas python random-forest regression sklearn
Last synced: 12 Apr 2026
https://github.com/khushi130404/echobot
EchoBot is a chatbot built using TensorFlow to classify user inputs into predefined intents and respond accordingly. It uses a neural network trained with the data in intents.json.
keras nlp nltk numpy pickle tensorflow
Last synced: 12 Apr 2026
https://github.com/f-ssemwanga/dab-dataanalysis
DAB Radio Data Analysis Application
matplotlib numpy oop-principles pandas-dataframe postgresql psycopg2 python-3 regex-pattern seaborn threading tkinter-gui
Last synced: 12 Apr 2026
https://github.com/3rd-son/movie-streaming-service-analysis
Exploratory Data Analysis of the Streaming Services like Neflix, Hulu, Disney+ etc
data-analysis exploratory-data-analysis jupyter-notebook matplotlib numpy pandas plotly python seaborn
Last synced: 18 Apr 2026
https://github.com/georgehanymilad/online-payments-fraud-detection
Machine Learning Project
anaconda class classification-algorithm data-science dataanalysis kaggle machine-learning machine-learning-algorithms matpolotlib numpy pandas python python3 seaborn
Last synced: 12 Apr 2026
https://github.com/manuelfay/numpydeeplearning
Deep Learning Framework built entirely using numpy
deep-learning deep-learning-framework minigrad numpy pytorch
Last synced: 06 May 2026
https://github.com/fimbres/emotion-recognition
This is an AI project developed in Python to recognize emotions in people.
ai kaggle-dataset keras numpy opencv python tensorflow
Last synced: 12 Apr 2026
https://github.com/urvee1810/eda-time-series
A comprehensive time series analysis of French retail quarterly sales data from 2012 to 2017. The project focuses on analyzing sales patterns, seasonal decomposition, and trend analysis using various statistical techniques and visualizations.
arima-modeling data-visualization exploratory-data-analysis matplotlib numpy pandas pmdarima python scikit-learn seaborn statsmodels time-series-analysis trend-analysis
Last synced: 12 Apr 2026
https://github.com/jvictor011/analise_de_precos_de_materias-primas_agricolas
Este projeto concentra-se na análise dos dados de preços de várias matérias-primas agrícolas ao longo do tempo. O conjunto de dados usado para esta análise é chamado de agricultural_raw_material.csv.
matplotlib numpy pandas python seaborn
Last synced: 07 May 2025
https://github.com/shibam120302/indian_sign_language_translator
This repository consists of the code utilized for creation of an Indian Sign Language Translator satisfying the following criteria : Near-Real-Time Application Achieve background independence Attain Illumination independence
imageai keras numpy opencv pillow tensorflow
Last synced: 12 Apr 2026
https://github.com/mzayles/base_vendas_dataprep
💻📊✅ Curso de Programação em Python para Data Science | Preparando e tratando dados com Pandas e NumPy.
Last synced: 24 Mar 2025
https://github.com/sultanazhari/prediction-model-of-customers-leaving
Bank Beta Company focus on retain existing customers, our task is to create a model that predicts whether or not a customer will leave the bank soon.
accuracy-score confusion-matrix logistic-regression-algorithm matplotlib-pyplot numpy pandas python3 random-forest roc-auc-score seaborn train-test-using-sklearn
Last synced: 20 Apr 2026
https://github.com/ifrazaib/pythoncodes
In this repository I have Added my handwritten python codes to master the language and includes all the basic concepts of python.
classes inheritance lists numpy pandas scipy tupels
Last synced: 06 Jan 2026
https://github.com/raoulnormand/easygrader
A library to easily calculate course grades.
gradebook gradescope numpy pandas teaching-tool
Last synced: 10 Mar 2025
https://github.com/raduldev/ml-projects
End To End Machine Learning Project guided by Krish Naik from Ineuron.
catboost dill flask-application numpy pandas python scikit-learn xgboost
Last synced: 12 Apr 2026
https://github.com/RedInfinityPro/AI_projects
Rating (7/10) The code is a chatbot that interacts with users based on article content. However, issues include incorrect sorting, typos, incorrect indentation, and lack of explanations for each part, potentially affecting the bot's robustness and understanding of context.
newspaper nltk numpy python random sklearn string warnings
Last synced: 30 Sep 2025
https://github.com/abideen-olawuwo/converted-web-app
Deploying model with Flask
flask jsonify matplotlib numpy pandas pickle python requests
Last synced: 12 Apr 2026
https://github.com/hediyeorhan/styletransfer
artificial-intelligence deep-learning numpy python tensorflow
Last synced: 12 Apr 2026
https://github.com/ailsonguedes/iris-flower-ml-project
Machine learning model using logistic regression to classify the Iris-Flower of dataset.
classification data-science dataset ia iris-classification iris-dataset jupyter-notebook logistic-regression machine-learning numpy pandas python sklearn
Last synced: 12 Apr 2026
https://github.com/tugot17/linear-regression-from-scratch
Linear Regression concepts and intuitions presented using Jupyter Notebooks
from-scratch linear-regression numpy python
Last synced: 11 Jul 2025
https://github.com/alphan26/humidityregressor
This project involves developing a model to predict relative humidity using PyTorch. The model was trained on a dataset containing monthly data, with the goal of forecasting the relative humidity for the subsequent month.
matplotlib numpy pandas python pytorch
Last synced: 11 Apr 2026
https://github.com/c-mohammed-zaid/python
A diverse collection of Python projects showcasing skills in game development, data manipulation, and utility tools, including classic games, encryption, and data analysis.
jupyter-notebook matplotlib numpy pandas python scipy turtle
Last synced: 06 Jan 2026
https://github.com/kareem74x/data-mining-uni-project
A project focused on applying data mining techniques to extract insights from datasets
data-mining matplotlib numpy pandas python
Last synced: 25 Feb 2026
https://github.com/akashash01/random_forest
It enable learning method for classification, regression and other task. Operates by building multiple decision tree ay training time. It is much more robust than Decision Tree algorithm.
data-science machine-learning numpy pandas python random-forest-classifier sklearn supervised-learning
Last synced: 01 Apr 2025
https://github.com/sayan520/titanic-data-insights
Conducting data analysis on Kaggle's Titanic: Machine Learning from Disaster dataset using essential data wrangling, exploratory data analysis (EDA), and visualization techniques to uncover insights, identify patterns, and explore factors influencing passenger survival.
jupyter-notebook kaggle matplotlib numpy pandas python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/asier-ortiz/ai-course-notebooks
AI course Notebooks and Exercises
keras matplotlib numpy pandas python seaborn skit-learn tensorflow
Last synced: 12 Apr 2026
https://github.com/tnleite/credit-card-customer-clustering
Este repositório apresenta um projeto de segmentação e predição de clientes de cartões de crédito. Utilizando EDA, clusterização (K-Means) e machine learning, o objetivo é prever o grupo de novos clientes, apoiando estratégias de marketing personalizadas.
classification-algorithm clustering-algorithm clustering-analysis data-science exploratory-data-analysis kmeans-clustering logistic-regression machine-learning-algorithms machine-learning-models matplotlib numpy scikit-learn seaborn
Last synced: 07 May 2026
https://github.com/prashhhant213/customer-behavior-analysis-for-walmart-black-friday-sales
This project is a Walmart case study analyzing customer purchase behavior by gender and demographics to inform business decisions, especially around spending habits during events like Black Friday.
matplotlib numpy pandas python scipy seaborn
Last synced: 06 Jan 2026
https://github.com/arrmansa/leetcode-nice-solutions
Some solutions for leetcode problems that I found fun - either the algorithm or using numpy bruteforce where it shouldn't be
leetcode leetcode-python leetcode-python3 leetcode-solutions numpy python python3
Last synced: 16 Mar 2025
https://github.com/rahulsm20/insurance-data
A data analytics project dealing with risk assessment and it's effects in health insurance.
data-analysis data-analytics machine-learning matplotlib numpy pandas python scikit-learn
Last synced: 12 Apr 2026
https://github.com/sumitkundu102022/ecobuddy
EcoBuddy: Personalized Carbon Footprint Tracker
bcrypt numpy pandas plotly pymongo python-dotenv requests streamlit
Last synced: 12 Apr 2026
https://github.com/naveen88112/healthcare
HealthCare Data Analysis and Forecasting This project examines healthcare data by processing missing values with KNN imputation, preprocessing features, and training classification models (Logistic Regression and Random Forest). The output includes performance metrics such as accuracy, confusion matrix, precision, recall, and ROC analysis.
data-visualization feature-engineering machine-learning model-evaluation numpy pandas python scikitlearn-machine-learning
Last synced: 12 Apr 2026
https://github.com/parth-jatav/super-store-analysis-project
The Super Store Analysis project leverages Python libraries such as pandas, matplotlib, and numpy to perform a comprehensive analysis of a retail store's data. This project includes data cleaning, visualization, and statistical analysis to identify key trends, optimize inventory, enhance decision-making processes for improved business performance.
data-analysis matplotlib numpy pandas python super-store
Last synced: 12 Apr 2026
https://github.com/apal21/tensorflow-linear-regression-fit-data
Fit a line passing through data with some random noise using Tensorflow linear regression with Gradient Descent Optimizer.
gradient-descent linear-regression numpy python3 tensorflow
Last synced: 12 Apr 2026
https://github.com/gyselle-marques/reconhecimentofacial-desafiodio
Machine Learning: Sistema de Reconhecimento Facial criado com OpenCV e YOLO11.
colab-notebook dataset dio-bootcamp face-detection face-recognition image-classification machine-learning numpy object-detection opencv opencv-python portuguese-brazilian python transfer-learning yolo yolov11
Last synced: 12 Apr 2026
https://github.com/afnanenayet/kaggle-titanic
The classic Kaggle Titanic data science challenge
backprop backpropagation classification classifier data forest kaggle layer learn mlp multi numpy pandas perceptron random science scikit sklearn titanic
Last synced: 12 Apr 2026
https://github.com/mnitin-reddy/summer-olympics-data-analysis-web-app
An interactive web app for exploring trends in Olympic Games history, analyzing overall medal tallies, country-wise performance, and athlete demographics. Built with Python and Streamlit, this app offers insights through visualizations and data-driven statistics.
dataanalytics matplotlib numpy pandas python seaborn streamlit
Last synced: 12 Apr 2026
https://github.com/jpcano/boston_housing
Predicting Boston Housing Prices using supervised Machine Learning algorithms
cross-validation machine-learning numpy pandas python regression-models scikit-learn
Last synced: 12 Apr 2026
https://github.com/themihirmathur/soiligator
Soiligator is an advanced machine learning project designed to optimize irrigation management by predicting whether irrigation is necessary based on environmental and soil-related data.
auc-score logistic-regression machine-learning matplotlib numpy pandas python random-forest-classifier roc-curve scikit-learn seaborn standardscaler support-vector-machine
Last synced: 12 Apr 2026
https://github.com/rajaditya01/refactored_py_ds_ml_bootcamp
Learning ML
deep-learning eda machine-learning numpy pandas python static
Last synced: 12 Apr 2026
https://github.com/lijesh010/employeeanalysis-
This is a simple data analysis project developed as part of my Entri Elevate Data Science and Machine Learning course. It serves as a practical demonstration of my skills in data analysis.
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/fabricioarendtorres/streamauc
Light-weight package for classification metrics computed on streams or minibatches of data. Mainly for area under the curve (AUC) of precision-recall (PR) or receiver operating characteristic (ROC) curves. Supports multi-class setting with either macro- or micro aggregation..
classification-model machine-learning metrics numpy precision-recall-curve receiver-operating-characteristic
Last synced: 06 Jan 2026
https://github.com/lorenzorottigni/ml-universities
Machine Learning python bootcamp: K mean clustering with public/private universities dataset
k-mean-clustering machine-learning numpy pandas python scikit-learn seaborn
Last synced: 05 Apr 2026
https://github.com/lorenzorottigni/ml-random
Machine Learning course of Piero Savastano 7: matplotlib, accuracy_score, precision_score, recall_score, f1_score, classification_report
machine-learning matplotlib metrics numpy
Last synced: 04 May 2026
https://github.com/alisonmitchell/countries-of-the-world
Exploratory Data Analysis of US Government data from the World Factbook to investigate GDP ($ per capita), Literacy (%) and Phones (per 1000).
data-science machine-learning matplotlib numpy pandas python seaborn
Last synced: 12 Apr 2026