Skip to content

  • Contact
  • Privacy Policy
  • Contact
  • Privacy Policy

Month: February 2021

Posted on February 19, 2021November 3, 2023 Machine Learning

Encontrando padrões nos dados – Regressão Polinomial.

Olá turminha. Abaixo o código trabalhado no video 3 “Encontrando padrões nos dados – Regressão Polinomial”. #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created...

Posted on February 11, 2021November 3, 2023 Machine Learning

Regressão Linear Multipla em Python

#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Tue Feb 9 17:09:56 2021 @author: rafaeldontalgoncalez """ ###################################### # Importando as libraries ###################################### import...

Posted on February 5, 2021November 3, 2023 Machine Learning

Regressão Linear Simples Prática em Python

###################################### # Criado por: Rafa Dontal # Criado em : 27/01/2021 ###################################### ###################################### # Importando as libraries ###################################### import pandas as pd import sklearn.model_selection as...

Advertisement

Recent Posts

  • Classificação Máquina de Vetor Suporte (SVM)
  • K-NN em Python
  • Classificação: Regressão Logística na prática em Python
  • Coeficiente de Determinação R² na Prática em Python
  • Regressão Random Forest – Prática em Python

Archives

  • April 2021
  • March 2021
  • February 2021
  • July 2020
  • September 2019
  • November 2018
  • October 2018

Categories

  • ADR
  • Analysis Services
  • Encryption
  • Machine Learning
  • MongoDB
  • Powershell
  • Reporting Services
  • SQL Server
  • Uncategorized
  • Windows
© 2025 / Powered by WordPress / Theme by Design Lab