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/sudarsann27/basic_machine_learning_algorithms
Basic Machine learning algorithms using scikit-learn and other fundamental libraries
data-science data-visualization ensemble-model kaggle numpy pandas scikit-learn supervised-machine-learning
Last synced: 20 Jan 2026
https://github.com/vaishnavis03/finlatics_ml_program
This repository contains the .ipynb files for 3 datasets, along with a PPT for each. The datasets included are Facebook Marketplace Data, Sales Prediction Data, and Wine Quality data.
correlation data-analysis data-science data-visualization knn linear-regression machine-learning matplotlib numpy pandas random-forest-classifier scikit-learn
Last synced: 17 Apr 2026
https://github.com/mahmoudnamnam/superstore-analysis
This project explores the SuperStore dataset to uncover insights into sales, profit, and customer behavior. It identifies key trends, regional variations, and product performance, using data analysis and machine learning techniques to guide business strategy and optimize performance.
clustering data-analysis data-science data-visualization geopandas jupyter-notebook machine-learning numpy pandas plotly regression seaborn sklearn
Last synced: 12 Apr 2026
https://github.com/gauravtrivedi967/lane_detection
Lane detection and tracking are the advanced key features of the advanced driver assistance system. Lane detection is the process of detecting white lines on the roads. In this we I have used prebuild models for the development of the code
ipython-notebook numpy python thresholding
Last synced: 06 Mar 2026
https://github.com/defi0x1/facial-expression-recognition
Facial-Expression-Recognition Using CNN
cnn data-augmentation facial-expression-recognition numpy tensorflow
Last synced: 03 May 2026
https://github.com/radinshahdaei/ce40215-nc
Theoretical and practical assignments for "Numerical Computation".
jupyter-notebook numpy python sympy
Last synced: 17 Apr 2026
https://github.com/neerajcodes888/a-novel-used-car-price-prediction-model-based-on-lindenoise
Welcome to the LinDenoise Repository! LinDenoise offers a smart solution for cleaning noisy data in regression tasks. Integrated seamlessly within the widely-used scikit-learn framework, it effortlessly enhances data quality while improving predictive accuracy
car-price-prediction deep-learning ipynb-notebook machine-learning numpy pandas python3 visualization
Last synced: 06 Mar 2026
https://github.com/rishabhmathur06/data_analysis-netflix
data data-analytics data-science matplotlib-pyplot numpy pandas python seaborn
Last synced: 12 Apr 2026
https://github.com/kheriberto/knn_project
This is a simple project that uses dummie data to practice and demonstrate my knowledge of the KNN algorithm.
data-analysis knn-classifier numpy python scikit-learn seaborn
Last synced: 02 Apr 2026
https://github.com/esraamhmd/intelligent-skin-cancer-image-based-detection-models
This project combines traditional machine learning approaches with advanced deep learning techniques to assist healthcare professionals in early diagnosis and improve patient outcomes.
ai deep-learning ham10000 isic kaggle machine-learning matplotlib numpy pandas python3 pytorch seaborn skin-cancer skin-detection sklearn time torchvision tqdm
Last synced: 02 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/amirmohammadgholampour/mall-customer-segmentation
Project for segmenting customers in a shopping mall using the Clustering algorithm.
numpy pandas python scikit-learn
Last synced: 02 Apr 2026
https://github.com/broodhoney/blue-book-for-bulldozers
This repository holds the project which solves a regression problem on predicting the futures sales of bulldozers. This is from a kaggle competition.
matplotlib numpy pandas python scikit-learn
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/amanimagdi/data-flux-fullstack
This repository is for a full stack application provides in-depth analysis and manipulation of various data types (tabular data, RGB images and textual data), Flask on BE and ReactJs on FE.
flask javascript numpy pandas python reactjs tailwindcss
Last synced: 02 Apr 2026
https://github.com/abdulrahmanaymann/data-storage-and-information-retrieval
This is a Python project that performs tokenization, stop word removal, positional indexing, phrase query searching, term frequency-inverse document frequency (TF-IDF) calculation, cosine similarity computation, and document ranking.
cosine-similarity information-retrieval nltk numpy pandas postional-index python ranking stop-word-removal tf-idf tokenization
Last synced: 06 May 2026
https://github.com/pranavv34/customer-segmentation
Predictive modeling and customer segmentation project using neural networks to forecast sales and categorize customers for targeted marketing in the online retail sector.
keras matplotlib numpy pandas python seaborn sklearn tensorflow
Last synced: 02 Apr 2026
https://github.com/aneeshmurali-n/python-tasks
Here we are going to learn data science and python by doing tasks by task
data-science data-visualization exploratory-data-analysis filter lambda lambda-functions map-reduce matplotlib numpy oops-in-python pandas python python-fundamentals regex regular-expression
Last synced: 12 Apr 2026
https://github.com/loong64/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
autograd deep-learning gpu loong64 loongarch64 machine-learning neural-network numpy python tensor
Last synced: 02 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/prajapatsur/data-analytics-1
Wanted to revise all the basic concepts of the data cleaning, transformation and analysis, so worked on this project. Took a little bit help of AI tool to implement some fresh concepts.
matplotlib numpy pandas sklearn
Last synced: 17 Apr 2026
https://github.com/ledsouza/curso_de_estatistica_parte_4
Projeto de estatística para estudo de correlação e regressão
data-science data-visualization numpy pandas seaborn statsmodels vitrinedev
Last synced: 17 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/akashash01/navie_bayes
It's an simple probabilistic classifiers based on applying Bayes theorem with strong independence assumptions between the features. Highly effective for text sequence oriented data(independent variables).
data-science machine-learning numpy pandas python sklearn supervised-learning
Last synced: 09 Apr 2026
https://github.com/renan-siqueira/reinforcement-learning-cart-pole
This repository provides implementations of a Q-learning agent to balance a pole on a cart.
artificial-intelligence gym-environment machine-learning numpy openai-gym pygame python qlearning-algorithm reinforcement-learning
Last synced: 17 Apr 2026
https://github.com/orliluq/inmersion-datos-python
Desarrollar modelos de machine learning para predecir la probabilidad de incumplimiento crediticio de los clientes, utilizando diferentes algoritmos de clasificación (Regresión Logística, Árboles de Decisión, Random Forest, Naive Bayes).
colab-notebook numpy pandas python scikit-learn
Last synced: 02 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/raduldev/ibm_capstone_final_project
IBM Data Science Professional Certifcate Capstone Project
api arcgis-api folium-maps foursquare-api ibm-watson jupyter-notebook matplotlib numpy pandas python3 sklearn
Last synced: 02 Apr 2026
https://github.com/rakibhhridoy/predictingsequence-timeseriesanalysis
Time series data easy handling purposes in TensorFlow and python functional programming. Time Series data is handled and pre-processed by different steps,like making window of the data,splitting data for model purpose is also different than other processing methods. All has combined for easy access.
forecasting functional-programming keras lstm lstm-neural-networks moving-average numpy python tensorflow time-series windowed
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/byteshiva/getmaplocation
Automate Dummy data from the open data source. Parse International Address, Geopy to automate map locations using lat and lon, Cache geopy map location calls using sqlite3, Use Pandas to parse and convert CSV to JSON
csv-parser geopy json numpy pandas pandas-dataframe parser pickle python3 sqlite3
Last synced: 18 Apr 2026
https://github.com/shimu-i/pythonmastery
Diving into Python essentials, libraries, and tricks to become an AI & ML pro. Coding, learning, and having fun while building the future!
Last synced: 07 May 2026
https://github.com/cosmicsid004/air_draw
Digital drawing....
handtracking mediapipe numpy opencv
Last synced: 30 Apr 2026
https://github.com/omjaju18/market-trend-analysis-using-ml-lstm-model
Market Trend analysis using LSTM Model. Use Jyputer Notebook .
lstm-neural-networks machine-learning machine-learning-algorithms numpy pandas python
Last synced: 17 Apr 2026
https://github.com/waghraj1699/ipl-win-probability-predictor
Web app to predict live probability of win percentage of match
data-preprocessing machine-learning ml-algorithms numpy pandas
Last synced: 07 May 2026
https://github.com/nikhilgugwad/sentiment-analysis
Sentiment analysis for the Kannada language to classify Kannada sentences into different emotions.
Last synced: 17 Apr 2026
https://github.com/christiemj/clock-drift-simulation
A Monte Carlo simulation in Python to model vacuum-induced frequency drifts in atomic clocks, with code and visuals (experimental setup, simulated vs. real-world comparison, and drift graph), as described in "Probing Vacuum-Induced Clock Drifts via Quantum Metrology: A Testable Hypothesis" (DOI: 10.5281/zenodo.15163879). Licensed under GPL 3.0.
allan-variance atomic-clocks cesium-ion clock-drift matplotlib monte-carlo-simulation numpy open-science pandas physics precision-metrology python quantum-metrology research-software scipy simulation vacuum-fluctuations vacuum-noise
Last synced: 17 Apr 2026
https://github.com/lmizner/codecademy_nba_trends
Investigate whether there is an association between two variables
chi2-contingency jupyter-notebook matplotlib numpy pandas pearson-correlation pyplot python seaborn
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/sofiakhutsieva/analytical_report_for_producers_of_educational_programs
Подготовка аналитического отчета (Проект в skillbox )
analytics matplotlib numpy pandas seaborn
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/quinnphil/math-for-programmers
Work-alone code for Math for Programmers book by Paul Orland
geometry mathematics matplotlib numpy python
Last synced: 17 Apr 2026
https://github.com/kaushik-puttaswamy/exploratory-data-analysis-using-python
This project applies Exploratory Data Analysis (EDA) using visualizations like box plots, scatter plots, and correlation matrices. It helps identify patterns, select ideal functions via least squares error, and map test data while evaluating deviations.
bokeh expolatory-data-analysis matplotlib numpy pandas python seaborn sqlalchemy
Last synced: 17 Apr 2026
https://github.com/chmohit91/Introduction-to-Python
A comprehensive collection of Python programming resources, from basics to advanced concepts. Built for learners, by learners
matplotlib numpy pandas plotly python python-library python3 seaborn
Last synced: 21 Jul 2025
https://github.com/darkusphantom/newton-method
7 ejercicios practicos del método de Newton en la programación computacional
computational-maths numpy python
Last synced: 25 Mar 2025
https://github.com/shhiivvaam/regression
Linear Regression Model
linear-regression numpy python
Last synced: 10 May 2026
https://github.com/mugambi645/classify-song-genre-from-audio-data
Classify song genres using supervised learning models & PCA for dimensiality reduction
decision-tree-classifier logistic-regression numpy pandas pca-analysis
Last synced: 17 Apr 2026
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/mnitin-reddy/content-based-recommendation-system-using-deep-learning
A content-based movie recommendation system using deep learning to predict user ratings by leveraging user and movie features. The system integrates neural networks for feature extraction, utility scripts for data processing, and supports both new and existing user recommendations.
deep-learning keras neural-networks numpy pandas python scikit-learn tensorflow
Last synced: 03 Apr 2026
https://github.com/jjwizardmp/a-start-search-python
Python project where the 'A Start Search' algorithm and a simulation of the agent's path with animations were implemented.
cv2 ipython iterto jupyter-lab jupyter-notebook mathplotlib numpy pip python python-env python3
Last synced: 04 Apr 2026
https://github.com/neetigyab/pdf_form_parser
Older Test version of designated PDFReader project
excel forms matplotlib numpy ocr opencv pandas pdf pdf-converter pdfplumber pytesseract python
Last synced: 17 Apr 2026
https://github.com/ritwika-das-gupta/flight_price_prediction
Flight price Prediction is made using decision tree model and Machine learning concepts
cross-validation data-science data-visualization desiciontree flask gridsearchcv html-css-javascript hyperparameter-tuning json machine-learning matplotlib numpy pandas pickle python scikit-learn sklearn statistics supervised-learning
Last synced: 11 Apr 2026
https://github.com/noluyorabi/bravais-pearson-interactive
Bravais-Pearson Interactive – A web app for visualizing Pearson correlation. Generate datasets, analyze correlations, and explore regression lines, r², and p-values interactively.
data-visualization interactive-analysis matplotlib numpy pearson-correlation scipy seaborn statistics streamlit
Last synced: 17 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/anag0es/projetos-ml
Este é um lugar onde guardo vários projetos para entender como funciona a aprendizagem de máquina. Cada projeto é uma forma de praticar o que estou aprendendo nos meus estudos.
artificial-intelligence crisp-dm data-science deep-learning learning machine-learning neural-network numpy pandas prediction-model python
Last synced: 17 Apr 2026
https://github.com/separatrixxx/aviahack5
✈️ Aviahackathon 5
fastapi http-server numpy pandas pyside6 python react sqlite3 tailwind-css typescript
Last synced: 04 Apr 2026
https://github.com/sadegh-khedry/comments-sentiment-analysis
text classification on comments using an ANN model.
collections deep-learning keras nlp numpy pandas python sentiment-analysis sklearn spacy unicodedata
Last synced: 04 Apr 2026
https://github.com/dyarleniber/hands-on-machine-learning
This repository contains code examples, exercises, and projects related to the concepts covered in the book "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition" by Aurélien Géron.
ai artificial-intelligence keras machine-learning matpolotlib numpy pandas scikit-learn tensorflow
Last synced: 11 Apr 2026
https://github.com/mwoss/mownit
Various tasks from numerical analysis laboratories solved using Python
jupyter-notebook mathematics matplotlib numerical-analysis numpy python scipy
Last synced: 17 Apr 2026
https://github.com/sofiaalmaz/fanfictionproject
Анализ фанфиков по Гарри Поттеру с целью написания самого популярного фанфика
analysis fanfics fanfiction harry-potter jypyternotebook matplotlib ml networkx numpy pandas python scipy seaborn streamlit wordcloud
Last synced: 06 Jan 2026
https://github.com/shandilya1998/neurorobotics
Python tools for robotics, deep reinforcement learning and neuroscience research.
computational-neuroscience mujoco mujoco-py numpy openai-gym pytorch reinforcement-learning robotics
Last synced: 12 Apr 2026
https://github.com/jayemscript/lab-to-code
A complete Python learning roadmap for scientists and researchers — covering data science, biology, chemistry, physics, and mathematics with curated libraries, tools, and resources.
bioinformatics chemistry data-science jupyter-notebook machine-learning mathematics numpy pandas physics python research roadmap scientific-computing scikit-learn
Last synced: 19 Jun 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/datamallo/python101
The ressources you need to learn or get better in Python. Covering the basics of Python3, NumPy and Pandas for
Last synced: 18 Apr 2026
https://github.com/ai-ahmed/bda-and-ds
Dual Course: EMC2 Data Scientist & Big Data Analytics & IBM Professional Data Science Course
analytics big-data data-science jupyter-notebook jupyterlab linear-algebra mathematics matplotlib ml numpy pandas probability seaborn sklearn statistics
Last synced: 07 May 2026
https://github.com/sujalk777/signal_systems_lab
This repository contains the assignments for the Signal Systems Laboratory course offered at IIT Jammu Autumn 24
jupyter-notebook librosa linux matplotlib numpy python raspberry-pi
Last synced: 12 Apr 2026
https://github.com/yuvrajsaraogi/sales-prediction-using-python
Sales prediction involves estimating future product sales based on factors like advertising spend, target audience, and platform. Businesses rely on data scientists to forecast sales and optimize advertising costs. Machine learning in Python can be used for this task.
data data-analysis data-science data-visualization machine-learning matplotlib natural-language-processing numpy pandas prediction python sales-prediction-using-python sql
Last synced: 19 Apr 2026
https://github.com/lexxai/goit_python_ds_hw_01
GoIT, Python Data Science, Homework number 1.
data-science google-colab jupyter-nootebook numpy numpy-arrays python
Last synced: 18 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/shantanudhanawade/mini-projects
Price prediction with linear regression
matplotlib-python numpy pandas scikit-learn-python
Last synced: 07 May 2026
https://github.com/yassin522/music-genre-classification
This repository is dedicated to the Music Genre Classification project, an endeavor that leverages machine learning techniques to accurately classify music into various genres
catboost matplotlib numpy pandas python sklearn
Last synced: 04 Apr 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/pointer2alvee/machine-learning-algorithms-scratch
Core Machine Learning concepts , algorithms & maths implemented completely from scratch using Python & numpy only.
machine-learning-algorithms numpy pandas probabilistic-machine-learning python statistical-models
Last synced: 07 May 2026
https://github.com/abideen-olawuwo/vg_sales
Predicting Games Sales
machine-learning matplotlib numpy pandas seaborn sklearn
Last synced: 07 May 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/andryadsm/predicting-house-prices
🏘️ Project Predicting House Prices (Python)
data-analysis data-preprocessing data-visualization feature-engineering house-prices machine-learning matplotlib numpy pandas python real-estate seaborn sklearn
Last synced: 04 Apr 2026
https://github.com/thoughtscript/python_api_2023
Some fun with Flask, Python, and Machine Learning
angular docker docker-compose flask machine-learning mysql numpy
Last synced: 04 Apr 2026
https://github.com/arnoldchrisoduor1/potato_disease
Trained a CNN to detect the presence and the current stage of Blight disease in potatoes, WebApp in FastAPI and React
fastapi keras numpy react serving-tensors tensorflow
Last synced: 04 Apr 2026
https://github.com/bvsam/nnfs
Basic neural network built using Python and Numpy. Created to better understand neural networks.
artificial-intelligence deep-learning machine-learning neural-network neural-networks numpy python3
Last synced: 18 Apr 2026
https://github.com/vansh-py04/data-analysis-questions-pandas-numpy-sql
Solution to 450+ Data Science Tech Stack questions essential for Data Analysts and Scientists!
data-analysis data-science deepnote machine-learning numpy pandas python sql
Last synced: 18 Apr 2026
https://github.com/gregoritsch3/ml_clustering_eda_customersegmentation
An EDA and Machine Learning Clustering exercise on the Mall Customer Segmentation synthetic dataset demonstrating the use of KMeans Clustering and the Elbow Method. The clustering algorithm successfully segments the customer base into groups distinguishable by their annual income and spending score.
clustering kmeans-clustering machine-learning matplotlib numpy pandas scikit-learn scipy seaborn
Last synced: 04 Apr 2026
https://github.com/pedroteixeiraw/variational_quantum_circuit_binary_classification
This project focuses on developing a Variational Quantum Circuit capable of performing Binary Classification between two classes: red wine and white wine, based on their characteristics using machine learning.
binary-classification cost-function json machine-learning matplotlib numpy pandas qiskit qiskit-machine-learning quantum-machine-learning scikit-learn training-data variational-circuit
Last synced: 04 Apr 2026
https://github.com/alainlebret/python-et-ia-1
Ressources personnelles du cours "Python & IA" en 2e année GPSE à l'ENSICAEN
artificial-intelligence image-processing machine-learning matplotlib numpy python scikit-image scikit-learn
Last synced: 04 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/ayushpatel2026/stock_predictor
Neural Networks to Predict Stock Prices
data-science flask-api machine-learning neural-network numpy python pytorch
Last synced: 07 May 2026
https://github.com/ebadshabbir/bluff-detection-model-polynomial_regression-
This project predicts employee salaries based on position levels using Linear and Polynomial Regression models. It trains models with degrees 2, 3, and 4 on a dataset of job titles, position levels, and salaries, and predicts the salary for a position level of 6.5. The results are visualized to compare model performance.
jupyter-notebook linear-regression machine-learning matplotlib-pyplot multiple-linear-regression numpy polynomial-regression python
Last synced: 07 May 2026
https://github.com/ccolpasm/pageviewanalyzer
PageViewAnalyzer analyzes and visualizes time series data of forum visits (2016-2019). It uses Pandas, Matplotlib, and Seaborn to create line plots, bar charts, and box plots, highlighting trends, monthly averages, and seasonality in page views. Perfect for data exploration with Python.
data-science matplotlib numpy pandas python
Last synced: 18 Apr 2026
https://github.com/yousefalaaali/video-game-sales
Data Analysis Project - Video Game Sales
k-means-clustering matplotlib numpy pandas principal-component-analysis python scikit-learn seaborn
Last synced: 12 Apr 2026
https://github.com/mariam-zaidi/credit_risk_analytics
Performing Exploratory Data analysis for loan application approvals and understanding Risk analytics
exploratory-data-analysis matplotlib numpy pandas risk-analytics seaborn
Last synced: 06 May 2026
https://github.com/sultanazhari/decisive-model-with-high-profit-potential-and-low-risk
OilyGiant mining company finding the best place for 200 new well points, As an Data Scientist we're creating a model who can choose the best 200 point by profit and risk.
accuracy-score chi2-contingency confusion-matrix logistic-regression matplotlib-pyplot numpy pandas python3 random-forest roc-auc-score seaborn train-test-using-sklearn
Last synced: 18 Apr 2026