Giter Club home page Giter Club logo

mljmodels.jl's Introduction

MLJModels

Repository of MLJ model interfaces, and for the MLJ model registry.

MLJ is a machine learning toolbox written entirely in julia, but which interfaces models written in julia and other languages.

Build Status

Selected packages which do not yet provide native MLJ implementations of their models are provided "strap-on" implementations contained in this repository. The implementation code is automatically loaded by MLJ when the relevant package is imported (using "lazy-loading" provided by Requires.jl).

MLJModels also provides a few "built-in" models, such as basic transformers, immediately available to MLJ users. Do using MLJ or using MLJModels and then:

  • Run localmodels() to list built-in models (updated when external models are loaded with @load)

  • Run models() to list all registered models, or see this list.

MLJModels also houses the MLJ Model Registry which administrators can use to register new models implementing the MLJ interface, following these instructions.

The following lists may also be reasonably complete:

Built-in models

  • Transformers (unsupervised models): StaticTransformer, FeatureSelector, UnivariateStandardizer, Standardizer, UnivariateBoxCoxTransformer, OneHotEncoder

  • Constant predictors (for baselines and testing): ConstantRegressor, ConstantClassifier

  • KNNRegressor

External packages and models

Note that for some of these packages, the interface is incomplete; contributions are welcome!

  • Clustering.jl
    • KMeans, KMedoids
  • DecisionTree.jl
    • DecisionTreeClassifier, DecisionTreeRegressor
  • GaussianProcesses.jl
    • GPClassifier
  • GLM.jl
    • LinearRegressor, LinearBinaryClassifier, LinearCountRegressor
  • LIBSVM.jl (note: these models are effectively duplicated by the sklearn models below.)
    • LinearSVC, SVC, NuSVC, NuSVR, EpsilonSVR, OneClassSVM
  • MultivariateStats.jl
    • RidgeRegressor, PCA, KernelPCA, ICA
  • NaiveBayes.jl
    • GaussianNBClassifier, MultinomialNBClassifier, HybridNBClassifier
  • ScikitLearn.jl
    • SVM: SVMClassifier, SVMRegressor, SVMNuClassifier, SVMNuRegressor, SVMLClassifier, SVMLRegressor,
    • Linear Models (regressors): ARDRegressor, BayesianRidgeRegressor, ElasticNetRegressor, ElasticNetCVRegressor, HuberRegressor, LarsRegressor, LarsCVRegressor, LassoRegressor, LassoCVRegressor, LassoLarsRegressor, LassoLarsCVRegressor, LassoLarsICRegressor, LinearRegressor, OrthogonalMatchingPursuitRegressor, OrthogonalMatchingPursuitCVRegressor, PassiveAggressiveRegressor, RidgeRegressor, RidgeCVRegressor, SGDRegressor, TheilSenRegressor
    • Gaussian Processes: GaussianProcessRegressor
    • Ensemble: AdaBoostRegressor, BaggingRegressor, GradientBoostingRegressor, RandomForestRegressor
  • XGBoost.jl
    • XGBoostRegressor, XGBoostClassifier, XGBoostCount

mljmodels.jl's People

Contributors

ablaom avatar ayush1999 avatar dilumaluthge avatar oleskiewicz avatar tlienart avatar valdart avatar vollmersj avatar ysimillides avatar zacln 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.