Categories

Versions

What's New in RapidMiner Studio 9.10.1?

Released: Oct 7th, 2021

The following describes the bug fixes in RapidMiner Studio 9.10.1:

Enhancements

  • Improved potential bias detection by producing less false positives
  • Added further explanations in the bias warning tooltip to help educate users better about why it occurred - and what can be done to mitigate the problem
  • Replaced DBSCAN operator by new version
  • Deprecated Expectation Maximization Clustering operator
  • Improved/minimized operator instantiation for documentation/search, leading to a reduced startup time

Bugfixes

  • Fixed metadata of Apply Model in rare cases
  • Fixed wrong results after applying the Single Rule Induction model in case of a different ordering of the columns
  • Single Rule Induction model can now be stored in the repository
  • Fixed wrong results after applying the Subgroup Discovery model in case of a different ordering of the columns
  • Fixed table capability store/retrieve in signatures
  • Fixed wrong URL when opening the link in project connections when using AI Hub vault injections
  • Time Series: Fixed a bug in Process Windows which caused an Exception for input data which has long gaps and if the parameter "empty window handling" is set to skip
  • Time Series: Fixed a bug in Holt-Winters when the input data contains a section with 0 as values, or if every n.th value in 0 (with n being the period).
    • section with 0 as values will be ignored in the smoothing of the seasonal component in holt-Winters
    • every n.th value is 0 (with n being the period) will result in an UserError for the multiplicative seasonality model