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

https://github.com/gatenlp/sklearn-wrapper

A lightweight wrapper around scikit-learn for the GATE LearningFramework plugin
https://github.com/gatenlp/sklearn-wrapper

Last synced: 6 days ago
JSON representation

A lightweight wrapper around scikit-learn for the GATE LearningFramework plugin

Awesome Lists containing this project

README

          

# sklearn-wrapper

A simple wrapper to wrap Scikit-Learn functionality for use from
the gateplugin-LearningFramework plugin.

## Prerequisites

The following Python packages are required
* sys
* sklearn
* importlib
* scipy
* numpy
* json
* __future_

## Installation

Either clone this repository or download a release zip-file and extract it somewhere.

## Limitations

This has only been tested under Linux for now and probably only works under Linux.