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
configureAutoTuning
method on NC and LP pipelines. - Added support for providing ranges as length two tuples to
addLogisticRegression
andaddRandomForest
. - Added support for new function
gds.close
which calls.close()
on aGraphDataScience
object's underlying Neo4j driver. - Added new method
gds.alpha.graph.construct
to construct a GDS graph from pandasDataFrame
s, 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. - The functions
gds.graph.streamNodeProperty
andgds.graph.streamRelationshipProperty
can leverage the Arrow Flight server of GDS to improve throughput.
The release can be pip installed with pip install graphdatascience==1.1.0a1
.