Skip to content

Commit

Permalink
Merge pull request #20 from TARGENE/up_evotree_dep
Browse files Browse the repository at this point in the history
add new compat
  • Loading branch information
olivierlabayle authored Nov 28, 2023
2 parents db2a1e6 + 24939b2 commit af7f4fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CSV = "0.10"
CategoricalArrays = "0.10"
Combinatorics = "1.0.2"
DataFrames = "1.3.4"
EvoTrees = "0.14.6"
EvoTrees = "0.16"
GLMNet = "0.7"
HighlyAdaptiveLasso = "0.2.0"
JLD2 = "0.4.22"
Expand Down
3 changes: 3 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "1.1.2"
5 changes: 4 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ makedocs(
"Home" => "index.md",
"Command Line Interfaces" => ["environment.md", "tmle_estimation.md", "sieve_variance.md", "merge.md"],
"MLJ Extensions" => ["models.md", "resampling.md"],
]
],
pagesonly=true,
clean = true,
checkdocs=:exports
)

@info "Deploying docs..."
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tmle_estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ In what follows, `Y` is an outcome of interest, `W` a set of confounding variabl

For all the following experiments:

- The Julia script can be found at [experiments/runtime.jl](../../experiments/runtime.jl).
- The Julia script can be found at `experiments/runtime.jl`.
- The various estimators used below are further described in [Ready to use estimator files](@ref).

### Multiple treatment contrasts
Expand Down

0 comments on commit af7f4fd

Please sign in to comment.