Graph Data Science client 1.1.0 Alpha 2
Pre-release
Pre-release
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
configureAutoTuningmethod on NC and LP pipelines. - Added support for providing ranges as length two tuples to
addLogisticRegressionandaddRandomForest. - Added new method
auto_tuning_configto 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.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. - Added support for new
nodeRegressionpipelines.
The release can be pip installed with pip install graphdatascience==1.1.0a2.