BlueGraph
BlueGraph copied to clipboard
Python framework for graph analytics and co-occurrence analysis
This to be aligned with bmo and forge
https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#removal-of-prior-version-deprecations-changes Bluegraph uses the data frame append method, but it was removed in pandas starting version 2.0 Requirements needs to make sure it limits to lower versions
Addresses https://github.com/BlueBrain/BlueGraph/issues/110
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
Hello BlueGraph Team, I was working on BBP circuits via representing them as graph, analyzing the motifs but couldnt find a way to visualize these dense graphs. Then I came...
We need to have means for reserving a validation set (or even make a k-fold cross validation) for the embedding models (usually based on link prediction, i.e. reserve sets of...