An open API service indexing awesome lists of open source software.

scikit-learn

scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.

https://github.com/audy21/machine-learning-exploratory

A recent Machine Learning playground, to get a better knowledge and practices.

matplotlib pandas python pytorch scikit-learn tensorflow

Last synced: 13 Apr 2026

https://github.com/armahdavi/data_analytics_statistics_plotting_pm_airborne_sampling

All codes for the data pipelines processing, statistical modellings, descriptive statistics and plot visualizations from airborne phase of Mahdavi et al. (2021) (Environmental Pollution) Project Miestone: 2018 - 2021

data-science data-visualization machine-learning matplotlib-pyplot numpy pandas python scikit-learn scipy-stats statistics

Last synced: 13 Apr 2026

https://github.com/hilarionengarejr/movie-recommender-app

Sentiment analysis on user reviews for movie recommendations using Content Based Filtering.

docker flask nltk numpy pandas python3 scikit-learn selenium

Last synced: 10 Apr 2026

https://github.com/pratyush905/farecast-nyc-taxifare-predictor

Machine learning models to predict nyc taxi fare based on given dataset

jupiter-notebook kaggle machine-learning matplotlib numpy python regression-models scikit-learn

Last synced: 13 Apr 2026

https://github.com/eesunmoon/aml_project

[Project] Analyzing Fitness Patterns & Building Predictive Models

matplotlib numpy pandas python3 recommender-system scikit-learn seaborn tensorflow

Last synced: 13 Apr 2026

https://github.com/oenm176/hmeq-loan-analysis

Menggali wawasan dari dataset Home Equity (HMEQ). Proyek ini membangun model klasifikasi untuk mendeteksi kredit macet, yang menampilkan pra-pemrosesan data lengkap, normalisasi, dan visualisasi pohon menggunakan Python.

classification-model credit-risk-analysis data-mining data-science data-visualization decision-tree hmeq-dataset machine-learning python scikit-learn student-project

Last synced: 13 Apr 2026

https://github.com/lucianoscarpaci/news-data-classification

Using the Reuters dataset, this example illustrates the process of data preprocessing, model definition and training, and performance evaluation.

keras model-definition model-training performance-evaluation preprocessing-data reuters scikit-learn seaborn tensorflow

Last synced: 13 Apr 2026

https://github.com/roboneet/enron_analysis

udacity project (to be complete)

machine-learning scikit-learn

Last synced: 25 Mar 2025

https://github.com/prasadhiremath1/spam-classifier

Classifies messages and emails as spam or not spam

naive-bayes-classifier python3 scikit-learn streamlit

Last synced: 10 May 2026

https://github.com/kizman-23/supervised_models

Classical prediction of future data using models trained by labeled data

numpy pandas scikit-learn supervised-machine-learning

Last synced: 13 Apr 2026

https://github.com/mahsayedsalem/models_utils

Writing machine learning reusable and clean codes to make my life easier.

deep-learning keras keras-tensorflow machine-learning python3 scikit-learn tensorflow

Last synced: 13 Apr 2026

https://github.com/indhra/hands_on_machine_learning

Core ML topics: short summaries , code snippets, Interview prep

keras machine-learning python scikit-learn tensorflow2

Last synced: 06 Apr 2026

https://github.com/asier-ortiz/python-for-data-science-and-machine-learning-bootcamp

Python for Data Science and Machine Learning Bootcamp: NumPy, Pandas, Seaborn, Matplotlib, Plotly, Scikit-Learn, TensorFlow, and more

matplotlib numpy pandas plotty python scikit-learn seaborn tensorflow

Last synced: 13 Apr 2026

https://github.com/adarshpheonix2810/resume-screening

This project is designed to classify resumes into different job categories based on their content. Users can upload resumes in PDF, DOCX, or TXT format, and the application will predict the category using a pre-trained machine learning model. It aims to enhance the job application process for candidates and recruiters alike.

data-science machine-learning natural-language-processing python resume-classification scikit-learn streamlit

Last synced: 13 Apr 2026

https://github.com/phonhay103/diabetes_svm

Diabetes Classification with SVM

classification scikit-learn streamlit svm

Last synced: 08 May 2026

https://github.com/asuquoaa/predicting_viewer_engagement_with_educational_videos

This project uses machine learning to predict video engagement based on features such as transcript complexity, speaker speed, and silence periods. By understanding the factors influencing engagement, we can improve content recommendations and educational experiences.

