Skip to content

Commit

Permalink
Merge pull request #283 from mlr-org/docs/nnet
Browse files Browse the repository at this point in the history
docs: link to torch and not keras
  • Loading branch information
sebffischer committed Jan 26, 2024
2 parents 0e41d2c + 82a5312 commit 708b0db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/LearnerClassifNnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' Calls [nnet::nnet.formula()] from package \CRANpkg{nnet}.
#'
#' Note that modern neural networks with multiple layers are connected
#' via package [mlr3keras](https://github.com/mlr-org/mlr3keras).
#' via package [mlr3torch](https://github.com/mlr-org/mlr3torch).
#'
#' @templateVar id classif.nnet
#' @template learner
Expand Down
2 changes: 1 addition & 1 deletion R/LearnerRegrNnet.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' Calls [nnet::nnet.formula()] from package \CRANpkg{nnet}.
#'
#' Note that modern neural networks with multiple layers are connected
#' via package [mlr3keras](https://github.com/mlr-org/mlr3keras).
#' via package [mlr3torch](https://github.com/mlr-org/mlr3torch).
#'
#' @templateVar id regr.nnet
#' @template learner
Expand Down
2 changes: 1 addition & 1 deletion man/mlr_learners_classif.nnet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mlr_learners_regr.nnet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 708b0db

Please sign in to comment.