Graph Data Science client 1.1.0 release candidate 1
Pre-release
Pre-release
The first release candidate of version 1.1.0 of graphdatascience
, the GDS Python client, has been published to PyPI!
Highlights:
- Added support for auto tuning for machine learning pipelines.
- Added support for providing ranges as length two tuples to
addLogisticRegression
andaddRandomForest
. - Added support for new GDS library 2.1 signature of
gds.graph.removeNodeProperties
. - 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. When running against a GDS library with its Apache Arrow server enabled it will be a lot faster. - Added support for new
nodeRegression
pipelines. - New convenience methods on the
Graph
object.
A full list of changes can be found in the changelog.
The release can be pip installed with pip install graphdatascience==1.1.0rc1
.