data-visualization exploratory-data-analysis machine-learning scikit-learn

Last synced: 15 May 2026

https://github.com/busradeveci/student-performance-prediction

A machine learning project to predict student exam performance based on academic, social, and personal features. Built with Python and scikit-learn.

data-analysis kaggle linear-regression machine-learning predictive-modeling python scikit-learn student-performance

Last synced: 25 Apr 2025

https://github.com/affan005-ai/tesla-stock-prediction

This project analyzes Tesla stock data and builds machine learning models to predict and classify stock movements. The analysis includes EDA, feature correlation, moving averages, and two models

data data-analysis data-science data-visualization-project eda machine-learning matplotlib pandas predictive-analytics predictive-modeling python scikit-learn

Last synced: 05 Oct 2025

https://github.com/psyhackological/heartbeat

:heart: Get your heart racing with HeartBeat! AI-ML project predicts heart disease for a cardio workout for your data and health.

heart machine-learning pandas python scikit-learn

Last synced: 13 Jun 2025

https://github.com/qinhanmin2014/sklearn-svm-guide

Rapidly obtain acceptable results using SVM (based on scikit-learn)

machine-learning scikit-learn svm

Last synced: 03 Apr 2025

https://github.com/sahildev23/predictive-modeling

ML pipeline with automated preprocessing, cross-validation, and performance visualization. Achieved 28% accuracy improvement on 100k+ records

classification cross-validation data-science machine-learning python scikit-learn

Last synced: 13 Apr 2026

https://github.com/hamza-ali0237/yolov11-image-segmentation-and-weight-estimation

Combining YOLOv11's Image Segmentation capabilities with a Regressor to segment fruits and also estimate their weight In grams.

deeplearning imagesegmentation machine-learning opencv python pytorch regression scikit-learn yolo yolov11

Last synced: 06 Apr 2026

https://github.com/zvdy/movie_recommendation

Movie Recommendation Search Engine using Jupyter Notebooks, Pandas, Nnmpy, SciKit Learn, IPyWidgets

data-science jupyter-notebook machine-learning numpy pandas python scikit-learn

Last synced: 13 Apr 2026

https://github.com/hayatiyrtgl/topic_modeling_sklearn_lda

Python code: Uses LDA for topic modeling on text data.

lda lda-model machine-learning nlp python scikit-learn sklearn topic-modeling

Last synced: 06 Apr 2026

https://github.com/t-lak/decision-tree

This project implements a basic Decision Tree classifier. It supports visualizing the tree and calculating performance metrics (accuracy, precision, F1-score, and recall).

decision-trees graphviz metrics numpy python3 scikit-learn

Last synced: 07 May 2026

https://github.com/emanuel-poblano/stock-market-predictor

An end-to-end Python stock price prediction project that pulls real market data, performs feature engineering, trains a machine learning model, and predicts the next-day closing price of a stock.

matplotlib pandas python scikit-learn yfinance

Last synced: 13 Apr 2026

https://github.com/prakharchoudhary/mlchallenge-2

My submission for machine learning challenge #2, organised by hackerEarth.

adaboost gradient-boosting-classifier jupyter-notebook machine-learning python scikit-learn

Last synced: 13 Apr 2026

https://github.com/johnnixon6972/cirrhosis-outcomes-prediction

This leverages advanced machine learning techniques to predict patient outcomes for those suffering from cirrhosis. Utilizing a comprehensive dataset from a Mayo Clinic study, this project explores various data imputation methods and class balancing techniques to enhance prediction accuracy.

ai algorithms analytics artificial-intelligence machine-learning ml pandas python3 scikit-learn

Last synced: 13 Apr 2026

https://github.com/tnleite/loan-approval-prediction

Este repositório apresenta um modelo preditivo de aprovação de empréstimos, focado em minimizar o risco de inadimplência. Utilizando EDA e algoritmos de machine learning (Random Forest, XGBoost), ajustamos o threshold para maximizar o recall de inadimplentes, contribuindo para uma gestão de riscos eficiente.

classification-algorithm data-science exploratory-data-analysis machine-learning-algorithms machine-learning-models matplotlib numpy scikit-learn scipy seaborn xgboost-classifier

Last synced: 13 Apr 2026

https://github.com/khushi130404/placemetrix

A machine learning-based placement prediction app using IQ and CQPA as inputs. Built with Python in Jupyter Notebook, leveraging scikit-learn, pandas, and matplotlib.

