Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 109 forks source link

Download feature for sample datasets #298

Closed jbofill10 closed 4 years ago

jbofill10 commented 4 years ago

name: Downloading sample data sets about: Allows user to load in sample datasets from the web labels: feature

This pull request closes #226 .

- What I did allow user to load in data set by specifying the name from the list of our sample data sets - How I did it downloads from our mediafire links - How to verify it

from libra import datasets  
data = datasets.load('housing')

This pull request adds a new feature to libra. @Palashio, could you please take a look at it?