-
Notifications
You must be signed in to change notification settings - Fork 5
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
TypeError: 'float' object cannot be interpreted as an integer #52
Comments
Hello, can you check this part and make changes?
|
Hello Turgut, thanks for your answer. I also tried changing hp$Int to hp$Float but I didn't work. I am still having the same error.
|
Please, reinstall/update package and let me know. |
I did that many times too.
See |
Please, change code to this: ''' tuner <- RandomSearch( |
Hey all,
I try to implement FNN model and simple hyper-parameter tuning. Here is the code :
Then I got the following error:
The text was updated successfully, but these errors were encountered: