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
the kamada_kawai_layout is to slow specially if we want to run on big Dataframe where we need to generate estimation for each row. Done some measurement and found out that the biggest chunk of script goes in the kamada_kawai_layout. It will better to pass one time the kamada_kawai_layout in the initialisation process. I made some changes to the script and i will package things in pull request as soon as i got the chance.
The text was updated successfully, but these errors were encountered:
GPnet/GPnet.py
Line 207 in a0a8a71
the kamada_kawai_layout is to slow specially if we want to run on big Dataframe where we need to generate estimation for each row. Done some measurement and found out that the biggest chunk of script goes in the kamada_kawai_layout. It will better to pass one time the kamada_kawai_layout in the initialisation process. I made some changes to the script and i will package things in pull request as soon as i got the chance.
The text was updated successfully, but these errors were encountered: