Giter Site home page Giter Site logo

koala.jl's Introduction

Koala

A Julia machine learning environment combining convenience and control, through a combination of high and low-level interfaces. Currently in development and experimental.

A common high-level interface is provided through the systematic implementation of default pretransformations of training and testing data. In particular, all learning algorithms receive learning data in a common format (a DataFrame object) with all algorithm-specific transformations occurring under the hood. This allows for the quick and efficient comparison of several learning models. To mitigate against data leakage, data transformations are "fit" on training data only. However, there is a provision for dealing automatically in testing or (cross) validation with classes of categorical variables not seen during the fit, a common annoyance.

Installation and usage

For an introductory tour, clone the repositories into directories that your Julia installation can find and run docs/tour.jl in your Julia REPL. Note that Koala and associated libraries require Julia 0.6.

Current Koala machine learning library

KoalaTrees: Supervised learning with single regularized trees

KoalaEnsembles: Build weighted ensemble learners (e.g., random forests, extreme random forests)

KoalaLightGBM: A Koala wrap of Microsoft's gradient tree boosting algorithm

KoalaElasticNet: The elastic net and lasso linear predictors

KoalaRidge: Ridge regression and classification

KoalaKNN: K-nearest neighbor

KoalaTransforms: A library of common data transformations (and dependency of several of the other libraries)

KoalaFlux (coming soon): A wrap of Mike Innes' beautiful Julia implementation of neural networks, including a facility to learn categorical feature embeddings.

At present the above implement supervised regression (todo: classification). To learn how to wrap your favorite machine learning code for use in Koala, refer to:

KoalaLow: To expose Koala's low-level interface

koala.jl's People

Contributors

ablaom avatar nilshg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.