jupyter-notebook machine-learning matplotlib python scikit-learn

Last synced: 13 Apr 2026

https://github.com/sanchariii/order_amt_prediction

Order Amount Prediction is a machine learning project that predicts customer order amounts based on past behavior. It includes milestones for data cleaning, exploratory data analysis, feature engineering, and model building. The framework can be customized to suit specific needs and provides insights for better decision-making.

jupyter-notebook machine-learning python scikit-learn

Last synced: 13 Apr 2026

https://github.com/akashwav/fake-news-detection

📰 A complete NLP project that takes a news dataset, builds a highly accurate classification model, and deploys it as a live web application using Streamlit and GitHub.

data-science fake-news-detection machine-learning nlp nltk pandas python scikit-learn spacy streamlit text-classification

Last synced: 11 Apr 2026

https://github.com/kalpthakkar/jobpilot-ai

JobPilot AI is a next-generation, AI-powered job application and management platform that automates the end-to-end process of job searching, intelligent application submission, and workflow analytics. It combines state-of-the-art AI, ML, NLP, and cloud technologies to deliver a seamless, highly customizable, and extensible solution for job seekers.

artificial-intelligence automation beautifulsoup chromadb fastapi gmail-api jobs langchain llm lxml nlp nltk ollama python3 pywinauto rag scikit-learn selenium sqlite-database

Last synced: 08 Apr 2026

https://github.com/seznam/lightning-text

Adapter for using FastText library with scikit-learn and optuna.

fasttext optuna scikit-learn

Last synced: 16 Feb 2026

https://github.com/danishtalpur/sentiview-website

SentiView is a sentiment analysis tool designed to analyze and interpret the emotions behind tweets on Twitter. The platform processes textual data from user-generated tweets to determine the sentiment behind them—whether they are positive, negative, or neutral.

css flask html java naive-bayes-classifier scikit-learn twitter-sentiment-analysis

Last synced: 16 Apr 2026

https://github.com/blue-catblues/tieba-integratedanalysis

Python期末大作业—对百度贴吧进行爬虫采集(scrapy)、统计分析(pandas)、可视化展示(matplotlib),与机器学习分类(scikitLearn)的综合性数据分析

matplotlib nlp-machine-learning pandas python scikit-learn scrapy seaborn

Last synced: 05 Oct 2025

https://github.com/joewlos/fantasy_football_monte_carlo_draft_simulator

Monte Carlo Fantasy Football Draft Simulator Featuring FastAPI, NextUI, and ODMantic

fantasy-football monte-carlo nextjs nextui odmantic pydantic python scikit-learn

Last synced: 13 Apr 2026

https://github.com/daniel-fink-de/contextual-encoders

A library of scikit-learn compatible contextual variable encoders

data-science machine-learning scikit-learn

Last synced: 15 May 2026

https://github.com/lingumd/neural_network_charity_analysis

Machine learning and neural networks used to create a binary classifier capable of predicting whether applicants will be successful if funded by Alphabet Soup.

deep-learning machine-learning matplotlib-pyplot neural-networks onehotencoder pandas scikit-learn seaborn standardscaler tensorflow

Last synced: 13 Apr 2026

https://github.com/kianoushamirpour/end_to_end_text_classification

Developing feature engineering pipelines, building packages, automating tests, and creating FastAPI endpoints.

apache-airflow ci docker-compose factory-design-pattern fastapi feast grafana hyperopt mlflow prometheus pytorch scikit-learn tox transformers xgboost-classifier

Last synced: 08 Apr 2026

https://github.com/no-country-simulation/s16-21-n-data-bi

Analisis del COVID-19 - insights sobre la evolución de la pandemia - impacto en 5 paises sudamericanos.

eda etl machine-learning matplotlib pandas powerbi python scikit-learn seabron streamlit

Last synced: 28 Apr 2025

https://github.com/disney35/stock-prices-dashboard

A dashboard to analyze, predict, and visualize stock prices using Python & LSTM

ema jupyter-notebook keras macd matplotlib-pyplot mfi numpy pandas python rsi scikit-learn sma streamlit tenserflow yfinance

Last synced: 12 Apr 2026

https://github.com/ifte-13/early-stage-brain-stroke-detection

Predictive Analysis & Early Detection of Brain stroke using Machine Learning Algorithm

