Skip to content
#

skit-learn

Here are 128 public repositories matching this topic...

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

Support Vector Machines (SVM) are supervised learning models used for classification and regression analysis. They are particularly effective in high-dimensional spaces and situations where the number of dimensions exceeds the number of samples. SVMs are also memory efficient as they use a subset of training points called support vectors.

  • Updated Jun 20, 2024
  • 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