Graph Data Science client 1.1.0 Alpha 1
Pre-release
Pre-release
The alpha release of version 1.1.0 of graphdatascience, the GDS Python client, has been published to PyPI!
Highlights:
- Added support for new
configureAutoTuningmethod on NC and LP pipelines. - Added support for providing ranges as length two tuples to
addLogisticRegressionandaddRandomForest. - Added support for new function
gds.closewhich calls.close()on aGraphDataScienceobject's underlying Neo4j driver. - Added new method
gds.alpha.graph.constructto construct a GDS graph from pandasDataFrames, which works if the GDS Flight server is enabled. - Added new function
gds.databasewhich can be used to see which database is currently being targeted. - The functions
gds.graph.streamNodePropertyandgds.graph.streamRelationshipPropertycan leverage the Arrow Flight server of GDS to improve throughput.
The release can be pip installed with pip install graphdatascience==1.1.0a1.