decision-tree imbalanced-learn knn matplotlib numpy pandas random-forest scikit-learn seaborn

Last synced: 06 Jul 2025

https://github.com/santoshn86/dlp-ev-system-for-pa-optimization

This system is a game-changer, enabling smarter energy management through predictive insights and personalized optimization strategies.

aiml django flask keras pytorch scikit-learn tensorflow typescript

Last synced: 13 Apr 2026

https://github.com/adityasreevatsak/smartflow

SmartFlow enhances bike-sharing efficiency by combining deep reinforcement learning with agentic AI. The RL model optimizes bike distribution, while agentic AI coordinates real-time actions, like alerting truck drivers. This scalable approach ensures smart decisions and timely execution for urban transport.

agentic-ai jupyter-notebook keras open-ai-gym pandas python pytorch reinforcement-learning scikit-learn seaborn stable-baselines3 tensorflow

Last synced: 13 Apr 2026

https://github.com/dummumounika/ecommerce-sales-categorization

This repository contains Python code for text classification and analysis of e-commerce sales data. The script processes textual descriptions of products and categorizes them into predefined categories using a Naive Bayes classifier. It also includes various analysis and visualization methods to explore the dataset.

machine-learning matplotlib-pyplot ntlk numpy pandas python scikit-learn

Last synced: 13 Apr 2026

https://github.com/1401dev/customer-lifetime-value-prediction

A data science project leveraging Python and Scikit-Learn to build predictive models that estimate customer lifetime value (CLV). Includes data cleaning, feature engineering, and model selection to identify key drivers of CLV, supporting strategic decision-making in customer retention and marketing.

clv clv-analysis customer-retention data-analysis dataprocessing feature-engineering machine-learning marketing-analytics predictive-modeling python regression-analysis scikit-learn

Last synced: 06 May 2026

https://github.com/sorabh-kapoor/face-recognition-attendance-system

The Facial Recognition System is an AI-powered application USING FLASK designed to detect and recognize faces with high accuracy. This system can be integrated into various applications, including security systems, attendance management, and identity verification.

flask flask-application knn ml numpy opencv pandas python scikit-learn

Last synced: 13 Apr 2026

https://github.com/gilevatanya/yandex-practicum-projects

Кейсы решенные на курсах Яндекс Практикума.

bert bootstrap catboost keras lightgbm matplotlib nltk numpy pandas postgresql python pytorch scikit-learn scipy seaborn sql

Last synced: 06 Jan 2026

https://github.com/avtorgenii/cocktails-analysis

Preprocession, augmentation, EDA and clustering of cocktails dataset from TheCocktailDB. Recruiting task for SolVro science club.

matplotlib pandas scikit-learn

Last synced: 11 May 2026

https://github.com/gsmafra/sklearn-dummies

Scikit-learn label binarizer with support for missing values

data-science machine-learning pandas python scikit-learn

Last synced: 15 Jan 2026

https://github.com/pramodyasahan/spaceship-titanic

This repository features a machine learning model designed to predict whether passengers of a space travel company are likely to be transported. The model employs CatBoostClassifier, a machine learning algorithm known for handling categorical data effectively.

machine-learning numpy pandas python scikit-learn

Last synced: 13 Apr 2026

https://github.com/khaifara/klafisikasi_jeruk_faiz_kece

Step by step machine learning classification dengan StandardScaler, OneHotEncoder, OrdinalEncoder, ColumnTransformer, Pipeline, Classification Report, Confusion Matrix dan deployment menggunakan Streamlit

machine-learning scikit-learn streamlit

Last synced: 05 Oct 2025

https://github.com/apfirebolt/spam_email_classifier

An Email classifier using CountVectorizer and Naive Bayes strategy. PyQt5 is used for GUI

count-vectorizer naive-bayes-classifier pandas pyqt5 python scikit-learn

Last synced: 08 May 2026

https://github.com/gwerbin/sklearn-gensim

Scikit-learn-compatible adapters for Gensim

machine-learning natural-language-processing python python3 scikit-learn

Last synced: 29 Apr 2026

https://github.com/muscaanmnmnm/breast-cancer-detector

A predictive model for breast cancer detection using K-Nearest Neighbors, demonstrating the impact of feature scaling on model performance and recall.

breast-cancer-wisconsin data-science feature-scaling jupyter-notebook knn-classification machine-learning pandas-dataframe python-3 scikit-learn

Last synced: 06 Sep 2025

