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
Hello. In trying to replicate your code, I have run into the following errors that I'm hoping can be fixed/solved.
First: The sample data files cannot be obtained from the Surfdrive website as an error comes up on the screen stating that the files cannot be found. Second: There seems to be a problem with the Processing.py file as I receive the following error when trying to import the "get_hierarchical_data" function - "multigene_reducer: Callable[[List[np.array]], np.array] = multigenes_median
NameError: name 'multigenes_median' is not defined". Lastly: There are modules and functions that are imported in the PredictEncoding_preselected.py file but do not exist. For example, there is no "split_train_test" function in the "Processing" module, there is no "Autoencoders" module, the "Helper" module does not contain a function named "custom_loss", etc.
These are just some of the errors that I have personally encountered but there may be more. Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hello. In trying to replicate your code, I have run into the following errors that I'm hoping can be fixed/solved.
First: The sample data files cannot be obtained from the Surfdrive website as an error comes up on the screen stating that the files cannot be found.
Second: There seems to be a problem with the Processing.py file as I receive the following error when trying to import the "get_hierarchical_data" function - "multigene_reducer: Callable[[List[np.array]], np.array] = multigenes_median
NameError: name 'multigenes_median' is not defined".
Lastly: There are modules and functions that are imported in the PredictEncoding_preselected.py file but do not exist. For example, there is no "split_train_test" function in the "Processing" module, there is no "Autoencoders" module, the "Helper" module does not contain a function named "custom_loss", etc.
These are just some of the errors that I have personally encountered but there may be more. Thank you for your help.
The text was updated successfully, but these errors were encountered: