https://github.com/flashxio/flashr-learn
The machine learning library on top of FlashR. All machine learning algorithms are implemented completely in R. Most of the implementations are ported from other R packages.
https://github.com/flashxio/flashr-learn
Last synced: about 2 months ago
JSON representation
The machine learning library on top of FlashR. All machine learning algorithms are implemented completely in R. Most of the implementations are ported from other R packages.
- Host: GitHub
- URL: https://github.com/flashxio/flashr-learn
- Owner: flashxio
- Created: 2016-11-20T22:58:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T17:57:58.000Z (almost 9 years ago)
- Last Synced: 2025-01-20T15:24:05.488Z (over 1 year ago)
- Language: R
- Size: 30.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FlashR-learn contains a large set of machine learning algorithms implemented
on top of FlashR. Most of the implementations are ported from other R packages
such as MASS and e1071. The project aims to provide a high-quality, highly
efficient machine learning library in R. It also demonstrates how machine
learning algorithms can be implemented in FlashR.
**The work is in progress.**