AnacletoLAB / grape

🍇 GRAPE is a Rust/Python Graph Representation Learning library for Predictions and Evaluations
MIT License
502 stars 38 forks source link

Method not found in api documentation: Graph.from_pd #54

Closed jonsenhb closed 9 months ago

jonsenhb commented 9 months ago

Hi, After I installed grape 0.2.2 version, I can use the Graph.from_pd method by referring to the example, but I cannot find a detailed description of this method in the api document. It would be really great if the documentation could be updated.

Thanks and best wishes!

LucaCappelletti94 commented 9 months ago

Hi! The reference documentation we suggest you use and that we use is simply the help function from Python, as in help(Graph.from_pd).

Creating a documentation website is not feasible for the foreseeable future because we provide too many methods (e.g. the over 80k graphs from the retrieval) and that breaks most of the tools for generating documentation. At this time, we do not have the budget to develop our own website.

jonsenhb commented 9 months ago

Thank you very much, I understand. This is a great project, best wishes