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/owenl0000/housepricesproject
Kaggle Project
data-analysis data-science data-visualization gridsearchcv kaggle-competition kaggle-dataset linear-regression machine-learning machine-learning-algorithms numpy onehot-encoding ordinal-encoding pandas python random-forest-regression sckit-learn seaborn streamlit xgboost-regressor
Last synced: 09 Apr 2026
https://github.com/gkamboj/image-features-extractor
Detect object in any image along with its features like color, etc.
color-classification connexion feature-extraction flask image-classification image-recognition machine-learning numpy opencv python resnet
Last synced: 16 Apr 2026
https://github.com/dr-rompecabezas/page-view-time-series-visualizer
A data science project built as part of the freeCodeCamp curriculum.
matplotlib numpy pandas python seaborn
Last synced: 16 Apr 2026
https://github.com/muavia1/roman-urdu-poetry-generation-using-lstm
Here’s a short description you can add to your GitHub project: Roman Urdu Poetry Generator A deep learning project using LSTM and TensorFlow to generate Roman Urdu poetry. Trained on a poetry dataset and deployed with a Gradio interface for interactive text generation.
deep-learning gradio gradio-interface lstm model-training numpy pandas poetry-generator python tensorflow
Last synced: 09 Apr 2026
https://github.com/priyanshul28/ml_eda_regression_energyconsumptionforecasting
An EDA and Machine Learning Time-Series Regression Forecasting exercise on the PMJE Energy Consumption dataset demonstrating time-series analysis and the use of Time-Series Split, XGBoost, etc. The model is optimized using hyperparameter tuning through GridSearchCV. A Rob Mulla guided exercise.
forcasting machine-learning numpy pandas scikit-learn time-series-analysis
Last synced: 17 Apr 2026
https://github.com/youssefali11997/free-style-coding
Scripts written as practice, trying new technology or just playing with the code !
bash javascript numpy python3 ruby-on-rails scripts vuejs
Last synced: 12 Apr 2026
https://github.com/zeeshan4002911/data-analysis-hub
Quality control, data processing, data cleaning, data ploting
jupyter-notebook jupyterlab matplotlib numpy pandas seaborn
Last synced: 03 May 2026
https://github.com/miozilla/treebasedmodel
treebasedmodel :evergreen_tree::airplane::dancer: : Invistico Airline | Tree-based Modeling, Machine Learning (ML), Predictive, Decision Making, GridSearchCV, sklearn |
accuracy decisiontreeclassifier exemplar experience f1-score flight hyperparameter logistic-regression matplotlib model numpy pandas plot-tree precision pyplot recall seaborn selection train-test-split tuning
Last synced: 03 Jun 2026
https://github.com/morsalinislamshapon/diabetes-prediction-systemv3
This repository contains a machine learning model that predicts diabetes using user health data. It features an interactive web interface built with Streamlit and provides insights into model predictions through SHAP and permutation importance. 🐙🌟
jupyter-notebook machine-learning matplotlib numpy pandas plotly randomforestclassifier sckit-learn seaborn streamlit-webapp
Last synced: 29 Jul 2025
https://github.com/kodemartin/np-pd-portfolio
Portfolio of numpy, pandas, and matplotlib solutions
Last synced: 17 Apr 2026
https://github.com/epsoft/tex-classification
Tex Classification
classification classification-algorithm farsi matplotlib numpy pandas persian tensorflow tex-classification textvectorization
Last synced: 09 Apr 2026
https://github.com/nathadriele/ifood-data-governance-pipeline
Este projeto demonstra uma solução completa de Data Governance com foco em qualidade, rastreabilidade, segurança e conformidade com LGPD. Utiliza tecnologias modernas como Streamlit, Airflow, dbt e Pydantic para implementar um ecossistema funcional e interativo com dashboard de governança de dados.
airflow dashboard data-analysis data-catalog data-engineering data-governance data-quality data-visualization dbt ifood lgpd matplotlib numpy observability-data pandas pipeline pyspark redis seaborn streamlit
Last synced: 02 Apr 2026
https://github.com/satyas567/weatherdataanalysis
Comprehensive Weather Data Analysis with Python: Explore trends, visualize patterns, detect outliers, and predict temperature using humidity and wind speed
jupyter-notebook linear-regression matplotlib numpy pandas python scikit-learn seaborn
Last synced: 02 Apr 2026
https://github.com/lmicovic/neural-network-image-recognition
Application that recognize clothes items from images.
fashion-mnist keras machine-learning mathplotlib mnist-classification neural-network numpy opencv pandas python3 tensorflow
Last synced: 02 Apr 2026
https://github.com/mirzaazwad/tymbert
TYMBert is our submission for NCIM 2025, a spam classifier that makes use of knowledge distillation to compress the model while preserving accuracy
bert huggingface-transformers knowledge-distillation machine-learning matplotlib numpy pandas python3 scikit-learn tiny-bert torch
Last synced: 09 Apr 2026
https://github.com/mac2bua/autoalgo
Autonomous algorithm optimization research - 19x speedup achieved through self-driven iterations
algorithm-optimization autoresearch numpy performance python
Last synced: 02 Apr 2026
https://github.com/kernel-loophole/numerical-computing
Numerical Computing use python(Numpy,metplotlib).
numpy python quantum-computing
Last synced: 17 Apr 2026
https://github.com/kiarashyavari/python_interview
Practice intermediate to advance topics of Python here
decorators generator multiprocessing multithreading numpy pandas python python3
Last synced: 17 Apr 2026
https://github.com/arjunravi26/sentimental-analysis
Sentimental Analysis Project
gensim nltk numpy pandas scikit-learn tensorflow word2vec
Last synced: 02 Apr 2026
https://github.com/viniciusdsandrade/discount-decider-with-python
discount numpy optimisation python
Last synced: 17 Apr 2026
https://github.com/nikhilsree5/aerofitcasestudy
Customer Profiling and Market Segmentation for AeroFit Treadmills: A Data-Driven Approach
customerprofile eda numpy pandas python visualization
Last synced: 17 Apr 2026
https://github.com/theakashshukla/diabetes-prediction
Diabetes Prediction using futuristic tool
ai jupiter-notebook ml numpy pandas sklearn
Last synced: 17 Apr 2026
https://github.com/tashi-2004/deep-learning-grid-world-q-learning
Deep Learning Grid World Q-Learning . Implement Q-learning in a 5x5 grid where an agent navigates obstacles and rewards. Train the agent with varying learning rates, visualize its progress, and see Q-values as heatmaps. Run the script to start training and view results. Contributions are welcome!
agent-based-modeling artificial-intelligence deep-learning deep-q-learning exploitation exploration machine-learning machine-learning-algorithms matplotlib-pyplot numpy python q-learning q-learning-algorithm reinforcement-learning reinforcement-learning-algorithms state-value-function training
Last synced: 17 Apr 2026
https://github.com/antonio-f/regularization-methods
Shrinkage methods: Ridge Regression and Lasso
lasso lasso-regression machine-learning numpy python regularization ridge-regression scikit-learn
Last synced: 17 Apr 2026
https://github.com/mgitrov/cnn-on-cifar-10
A computer vision project aiming to classify random images uploaded by the user.
artificial-neural-networks computer-vision convolutional-neural-networks deep-learning keras matplotlib numpy pil regularization tkinter
Last synced: 17 Apr 2026
https://github.com/rosieoh/emergency_dataanalysis
오픈데이터분석-응급의료체계 방안 정책 제안 데이터 분석
ipython matplotlib numpy pandas python scikit-learn scipy
Last synced: 04 Apr 2026
https://github.com/varakanthamsaihruthikreddy975/champo_carpets_case_analysis_python
the champo carpets case study Analysis in python, this is still under development this will be a more comprehensive analysis than previous one in R. I have the complete version of code in R refer to this link - ( https://github.com/VarakanthamSaiHruthikReddy975/Champo_Carpets_Case_Study_Analysis)
case-analysis jupyter-notebook matplotlib matplotlib-pyplot numpy pandas python3 seaborn
Last synced: 17 Apr 2026
https://github.com/jain1shh/solar-flare-prediction
This repository contains code and data for predicting solar flare energy ranges using machine learning, based on NASA's RHESSI mission data. It includes preprocessing of FITS files into a unified CSV dataset and implements models like Gradient Boosting, Random Forest, and Decision Tree classifiers, achieving accuracies up to 87%.
data-visualization machine-learning numpy pandas python scikit-learn solar-flare-prediction
Last synced: 09 Apr 2026
https://github.com/prcharan592/social-media-sentiment-analysis
Social media sentiment analysis using tweets involves analyzing tweet data to determine public sentiment (positive, negative, or neutral) using natural language processing (NLP) and machine learning techniques.
data-visualization machine-learning matplotlib nlp nltk numpy pandas python3 sentiment-analysis spacy tweets
Last synced: 04 Apr 2026
https://github.com/nicovandenhooff/kaggle-competitions
A repository that contains my Kaggle projects.
data-analysis data-visualization deep-learning exploratory-data-analysis kaggle machine-learning matplotlib modeling neural-network numpy pandas seaborn sklearn
Last synced: 04 Apr 2026
https://github.com/awanraskall/retail-demand-analysis
Data analysis of retail meal orders, fulfillment centers, and product demand using Python
data-analysis data-visualization jupyter-notebook numpy pandas python
Last synced: 18 Apr 2026
https://github.com/kasraskari/python-for-data-science
Foundational concepts and libraries for data science with Python.
data-science jupyter-notebook matplotlib numpy pandas python scipy
Last synced: 04 Apr 2026
https://github.com/yasinefeee/parkspotter_pretest_enviroment
The ParkSpotter project is designed to detect the occupancy status of parking spots in a simulation environment. Using a toy model, a camera system, and a machine learning model, this system identifies whether a parking space is EMPTY or NOT EMPTY in real-time.
ai-systems classifier computer-vision cv2 numpy opencv parking-spot-detection parking-spots python sckit-image sckit-learn simulation-environment svm svm-classifier
Last synced: 18 Apr 2026
https://github.com/jsnevt/regressao_linear
Regressão linear simples - Qual a velocidade se levou x distância para parar ?
linear-regression matplotlib numpy pandas python
Last synced: 18 Apr 2026
https://github.com/armanshadyan/bacteria-detection
Deep learning-powered tool for detecting and analyzing bacteria in microscope images. Designed for microbiology research, it identifies bacteria, counts them, and calculates coverage area with high precision. Supports real-time video processing, single-image analysis, batch processing, and model training.
mediapipe numpy object-detection opencv python pytorch
Last synced: 05 Apr 2026
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/rafagomezguillen/data-science-python
Data Science and Python notes
data-science django-rest-framework matplotlib numpy pandas python seaborn webscraping
Last synced: 18 Apr 2026
https://github.com/abhishek-patidar066/synthetic-datasets
Synthetic datasets are artificially generated data used for training machine learning models, simulating real-world data while ensuring privacy.
clustering datasets jupyter-notebook libraries matplotlib-pyplot numpy pandas-dataframe python random sklearn
Last synced: 15 Apr 2026
https://github.com/ricardorobledo/weldingdefectdetection
Welding Defect Detection
css3 fastapi html5 javascript kaggle-dataset numpy opencv ultralytics yolov8
Last synced: 05 Apr 2026
https://github.com/lexxai/goit_python_ds_hw_04
Модуль 4. Класифікація та оцінка роботи моделі. Лінійна регресія: перенавчання та регуляризація
lasso-regression linear-regression numpy pandas python red regression ridge-regression scikit-learn
Last synced: 05 Apr 2026
https://github.com/lorenzorottigni/ml-movies
Machine Learning python bootcamp: Recommender Systems on movies dataset
ipynb machine-learning numpy pandas python recommender-system scikit-learn seaborn
Last synced: 05 Apr 2026
https://github.com/ahmaruff/kmeans-img-compress
Simple python image compression library using K-Means clustering
color-quantization image-compression image-processing kmeans kmeans-clustering numpy python
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/zombietdv/rfl-13_8
Implementaion for Genetic algorithm and Q-Learning.
genetic-algorithm grid-world machine-learning numpy pygame q-learning
Last synced: 18 Apr 2026
https://github.com/shortthirdman/distributedlagmodels
Distributed Lag Models in Dynamic Model Time Series
disributed-log-models numpy pandas python statsmodels time-series
Last synced: 19 Apr 2026
https://github.com/codetun/wie-act-challenge-ai
Our AI model, integrated with the Defend Her extension, uses advanced natural language processing (NLP) to predict and identify offensive or harmful language in real-time 🧠💬🚫. By continuously analyzing content, it ensures accurate detection of bad words, enhancing the extension's ability to protect users and promote a safer online environment 🌐
colab csv jupiter-notebook kaggle nltk numpy pandas
Last synced: 19 Apr 2026
https://github.com/mwoss/opencv-raspberry-pi
Video capture on Raspberry Pi/PC using OpenCV
numpy opencv python rapsberrypi video-capture
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/emerald-geomodelling/downfile
A safe & version independent pickle alternative that integrates setuptool entry points for extensions
feather json numpy pandas python serialization
Last synced: 19 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/saurabh9136/data-analysis_using_pandas-numpy
A beginner-friendly repository exploring data analysis using NumPy and Pandas. Covers fundamental operations, data manipulation, and real-world dataset analysis.
data-analysis-python numpy pandas python scipy
Last synced: 20 Apr 2026
https://github.com/mohamedezzeldeenhassanmohamed/human_computer_interaction_task
control Volume using gesture of hand
camera computer computer-vision distance-calculation gesture hand hci human human-computer-interaction interaction machine-learning mediapipe numpy opencv pycaw pyth volume-control
Last synced: 20 Apr 2026
https://github.com/vtorres09/projetomonitoriaip
📋 Data analysis of a dataset created to select students to be teacher assistant (Introduction to Programming).
numpy object-oriented-programming pandas python
Last synced: 20 Apr 2026
https://github.com/who-else-but-arjun/pyspyce-cs
Circuit Simulator for R, L, C components and AC/DC voltage and current sources built using python as a part of EE204 circuit theory course project.
circuit-simulator numpy python streamlit sympy
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/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/zombietdv/n_gram-model
n_gram model implementation with numpy only
Last synced: 21 Apr 2026
https://github.com/amaldevh/py-method-profiler
Profile Python methods without changing your code
benchmarking numpy performance performance-analysis profiling python statistics timing wrapper
Last synced: 16 May 2026
https://github.com/sazzadul-eanan/basic_numpy_learning
Numpy_Basics
jupyter-notebook numpy numpy-arrays numpy-library numpy-matrix numpy-tutorial
Last synced: 22 Apr 2026
https://github.com/syedsaadahmed/playing-with-pandas-numpy-matplotlib
Practicing pandas, matplotlib and numpy for different data-sets, practicng these libraries and putting all the bit here in this repository
jupyter-notebook matplotlib numpy pandas pandas-numpy-matplotlib python3
Last synced: 05 Jun 2026
https://github.com/ahmad-ali-rafique/numpy-mastery-notebook
Inside this repository, you'll discover a comprehensive notebook dedicated to showcasing various NumPy array methods and operations. From basic array manipulation to advanced techniques, I've compiled a collection of examples and explanations to help both beginners and seasoned Python developers deepen their understanding of NumPy.
dataanalytics numpy numpy-arrays numpy-exercises numpy-library numpy-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/dpb24/datakind-2025
📊 Data Analytics: Identifying Actionable Insights to Improve Financial Inclusion in Kenya
data-analytics data-visualization databricks datakind exploratory-data-analysis financial-data geopandas jupyter-notebook kenya matplotlib numpy python seaborn
Last synced: 24 Apr 2026
https://github.com/radithsandeepa/robot-path-visualizer
Welcome to Robot Path Visualizer! This tiny project uses Python, Pygame, and NumPy to replay a precomputed trajectory (x, y, θ). It rotates a robot sprite frame-by-frame and draws a trail, making it handy for diff-drive path playback, simulation demos, and quick visual debugging of robotics experiments.
animation numpy pygame python robot-simulation robotics trajectory-visualization
Last synced: 18 Sep 2025
https://github.com/davewhit3/bill-detector
Bill detection. Usage OCR algorithm to read content
ai numpy ocr-recognition python3
Last synced: 26 Apr 2026
https://github.com/prathush-kumar/fake_news_detection
Developed an intelligent system to identify and classify fake news articles using Natural Language Processing (NLP) and Machine Learning techniques.
classification machine-learning natural-language-processing numpy pandas sklearn-library
Last synced: 26 Apr 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/brendandasilva/applieddatascience
4 projects from Applied Data Science
data-science numpy pandas python
Last synced: 27 Apr 2026
https://github.com/vitor-ace/sunspots-data-analysis
This is a Jupyter Notebook which works with Data Analysis logic and libraries implementation with Python.
data-analysis data-visualization debbuging error-handling file-handling matplotlib-pyplot numpy pandas python
Last synced: 06 May 2026
https://github.com/lesterevse/numvision
Artificial Intelligence for recognizing numbers
Last synced: 27 Apr 2026
https://github.com/gyselle-marques/calculodemetricas-desafiodio
Machine Learning: Cálculo de Métricas de Avaliação de Aprendizado em Python.
accuracy brazilian-portuguese colab-notebook confusion-matrix dio-bootcamp dio-challenges f-measure f-score machine-learning matplotlib numpy precision python recall sklearn specificity statistics xgboost
Last synced: 27 Apr 2026
https://github.com/tnleite/real-estate-opportunities-analysis
Este repositório apresenta uma análise de oportunidades no mercado imobiliário, combinando séries temporais, clusterização e previsões para identificar estados com maior potencial de crescimento e orientar estratégias de expansão eficientes.
catboostregressor cluster-analysis data-science kmeans-clustering lightgbm-regressor machine-learning-algorithms numpy regression-models scikit-learn xgboost-regression
Last synced: 10 May 2026
https://github.com/rishant/data-science-learning-2025
data science learning 2025
data-science jupyter numpy pandas python python3
Last synced: 28 Apr 2026
https://github.com/jovicdev97/financial-loan-datascience-notebook
using numpy and pandas to analyze a synthetic loan dataset with python
data-analysis matlabplot numpy pandas plotting python seaborn
Last synced: 28 Apr 2026
https://github.com/abdeldjalilchafai/us-flight-delay-eda
Structured EDA on 2015 US flight delay data. Clean, reproducible notebook using a 6-step data analysis framework for real-world datasets.
data-analysis data-cleaning eda exploratory-data-analysis flight-delays kaggle matplotlib numpy pandas python seaborn
Last synced: 28 Apr 2026
https://github.com/robinhosz/traffic-data-analyzer
This repository presents a project for urban traffic signal optimization using Reinforcement Learning (RL) to improve traffic flow, increase safety at intersections, and promote energy efficiency in cities. Using the "Traffic Volume Counts" dataset from Kaggle.
data-analysis-python kaggle-dataset numpy pandas python traffic-analysis
Last synced: 28 Apr 2026
https://github.com/manalisbhavsar/stock-price-prediction
Stock Price Prediction model using Machine Learning and LSTM to forecast future stock prices based on historical data. Achieved a low error rate of 3.2% by leveraging moving averages and deep learning techniques, ensuring accurate predictions.
data-analysis deep-learning lstm machine-learning matplotlib numpy pandas python
Last synced: 28 Apr 2026
https://github.com/redinfinitypro/drawimages
Rating: (8/10) The code uses Python's Turtle module to create a canvas image, converting it to grayscale, and then placing dots at each pixel's location based on its intensity.
Last synced: 28 Apr 2026
https://github.com/babaquero07/escalamiento-imagenes-python
Proyecto del curso Algebra Lineal - UTADEO
matloptlib numpy pillow scipy streamlit
Last synced: 28 Apr 2026
https://github.com/alonmell/modulnet
Lightweight NumPy-based neural network framework with core layers, loss functions, optimizers, and data utilities
deep-learning from-scratch machine-learning neural-network numpy
Last synced: 29 Apr 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/cuuupid/better-tensorflow
MNIST classifier api
graph-model machine-learning neural-network numpy pickle sigmoid
Last synced: 29 Apr 2026
https://github.com/skypse/santander-coders-data_science-course
Curso de Data Science, proposto pelo Satander, utilizando Python!
jupyter-notebook numpy pandas-python python scikit-learn
Last synced: 29 Apr 2026
https://github.com/freya135/smart-traffic-system
A Python-based system leveraging a Raspberry Pi to capture and process traffic images, dynamically control traffic lights and servo motors based on real-time vehicle detection using edge detection, and optimize traffic flow intelligently.
canny-edge-detection gpiozero image-processing numpy open-cv python raspberry-pi-5 real-time-processing servo-motor signal-duration smart-traffic-light
Last synced: 29 Apr 2026
https://github.com/thaivincent/fft_image_compression
A simple image compression program using FFT and numPy
Last synced: 29 Apr 2026
https://github.com/yousefalaaali/twitter-sentiment-analysis
Natural language processing - Twitter Sentiment Analysis
deep-learning logistic-regression matplotlib naive-bayes nltk numpy pandas scikit-learn seaborn tf-idf word-embeddings
Last synced: 29 Apr 2026
https://github.com/amulya20010418/zomato_data_analysis
Analyze Zomato restaurant data all the world and find the insights by using Python libaries and also visualize the dataset by using Power-bi
cleaning-data-in-python dashboard numpy pand powerbi python visualization
Last synced: 29 Apr 2026
https://github.com/brainiacsloth/brighttv_viewership_analytics_python
This repository serves to provide an EDA framework for BrightTV Viewership Data.
jupyter-notebook metadata numpy pandas python
Last synced: 29 Apr 2026
https://github.com/ksharma67/k-means-algorithm-on-the-iris-dataset
Applied the K-Means algorithm on the Iris dataset, and utilized the Silhouette Score method to find the best value of K
eda elbow-method iris-dataset kmeans-clustering matplotlib numpy pandas python seaborn silhouette-score
Last synced: 29 Apr 2026
https://github.com/mukeshthenraj/fraud-detection-model
Logistic Regression, Grid Search, and ROC-PR curve evaluation on fraud detection dataset
classification fraud-detection machine-learning numpy pandas scikit-learn
Last synced: 29 Apr 2026
https://github.com/abhishek010397/tigerprediction-machinelearning
Machine Learning Prediction Model Using Multiple Regression to predict Tiger Population in India
keras-tensorflow matplotlib-pyplot multiple-linear-regression numpy pandas python3 r2 sklearn
Last synced: 29 Apr 2026
https://github.com/atchayaah/vois_aicte_oct2025_atchayaa
Comprehensive data science analysis leveraging NYC Airbnb market data to derive actionable insights on optimal pricing models, key performance indicators (KPIs), and factors influencing host trust and guest experience optimization.
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 29 Apr 2026
https://github.com/ahshah322/world-happiness-report-2025
Data analysis and visualization of the World Happiness Report 2025 using Python (pandas, seaborn, matplotlib). Explores how GDP, health, freedom, generosity, and corruption perception influence global happiness.
data-analysis data-science matplotlib numpy pandas python seaborn worldhappiness
Last synced: 29 Apr 2026
https://github.com/fanisgl/video-games-sales-data
Data Analysis of Sales Dataset using Python.
data-analysis data-science data-visualization dataset jupyter-notebooks matplotlib numpy pandas poisson-distribution python python3 sales statistics
Last synced: 29 Apr 2026
https://github.com/snehasunilnair/image-processing-projects
Image pre-processing techniques using OpenCV.
Last synced: 29 Apr 2026