https://github.com/1adore1/deadlock-match-tracker-bot

Telegram bot for tracking real-time Deadlock matches for top 250 players of the leaderboard. Fetches match data and predicts winners using a machine learning model.

aiogram api deadlock optuna pandas python scikit-learn

Last synced: 13 Apr 2026

https://github.com/vatshayan/pokemon-analysis

Visualization, Analysis & Predicting the accuracy of finding Pokemon power, attack & speed through Machine Learning

artificial-intelligence data data-analysis data-science data-visualization dataset machine-learning machine-learning-algorithms pokemon scikit-learn

Last synced: 30 May 2026

https://github.com/bagusperdanay7/absa-with-bilstm-undergraduate-thesis

My undergraduate thesis program, Aspect-Based Sentiment Analysis Towards Matket Place Application Review Using Bidirectional Long Short-Term Memory used Python, Keras and Tensorflow

ai aspect-based-sentiment-analysis bilstm deep-learning gensim imbalanced-learning ipython-notebook keras machine-learning matplotlib natural-language-processing nltk numpy pandas python scikit-learn seaborn tensorflow

Last synced: 11 Apr 2026

https://github.com/vyjayanthipolapragada/kmeans_clustering_customer_analysis

Using the algorithm of KMeans to analyse real customer datasets and draw valuable insights to boost business stragegy

algorithms analysis customer-data jupyter-notebook kmeans-clustering machine-learning matplotlib pandas python scikit-learn

Last synced: 13 Apr 2026

https://github.com/adrianmarino/knn-cf-rec-sys

Similarity CF based RecSys examples

python recommender-system scikit-learn

Last synced: 08 May 2026

https://github.com/ot-code/coca-cola-stock-prediction

This repo compares four predictive models—Linear Regression, ARIMA, XGBoost, and LSTM—to forecast Coca‑Cola FEMSA stock closing prices using Python and five years of historical data.

arima csv linear-regression lstm-neural-networks mae matplotlib mse numpy pandas python r2 scikit-learn seaborn tensorflow-keras xgboost

Last synced: 13 Apr 2026

https://github.com/veerchaudhary0708/credit-fraud-detection

An end-to-end machine learning project to detect credit fraud using XGBoost.

datascience fintech fraud-detection machinelearning scikit-learn xgboost

Last synced: 18 May 2026

https://github.com/kianaabrisham/naive-bayes-sentiment

Sentiment classification using Multinomial NB (scratch + sklearn)

bag-of-words naive-bayes nlp scikit-learn sentiment-analysis text-classification

Last synced: 14 May 2026

https://github.com/apfirebolt/titanic_survival_prediction

Titanic survival prediction GUI application using scikit-learn and PyQT5

jupyter-notebook pandas prediction pyqt5 python scikit-learn titanic-kaggle

Last synced: 06 Apr 2026

https://github.com/shruthin4/news-articles-classification

Classifying News Articles using Machine Learning and NLP techniques.. Built an end-to-end text classification pipeline using TF-IDF vectorization and models like Logistic Regression and SVM. Includes exploratory data analysis, model evaluation, and deployment-ready artifacts.

data-analysis data-science logistic-regression machine-learning model news-classification nlp python scikit-learn svm tf-idf-vectorization

Last synced: 13 Apr 2026

https://github.com/grandechowhiskey/fcc-data_analysis-projects

A collection of projects completed as part of the FreeCodeCamp "Data Analysis with Python" certification. These projects cover statistical calculations, data visualization, and trend analysis using real-world datasets.

data-analysis data-visualization matplotlib pandas python3 scikit-learn seaborn

Last synced: 01 May 2026

https://github.com/arindal1/breast-cancer-detection

A simple Neural Network model to detect Breast Cancer.

machine-learning neaural-network scikit-learn tensorflow

Last synced: 13 Apr 2026

https://github.com/otuemre/emailphishingdetection

A real-time phishing email detection system using Machine Learning (SVM, Logistic Regression, Naive Bayes) with FastAPI backend and custom domain deployment.

cybersecurity fastapi huggingface machine-learning nlp real-time scikit-learn spam-detection svm-classifier tfidf-vectorizer

Last synced: 13 Apr 2026

https://github.com/NoName115/Bachelor-thesis

Bachelor thesis - Determination of Gun Type and Position in Image Scene

bachelor-thesis classification computer-vision fit gun keras machine-learning scikit-image scikit-learn vut

