Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Releases: apache/predictionio-template-text-classifier

Text Classification Engine

06 Jan 03:54

Choose a tag to compare

Updated Spark Version, incorporated new learning algorithms (thanks to EmergentOrder).

Text Classification Engine

16 Sep 23:03

Choose a tag to compare

Added minor change for avoiding NaN values in Naive Bayes confidence score computation (shift values over).

Text Classification Engine

10 Sep 18:52

Choose a tag to compare

Minor change in PreparedData, added numFeatures to NBAlgorithmParams class for HashingTF instance.

Text Classification Engine

11 Jun 15:55

Choose a tag to compare

Includes text vectorization, t.f.-i.d.f. based feature preparation, as well as multinomial naive Bayes and regularized logistic regression algorithm implementations for classification.

PredictionIO Text Classification Engine

08 Jun 18:47

Choose a tag to compare

Includes text vectorization, t.f.-i.d.f. based feature preparation, as well as multinomial naive Bayes and regularized logistic regression algorithm implementations for classification.

PredictionIO TextClassification Engine

04 Jun 00:49

Choose a tag to compare

Includes text vectorization, t.f.-i.d.f. based feature preparation, and a multinomial Naive Bayes algorithm implementation for classification.


Modified sample data file and import process.

PredictionIO Text Classification Engine

11 May 20:08

Choose a tag to compare

Includes text vectorization, t.f.-i.d.f. based feature preparation, and a multinomial Naive Bayes algorithm implementation for classification.