Skip to content
#

sikit

Here are 5 public repositories matching this topic...

Language: All
Filter by language

Predicting Titanic survival using machine learning models with age, sex, ticket class, and fare. Tested linear regression, logistic regression, and KNN with cross-validation and metrics like accuracy and recall. The best-performing model is available on GitHub with code, data, and results.

  • Updated Apr 30, 2023
  • Jupyter Notebook

This project implements a spam detection system using a Naive Bayes classifier. It loads a dataset of SMS messages, preprocesses the data by converting labels to binary, and splits it into training and testing sets. The text data is vectorized using CountVectorizer. The model is trained on the training set and evaluated on the test set, with accura

  • Updated Feb 4, 2025
  • Python

Improve this page

Add a description, image, and links to the sikit 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 sikit topic, visit your repo's landing page and select "manage topics."

Learn more