Last synced: 11 Mar 2025

https://github.com/idaraabasiudoh/svm_cell_classification

This repository contains code for classifying cell samples using Support Vector Machine (SVM) with Scikit-learn.

machine-learning python3 scikit-learn svm-classifier

Last synced: 19 Jan 2026

https://github.com/nicolascoiado/nivel-mar

Este projeto realiza uma análise detalhada do nível médio global do mar (GMSL), utilizando uma base de dados pública que abrange medições históricas. O objetivo é explorar tendências, calcular a taxa média de elevação e visualizar os dados por meio de gráficos.

google-colab jupyter-notebook matplotlib numpy pandas python python3 scikit-learn

Last synced: 11 Mar 2025

https://github.com/thinker84/real-time-stock-price-prediction-and-market-analysis-using-machine-learning

Real-time stock price prediction app using LSTM, Streamlit, and historical data (2010–2023). Forecasts next 10 days & visualizes trends.

data-science django lstm machine-learning numpy pandas pandas-datareader scikit-learn stock-market stock-price-prediction stooq streamlit yahoo-finance yahoo-finance-api

Last synced: 13 Jul 2025

https://github.com/hetuvpatel/brain-stroke-prediction

Machine Learning project for predicting stroke risk using healthcare data. Includes EDA, preprocessing, SMOTE, feature selection (RFE), evaluation of Logistic Regression, Decision Tree, Random Forest, KNN, SVM, and Stacked Ensemble models.

data-mining ensemble-learning healthcare machine-learning predictive-modeling python rfe scikit-learn smote

Last synced: 17 May 2026

https://github.com/omar7001-b/data-miner

DataMiner is an interactive web application for data mining and machine learning. It helps users upload, clean, transform, and analyze datasets while building predictive models — all through a simple and powerful Streamlit interface.

data-cleaning data-mining data-preprocessing data-science data-visualization interactive-dashboards pandas python scikit-learn streamlit

Last synced: 28 Apr 2025

https://github.com/sebastianquintanam/arbol_decision

Árbol de decisión en Python para recomendar la mejor cuenta de ahorro según el perfil del usuario. Incluye dataset sintético, entrenamiento con scikit-learn y visualización del modelo.

data-science decision-tree finance machine-learning python scikit-learn

Last synced: 15 May 2026

https://github.com/pksvv/machinelearning_svm

Various implementations of Support Vector Machine Algo

machine-learning python scikit-learn support-vector-machine

Last synced: 04 May 2026

https://github.com/nirmaldeepponnada/codeclauseinternshipproject2

Python, NLTK, Scikit-Learn, Pandas, NumPy, Pickle, SciPy, and JSON are used for text preprocessing, feature engineering, multi-label classification, and model persistence.

nltk numpy pandas pickle python scikit-learn scipy

Last synced: 07 Apr 2026

https://github.com/scorchinghot/core-machine-learning-exploration

This repository provides a hands-on exploration of classical machine learning algorithms applied to the MovieLens 100k dataset, aiming to build intuition and understanding of core ML concepts.

core-ml data-science hands-on machine-learning ml-algorithms python scikit-learn tutorial

Last synced: 05 Oct 2025

https://github.com/priyanshul28/ml_classification_eda_parkinsonsdisease

A guided Machine Learning Classification exercise on the Parkinson's Disease dataset demonstrating the use of Logistic Regression, Neural Network Classifiers, Decision Trees, Random Forests and XGBoost algorithms, as well as Data Preprocessing and Exploratory Data Analysis.

classification machine-learning pandas python scikit-learn statistics

Last synced: 16 Apr 2026

https://github.com/dadvaiahpavan/ai-data-scientist-

AI-powered tool for dataset analysis, featuring data preprocessing, classification, regression, anomaly detection, and text analysis. Built with scikit-learn, pandas, and Plotly for visualization. Includes an interactive Streamlit web interface for real-time data analysis.

ai anomaly-detection classification data-analysis data-science machine-learning panda plotu regression scikit-learn sentiment-analysis streamlit

Last synced: 03 May 2026

https://github.com/cbjuan/paper-ieeeaccess-2017

Jupyter notebooks developed to support the research presented in the paper "Enabling adaptivity in web forms based on user characteristics detection through A/B testing and Machine Learning"

jupyter jupyter-notebook machine-learning pandas paper research-paper scikit-learn

Last synced: 10 May 2026