Skip to content

Brightics Studio v1.0

Compare
Choose a tag to compare
@krazyeom krazyeom released this 25 Mar 10:04
· 896 commits to master since this release
1701b4c

Release notes

Enhancement

  • Change of PostgreSQL connector from psycopg2 to pg8000 (#463)
  • Random Forest Classification Train: numeric type is supported for label column (#394)
  • Collaborative Filtering: add new parameters (#377)
  • Add Function Column: UDF is added (#369)
  • Linear Regression: performance enhancement (#367)

Minor Fixes

  • Missing images in report toolbar: (#430)
  • Autocorrelation: bug fix (#402)
  • Hierarchical Clustering: bug fix (#400)
  • Outlier Detection Tukey/Carling: bug fix (#397)
  • Flatten Json: could not convert tuple, np.array, set, etc now fixed (#382)
  • Bug is fixed when model has np.nan or float nan (#379)
  • Collaborative Filtering: minor bug fixes (#377)
  • Query Executor: Error message when empty table (#372)
  • Time Series Decomposition: bug fix (#365)