-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Hello,
I ran the code according to SDMtune's tutorial (https://consbiol-unibern.github.io/SDMtune/):
# Train a Maxnet model
model <- train(method = "Maxnet", data = train)
But training the model a second time:
# Train a Maxent model
sdmtune_model <- train(method = "Maxent", data = data)
I also tested another tutorial (https://consbiol-unibern.github.io/SDMtune/articles/train-model.html):
default_model <- train(method = "Maxent",
data = data)
How can I solve this problem?
Looking forward to your answer, thank you very much!
LinLin
Steps to reproduce the bug
library(SDMtune)
Session information
A crash occurs
Additional information
No response
Reproducible example
- I have done my best to provide the steps to reproduce the bug
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working