Skip to content

Graph Data Science client 1.1.0 Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@DarthMax DarthMax released this 19 May 12:45
· 2697 commits to main since this release
d1acebc

The second alpha release of version 1.1.0 of graphdatascience, the GDS Python client, has been published to PyPI!

Highlights:

  • Added support for new configureAutoTuning method on NC and LP pipelines.
  • Added support for providing ranges as length two tuples to addLogisticRegression and addRandomForest.
  • Added new method auto_tuning_config to NC and LP pipelines for querying a pipelines auto-tuning config.
  • Added support for new GDS library 2.1 signature of gds.graph.removeNodeProperties.
  • Added support for new function gds.close which calls .close() on a GraphDataScience object's underlying Neo4j driver.
  • Added new method gds.alpha.graph.construct to construct a GDS graph from pandas DataFrames, which works if the GDS Flight server is enabled.
  • Added new function gds.database which can be used to see which database is currently being targeted.
  • Added support for new nodeRegression pipelines.

The release can be pip installed with pip install graphdatascience==1.1.0a2.