-
Notifications
You must be signed in to change notification settings - Fork 65
Home
Thomas Bonald edited this page May 27, 2019
·
35 revisions
Scikit-Network is an open-source python package created at LINCS.
You are very welcome to participate and add your own graph algorithms.
We just ask you to follow some guidelines:
A toy package by François Durand
- Object oriented programming with Scikit-learn style: an algorithm is a class with a fit method.
- PEP8 coding style (it is recommended to use Pycharm Community as an IDE)
- Explicit variable names: graph, node, edge, adjacency_matrix or adj_matrix, source, target, edge_weights...
- NumPy docstring
node_weights: np.ndarray(dtype=float)
vector of node weights
- Reference style: APA
Blondel, V. D., Guillaume, J. L., Lambiotte, R., & Lefebvre, E. (2008).
Fast unfolding of communities in large networks.
Journal of statistical mechanics: theory and experiment.