Skip to content

Brightics Studio v1.0-2019.06

Compare
Choose a tag to compare
@krazyeom krazyeom released this 28 Jun 00:36
· 735 commits to master since this release

Release notes

New

  • Load Model (#577)
  • Unload Model (#577)
  • Tokenizer (Korean) (#579)
  • Tokenizer (English) (#579)
  • Synonym Converter (#579)
  • Synonym Converter (User Dictionary) (#579)
  • Stopwords Remover (#579)
  • Stopwords Remover (User Dictionary) (#579)
  • Word2Vec (#579)
  • Word2Vec Model (#579)
  • Word2Vec Similarity (#579)
  • Term-document Matrix (#579)
  • Term-term Matrix (#579)
  • Document-Document Matrix (#579)

Enhancement

  • Add UTF8 encoding to OS environment (#556)
  • Random Forest Classification Train: Add the parameter class_weight (#531)
  • Supports array input: Linear Regression Train, Linear Regression Predict, Logistic Regression Train, Logistic Regression Predict, Decision Tree Classification Train, Decision Tree Classification Predict, Random Forest Classification Train, Random Forest Classification Predict, SVM Classification Train, SVM Classification Predict, XGB Regression Train, XGB Regression Predict, Hierarchical Clustering, Hierarchical Clustering Post Process, K-Means, K-Means (Silhouette), K-Means Predict, Penalized Linear Regression Train, Penalized Linear Regression Predict

Minor Fixes

  • Collaborative Filtering: Bug fix (#570)
  • Displays the row information where an error occurred when a file upload error occurred (#533)