-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNN: Integrate core framework #6
Comments
Ahmed and I were just talking about inheriting parser-core and making data parser in GNN-tracking repository compatible with it. However, we do not have final code in the main branch yet. We will wait for the code to be merged and available in main before we start tweaking our GNN-tracking repo. Perhaps we can come up with a versioning and release plan in tomorrow's meeting before we start updating our individual repos? |
@ahmedmohammed107, could you please document here what you have been doing past week. Thanks. |
I replaced our parser with Steven's Pandas Parser and moved all the preprocessing that we had in the parser to the build_hitgraph module. I also modified the preprocessor to save the configs with which the preprocessed data is saved in the same directory. Finally, I added gnn_tracking/utils/graph_building.py that uses Steven's Pandas Parser and our build_hitgraph module successively to build the hit graphs. |
@ahmedmohammed107, could you please add a link to your branch on tracking repository here? This will allow anyone to easily go there and see the updates. Thanks. |
Here is a link for our usage of the existing CSVParser_v0: |
No description provided.
The text was updated successfully, but these errors were encountered: