Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Feb 24, 2024
1 parent 0762dba commit 0ac4943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## Configuring a model

A model configuration is defined with the [NeuroTreeRegressor](@ref) constructor:
A model configuration is defined with the [NeuroTreeRegressor](https://evovest.github.io/NeuroTreeModels.jl/dev/models#NeuroTreeModels.NeuroTreeRegressor) constructor:

```julia
using NeuroTreeModels, DataFrames
Expand All @@ -35,7 +35,7 @@ config = NeuroTreeRegressor(

## Training

Building a training a model according to the above `config` is done [NeuroTreeModels.fit](@ref).
Building a training a model according to the above `config` is done [NeuroTreeModels.fit](https://evovest.github.io/NeuroTreeModels.jl/dev/API#NeuroTreeModels.fit).
See the docs for additinal features, notably early stopping support through the tracking of an evaluation metric.

```julia
Expand Down
15 changes: 0 additions & 15 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,6 @@ export default defineConfig({
// }
],
sidebar: 'REPLACE_ME_DOCUMENTER_VITEPRESS',
// sidebar: [
// { text: 'Quick start', link: '/quick-start' },
// { text: 'Design', link: '/design' },
// { text: 'Models', link: '/models' },
// { text: 'API', link: '/API' },
// {
// text: 'Tutorials',
// items: [
// { text: 'Regression', link: '/tutorials/regression-boston' },
// { text: 'Logistic', link: '/tutorials/logistic-titanic' },
// { text: 'Classification', link: '/tutorials/classification-iris' },
// ]
// }
// ],

socialLinks: [
{ icon: 'github', link: 'https://github.com/Evovest/NeuroTreeModels.jl' }
]
Expand Down

0 comments on commit 0ac4943

Please sign in to comment.