Skip to content

Commit

Permalink
Merge 586c992 into 8571735
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 23, 2019
2 parents 8571735 + 586c992 commit d0572dc
Show file tree
Hide file tree
Showing 21 changed files with 2,802 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1.2
os: linux
# disable global before_script in order not to install Compose twice
before_script:
Expand Down
6 changes: 6 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@ CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DecisionTree = "7806a523-6efd-50cb-b5f6-3fa6f1930dbb"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
MLJ = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModels = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Documenter = "~0.22"
Missings = "<0.4.2"
julia = "1.2"
13 changes: 10 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,24 @@ using MLJModels.Constant
using MLJModels
using ScientificTypes

# using Literate
# Literate.markdown("common_mlj_workflows.jl", ".",
# codefence = "```@example workflows" => "```")

pages = Any["Getting Started"=>"index.md",
"Evaluating model performance"=>"evaluating_model_performance.md",
"Common MLJ Workflows" => "common_mlj_workflows.md",
"Model Search" => "model_search.md",
"Machines" => "machines.md",
"Evaluating Model Performance"=>"evaluating_model_performance.md",
"Performance Measures"=> "performance_measures.md",
"Tuning models"=>"tuning_models.md",
"Tuning Models"=>"tuning_models.md",
"Built-in Transformers" => "built_in_transformers.md",
"Composing Models" => "composing_models.md",
"Homogeneous Ensembles" => "homogeneous_ensembles.md",
"Simple User Defined Models" => "simple_user_defined_models.md",
"Adding Models for General Use" => "adding_models_for_general_use.md",
"Benchmarking" => "benchmarking.md",
"Working with tasks" => "working_with_tasks.md",
"Working with Tasks" => "working_with_tasks.md",
"Internals"=>"internals.md",
"Glossary"=>"glossary.md",
"API"=>"api.md",
Expand Down

0 comments on commit d0572dc

Please sign in to comment.