All Projects → JuliaML → Learn.jl

JuliaML / Learn.jl

Licence: other
JuliaML bundled in a convenient all-in-one toolkit.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Learn.jl

Statistical Learning Method by-Dr.-Li-Hang
基于Julia 1.0写李航博士《统计学习方法》
Stars: ✭ 30 (-47.37%)
Mutual labels:  julialang
ECharts.jl
Julia package for the Apache ECharts v4 visualization library
Stars: ✭ 80 (+40.35%)
Mutual labels:  julialang
ISLR.jl
JuliaLang version of "An Introduction to Statistical Learning: With Applications in R"
Stars: ✭ 135 (+136.84%)
Mutual labels:  julialang
SuiteSparse.jl
Development of SuiteSparse.jl, which ships as part of the Julia standard library.
Stars: ✭ 22 (-61.4%)
Mutual labels:  julialang
DataFrames
Welcome to DataFrames.jl with Bogumił Kamiński
Stars: ✭ 106 (+85.96%)
Mutual labels:  julialang
PWDFT.jl
Plane wave density functional theory using Julia programming language
Stars: ✭ 86 (+50.88%)
Mutual labels:  julialang
MicroLogging.jl
A simple logging API for julia
Stars: ✭ 26 (-54.39%)
Mutual labels:  julialang
IterTools.jl
Common functional iterator patterns
Stars: ✭ 124 (+117.54%)
Mutual labels:  julialang
Intervals.jl
Non-iterable ranges
Stars: ✭ 29 (-49.12%)
Mutual labels:  julialang
SortingLab.jl
Faster sorting algorithms (sort and sortperm) for Julia
Stars: ✭ 20 (-64.91%)
Mutual labels:  julialang
NaturallyUnitful.jl
Facilities for using natural units with Unitful.jl
Stars: ✭ 20 (-64.91%)
Mutual labels:  julialang
GlobalSensitivity.jl
Robust, Fast, and Parallel Global Sensitivity Analysis (GSA) in Julia
Stars: ✭ 30 (-47.37%)
Mutual labels:  julialang
DataAPI.jl
A data-focused namespace for packages to share functions
Stars: ✭ 29 (-49.12%)
Mutual labels:  julialang
julia-NotepadPlusPlus
Julia language support for Notepad++
Stars: ✭ 34 (-40.35%)
Mutual labels:  julialang
SeaPearl.jl
Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
Stars: ✭ 119 (+108.77%)
Mutual labels:  julialang
NearestNeighborDescent.jl
Efficient approximate k-nearest neighbors graph construction and search in Julia
Stars: ✭ 34 (-40.35%)
Mutual labels:  julialang
graphics
A place where miscellaneous Julia-related graphics are stored. If you're looking for the official Julia logos and related graphics, visit https://github.com/juliaLang/julia-logo-graphics.
Stars: ✭ 16 (-71.93%)
Mutual labels:  julialang
benchopt
Making your benchmark of optimization algorithms simple and open
Stars: ✭ 89 (+56.14%)
Mutual labels:  julialang
PlutoStaticHTML.jl
Convert Pluto notebooks to HTML in automated workflows
Stars: ✭ 69 (+21.05%)
Mutual labels:  julialang
DynamicalBilliards.jl
An easy-to-use, modular, extendable and absurdly fast Julia package for dynamical billiards in two dimensions.
Stars: ✭ 97 (+70.18%)
Mutual labels:  julialang

DEPRECATED

This package is deprecated.

Learn

Build Status

An all-in-one workbench, which simply imports and re-exports the packages below. This is a convenience wrapper for an easy way to get started with the JuliaML ecosystem.

To get setup, this should be enough:

Pkg.clone("https://github.com/JuliaML/Learn.jl")
Pkg.build("Learn")

The build script will clone any repos which are not yet in METADATA and which you don't have local copies already installed.

Please note that this code is not currently updated to run on Julia Version 0.7 or newer. You will need to run it using Julia Version 0.6.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].