You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In evaluation.py, you define the function evaluate twice with different arguments. And yet, Python does not support function overloading. Here are your declarations:
I do not understand how your examples could work. Any help is appreciated.
Also, could you please provide an uncommented example that calls predict and evaluate that can run as is? At this
time, you include an example in the README.md file, but it does not run properly.
Thanks,
Gordon
The text was updated successfully, but these errors were encountered:
Hi,
In evaluation.py, you define the function
evaluate
twice with different arguments. And yet, Python does not support function overloading. Here are your declarations:I do not understand how your examples could work. Any help is appreciated.
Also, could you please provide an uncommented example that calls predict and evaluate that can run as is? At this
time, you include an example in the README.md file, but it does not run properly.
Thanks,
The text was updated successfully, but these errors were encountered: