Skip to content

Brightics Studio v1.0-2019.04

Compare
Choose a tag to compare
@krazyeom krazyeom released this 02 May 09:49
· 832 commits to master since this release
cd07543

Release notes

Enhancement

  • PCA Model: Remove 'Group By' options (#511)
  • Logistic Regression Train: Array of double type is supported for feature columns (#489)
  • Statistic Summary: Enhance performance of group by and it applies to Statistic Summary (#488), If there is null in Group By column, error will occur but it will be fixed in the next version
  • Filter: Removes single quotes in some operations (#481)
  • One Way ANOVA: Add Index Column (#460)
  • One Way ANOVA: Add a condition when a feature value is a not categorical value (#458)
  • Linear Regression Train: VIF default option: True => False (#453)

Minor Fixes

  • Add Lead Lag: Bug fix for Offset Set. Minus value is possible to enter (#503)
  • Linear Regression Train: Bug fix the problem that original data enters the model, it is removed (#499)
  • Evaluate Classification: Bug fix for not allowing double type for label and prediction (#484)
  • Read CSV: Bug fix for encoding (#479)
  • Two-Sample T Test For Stacked Data: Bug fix that hypothesized difference is printed to 0 even though it is not actually 0 in the table (#456)