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
In paper they mention.
"In our datasets we found that all σ-profiles can be constrained to a 61-
length continuous vector. Each vector can be interpreted as signal,
as such we normalize each vector to unit length. Since most
profiles have a similar structure, we subtract the mean signal of
all profiles to contrast the differences between profiles"
Thank you very much for sharing your great work.
When I load data files by "pd.read_csv", the datatype of sigma_profile is String.
Could you please guide me how to convert it into Array?
I tried "eval()" function, but it gives the following error:
SyntaxError: invalid syntax
I think "eval()" works when there is a "," between numbers in sigma_profile.
Thank you very much for your help.
The text was updated successfully, but these errors were encountered: