Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkoniak/straycopses.jl
Yet another native Julia Random Forest implementation
https://github.com/arkoniak/straycopses.jl
Last synced: about 1 month ago
JSON representation
Yet another native Julia Random Forest implementation
- Host: GitHub
- URL: https://github.com/arkoniak/straycopses.jl
- Owner: Arkoniak
- License: mit
- Created: 2020-04-28T18:41:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T19:08:05.000Z (over 4 years ago)
- Last Synced: 2024-11-13T00:04:04.444Z (about 1 month ago)
- Language: Julia
- Size: 120 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StrayCopse
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Arkoniak.github.io/StrayCopses.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Arkoniak.github.io/StrayCopses.jl/dev)
[![Build Status](https://travis-ci.com/Arkoniak/StrayCopses.jl.svg?branch=master)](https://travis-ci.com/Arkoniak/StrayCopses.jl)
[![Codecov](https://codecov.io/gh/Arkoniak/StrayCopses.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Arkoniak/StrayCopses.jl)# Installation
This package is unregistered yet, so you should use dev version. To add `master`
version switch julia to `pkg` mode by pressing `]` and enter
```julia
pkg> add https://github.com/Arkoniak/StrayCopses.jl.git
```# Motivation
Currently this is a toy project, so API can be unstable, very unfriendly and so on.
There are two ideas that I want to try in this package1. Push calculation speed as much as possible
2. Use it as a test-bed for various random forest techniques that currently are scattered in various
papers and narrow implementations.