Ejemplos de Machine Learning para el uso y aplicación de regresiones
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
414 B

4 years ago
  1. # Python machine learning
  2. ## This repository has example codes about the reading found on Chapter 4 "Training models" from the book Hands-On Machine Learning with Scikit-Learn and TensorFlow by Aurélien Géron
  3. --------------------------------------------------------------------------------
  4. ## Usage
  5. Codes are written on python and can be executed by both python 2 and 3 as long as the libraries are available.