TeamHG-Memex /
eli5
A library for debugging/inspecting machine learning classifiers and explaining their predictions
Loading repository data…
RicardoMoya / repository
El Machine Learning o Aprendizaje Autónomo es una rama de la Inteligencia Artificial que tiene como objetivo crear sistemas capaces de aprender por ellos mismos a partir de un conjunto de datos (data set), sin ser programados de forma explícita.
#MACHINE LEARNING en Python, con ejemplos
Para poder ejecutar los ejemplos de este proyecto es necesario tener instaladas las siguientes librerías, instalándolas con pip:
$ pip install -U numpy
$ pip install -U pandas
$ pip install -U matplotlib
$ pip install -U scipy
$ pip install -U scikit-learn
Con la opción '-U' nos actualiza a la última versión de la librería aunque ya la tengamos instalada.
Selected from shared topics, language and repository description—not editorial ratings.
TeamHG-Memex /
A library for debugging/inspecting machine learning classifiers and explaining their predictions
elastic /
Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
dclambert /
Extreme Learning Machine implementation in Python
manugarri /
Código para el curso "Aprende Data Science y Machine Learning con Python"
acba /
Python Extreme Learning Machine (ELM) is a machine learning technique used for classification/regression tasks.
levist7 /
Credit Risk Modelling | Calculation of PD, LGD, EDA and EL with Machine Learning in Python