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
- Host: GitHub
- URL: https://github.com/gatenlp/sklearn-wrapper
- Owner: GateNLP
- License: other
- Created: 2016-07-06T20:21:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T11:47:52.000Z (almost 9 years ago)
- Last Synced: 2025-11-27T20:18:57.409Z (7 months ago)
- Language: Python
- Size: 198 KB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.