Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vignette index.Rmd uses deprecated function - "predict_classes" #1360

Open
Bijaelo opened this issue Feb 17, 2023 · 0 comments
Open

Vignette index.Rmd uses deprecated function - "predict_classes" #1360

Bijaelo opened this issue Feb 17, 2023 · 0 comments

Comments

@Bijaelo
Copy link

Bijaelo commented Feb 17, 2023

Hi everyone,

While preparing installation scripts and tests for my students, I noticed that the vignette index.Rmd (Getting started with Keras) uses a function "predict_classes" at line 192. The error seems to tell that this has been deprecated for a while, and should've been replaced by

model %>% predict(x_test) %>% k_argmax() %>% as.vector()

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant