Skip to content
#

uci-dataset

Here are 28 public repositories matching this topic...

⚓ ML system for submarine threat detection using SVM to classify sonar signals as mines or rocks. Features GridSearchCV optimization, sklearn pipelines, and comprehensive evaluation metrics for underwater anomaly recognition.

  • Updated Nov 24, 2025
  • Python

Predicting heart disease using the UCI dataset with Logistic Regression, KNN, and Random Forest. Models are evaluated with accuracy, precision, recall, F1, and ROC-AUC. A voting ensemble is tested to improve performance, and a Chi-Squared test identifies key predictive features.

  • Updated Dec 18, 2025
  • Python

End-to-end ML pipeline for UCI Heart Disease classification. Includes leak-safe preprocessing, baseline + Random Forest + HistGradientBoosting, val-tuned thresholds, and CI that generates a downloadable reports artifact. Best model (HGB) hits F1=0.872, Acc=0.891 on the held-out test set

  • Updated Dec 30, 2025
  • Python

Phishing Website Detection — a modern Streamlit web app that identifies phishing URLs using a transparent, rule-based engine with instant analysis, detailed reasoning, and a clean UI. Includes a legacy ML pipeline (Random Forest) and data tools for the UCI Phishing Websites dataset.

  • Updated Aug 25, 2025
  • Python

This repository showcases my foundational knowledge in machine learning concepts, based from the Machine Learning series by TechWithTim. It serves as my requirement for aspiring members of the PUP Hygears Programming Team, demonstrating my ability to apply theoretical knowledge to practical implementations.

  • Updated Mar 3, 2024
  • Python

Marketing funnel and conversion performance analysis using the UCI Bank Marketing Campaign Dataset. Includes funnel drop-off analysis, channel performance, dashboard visuals, and actionable growth recommendations.

  • Updated May 1, 2026
  • Python

A complete ML system to predict student academic performance using UCI dataset. Includes regression (grade prediction) + classification (pass/fail), sklearn Pipelines, GridSearchCV, XGBoost, SVM, KNN, and a live Streamlit web app.

  • Updated May 2, 2026
  • Python

Production-grade retail analytics platform — ETL pipeline, RFM segmentation, sales forecasting, FastAPI, MLOps monitoring, and BI dashboards. Built on the UCI Online Retail dataset.

  • Updated Apr 30, 2026
  • Python

An end-to-end customer intelligence system built on Supabase Postgres and Streamlit, using SQL analytics and interactive dashboards to analyze customer behavior, segmentation, churn risk, and lifetime value from the Online Retail II dataset.

  • Updated Jan 22, 2026
  • Python

Classical NLP and ML on ~215k patient drug reviews (UCI): text-based sentiment classification on the dataset's own test split (0.95 ROC-AUC, well above baseline) and per-condition complaint mining via weighted log-odds. Reusable package with a CLI, tests, and reproducible results.

  • Updated Jul 2, 2026
  • Python

Improve this page

Add a description, image, and links to the uci-dataset topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the uci-dataset topic, visit your repo's landing page and select "manage topics."

Learn more