Dear scikit-learn users,
I would like to know if there is any function that returns the line graph of a
weighted graph.
I am aware of the linegraph function
(http://igraph.org/python/doc/igraph.GraphBase-class.html#linegraph)
but I would like to take the weights into consideration.
Thank y
Hi,
First off, thanks for a great package!
A while ago I needed a package for building general-purpose ensembles combining
any set of Scikit-learn transformers and estimators.
I couldn't find any so I set out to develop such an extension and recently
released the result as ML-Ensemble, http://m