Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmith/repo

5 UCI Machine Learning Repository datasets for Golang
https://github.com/jsmith/repo

Last synced: about 2 months ago
JSON representation

5 UCI Machine Learning Repository datasets for Golang

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/jacsmith21/repo.png?branch=master)](https://travis-ci.org/jacsmith21/repo)
# Repo
Use these datasets to quickly test your models.

## Usage
Get this repository:
```
$ go get github.com/jacsmith21/repo
```
then load the data:
```
bytes := repo.LoadBreastCancerWisconsinDataSet()
...
bytes := repo.LoadCarEvaluationDataSet()
...
bytes := repo.LoadEcoliDataSet()
...
bytes := repo.LoadLetterRecognitionDataSet()
...
bytes := repo.LoadMushroomDataSet()
```