Skip to content

Graph Data Science client 1.0.0

Compare
Choose a tag to compare
@adamnsch adamnsch released this 24 Mar 09:56
· 2792 commits to main since this release
7b85555

The first official major release, 1.0.0, of graphdatascience, the GDS Python client, has been published to PyPI!

Highlights:

  • Replaced all dict return types with pandas Series.
  • Replaced all list[dict,...] return types with pandas DataFrame.
  • Replaced NC and LP training pipelines method configureParams by new methods addLogisticRegression and addRandomForest.
  • All procedures of the GDS Pipeline catalog are supported.
  • The NC and LP training pipelines support estimating train via a train_estimate method.
  • All ML models support estimating predict via predict_[mode]_estimate methods.
  • Removed support for GDS 1.x graph.create syntax.

Read more in the changelog.

The release can be pip installed with pip install graphdatascience==1.0.0.