Skip to content

Releases: oracle/accelerated-data-science

2.5.8

10 Mar 00:49
78f6251

Choose a tag to compare

ADS

  • Fixed bug in automatic extraction of taxonomy metadata for Sklearn models.
  • Fixed bug in jobs NotebookRuntime when using non-ASCII encoding.
  • Added compatibility with Python 3.8 and 3.9.
  • Added an enhanced string class, called ADSString. It adds functionality such as regular expression (RegEx) matching, and natural language processing (NLP) parsing. The class can be expanded by registering custom plugins to perform custom string processing actions.

2.5.7

23 Feb 19:08

Choose a tag to compare

ADS

  • Fixed bug in DataFlow Job creation.
  • Fixed bug in ADSDataset get_recommendations raising HTML is not defined exception.
  • Fixed bug in jobs ScriptRuntime causing the parent artifact folder to be zipped and uploaded instead of the specified folder.
  • Fixed bug in ModelDeployment raising TypeError exception when updating an existing model deployment.