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
I just found out about crabnet and I started trying it today with the code provided in the docs This code gives an import problem, as models does not have the function get_data (apparently it seems to have been moved to utils.data, as per this example)
I've also tried the code in the readme and when trying to predict on validation data it gives an error saying that there's no target in the validation data...
Both problems seem to have an easy fix, and maybe it would be a good idea to review the docs and have them up to date with the working code, as to avoid confusion for new users.
The text was updated successfully, but these errors were encountered:
I just found out about crabnet and I started trying it today with the code provided in the docs This code gives an import problem, as models does not have the function get_data (apparently it seems to have been moved to
utils.data
, as per this example)I've also tried the code in the readme and when trying to predict on validation data it gives an error saying that there's no target in the validation data...
Both problems seem to have an easy fix, and maybe it would be a good idea to review the docs and have them up to date with the working code, as to avoid confusion for new users.
The text was updated successfully, but these errors were encountered: