Skip to content
#

skit-learn

Here are 124 public repositories matching this topic...

The code sets up a Flask web application for a chatbot using a pre-trained model. It loads intents from a JSON file, tokenizes patterns with CountVectorizer, and defines routes for user input, predicting tags, and retrieving bot responses. The application runs on localhost when the script is executed.

  • Updated Feb 13, 2024
  • Python

In this comprehensive machine learning project, I executed the entire machine learning life cycle. Designed a streamlined and visually appealing interface using Streamlit. Ensuring a user-friendly experience for individuals to input their relevant information effortlessly. Handed off well-documented and easily modifiable code.

  • Updated Feb 21, 2024
  • Jupyter Notebook

Você foi contratado por uma empresa de e-commerce que está buscando entender melhor o comportamento de seus clientes para personalizar as suas campanhas de marketing. Para isso, a empresa disponibilizou uma base de dados em csv contendo dados sobre clientes, produtos e transações da loja realizadas entre os anos de 2010 e 2011.

  • Updated Jul 1, 2023
  • Jupyter Notebook

This code does linear regression using scikit-learn and custom NumPy implementation. It loads datasets, removes NaNs, scales features, trains and evaluates models, and plots best fit line. Custom model uses gradient descent. Outputs R2 score, coefficients, and intercept.

  • Updated Apr 9, 2023
  • Jupyter Notebook

Improve this page

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

Learn more