1. 4e29572 Merge pull request #19 from takezoe/mark-override by takako shimamoto · 4 years, 11 months ago develop
  2. a389657 Mark override methods by Naoki Takezoe · 5 years ago
  3. e1af70b Remove incubating status by RamYerubandi · 6 years ago
  4. e575bad Update for PredictionIO 0.12.0-incubating by Naoki Takezoe · 6 years ago
  5. 260ee09 Fix use of case class by Naoki Takezoe · 7 years ago
  6. 4a78a5f Python 3 support by Shinsuke Sugaya · 7 years ago
  7. fadef43 Fix warnings by Naoki Takezoe · 7 years ago master
  8. b24325a 6.0 release by Donald Szeto · 7 years ago v6.0
  9. 6b89e6e Merge branch 'update-pio_0.11.0' of https://github.com/takezoe/incubator-predictionio-template-text-classifier by Donald Szeto · 7 years ago
  10. b25cca2 Merge branch 'patch-1' of https://github.com/kanwarpartapsingh/incubator-predictionio-template-text-classifier by Donald Szeto · 7 years ago
  11. 3d2baf5 Merge branch 'STOP_WORDS' of https://github.com/nlauchande/incubator-predictionio-template-text-classifier by Donald Szeto · 7 years ago
  12. 5c45ef9 Merge branch 'master' of https://github.com/sebas00/incubator-predictionio-template-text-classifier by Donald Szeto · 7 years ago
  13. 653d403 Bump to PIO 0.11.0-incubating and enhance sbt configuration by Naoki Takezoe · 7 years ago
  14. 7d550ce Create build.properties by kanwarpartapsingh · 7 years ago
  15. 1a31614 Filter out stop words from vectorization by Natu Lauchande · 7 years ago
  16. 2bcbdae Changed tokenizer to use Apache Luce StandardAnalyzer for non-western languages by Sebastiaan de Man · 7 years ago
  17. 7bff411 first apache version from chanlee by pferrel · 7 years ago v5.0
  18. 070f5c2 Update template for PIO v0.10.0-incubating by Chan Lee · 8 years ago
  19. 3d609f8 Re-structure and design preparator and algo. by Kenneth Chan · 8 years ago 4.0
  20. 3dce400 Fix DataSource to read "content", "e-mail", and use label "spam" for tutorial data. by Kenneth Chan · 8 years ago 3.1
  21. 55fd981 Merge pull request #3 from EmergentOrder/master by EmergentOrder · 9 years ago 3.0
  22. d9d3e49 make spark LR default; fix name by EmergentOrder · 9 years ago
  23. bb7b144 Add libs for BID* [not available in public repos] by EmergentOrder · 9 years ago
  24. 4addcd5 Initial commit for BIDMach, VW & SPPMI [rolled up to reduce repo size]; excluding libs by EmergentOrder · 9 years ago
  25. 36fed5b Numerical error fix for NaN confidence values. by mvivero091 · 9 years ago 2.4
  26. 94afa7b Added numFeatures option in PreparedData by mvivero091 · 9 years ago 2.3
  27. 4882e38 Update with MLLib hashing and tfidf implementation. by mvivero091 · 9 years ago 2.2
  28. c0f2a10 Updated versioning details in README by mvivero091 · 9 years ago
  29. bd035ed Unnecessary file removal by mvivero091 · 9 years ago
  30. 02404ba Dot product serialization fix. by mvivero091 · 9 years ago 2.1
  31. d280378 Modified Spark DataFrame manipulation by mvivero091 · 9 years ago
  32. c7e0eb1 Remove unnecesary directories by mvivero091 · 9 years ago
  33. b65435b rm extra folders by mvivero091 · 9 years ago
  34. f51f7d6 new release: 2.0 by mvivero091 · 9 years ago 2.0
  35. edf0bab Add Logistic Regression by mvivero091 · 9 years ago
  36. 98e5b36 remove project/.DS_Store by mvivero091 · 9 years ago
  37. c070fab Reduced maxiter by mvivero091 · 9 years ago
  38. 85723aa Development push of TextClassification 2.0 by mvivero091 · 9 years ago
  39. bf76271 Import error fix for python 2. by mvivero091 · 9 years ago 1.2
  40. fd4f3fd Removed unnecessary files by mvivero091 · 9 years ago
  41. 77352a5 data import update by mvivero091 · 9 years ago 1.1
  42. f0e2564 Modified data import script entirely independent of scikit learn by mvivero091 · 9 years ago
  43. 7aac597 inverse idf edit by mvivero091 · 9 years ago
  44. 282aae0 small comment change by mvivero091 · 9 years ago
  45. 0ae4928 fixed issue by mvivero091 · 9 years ago
  46. 699e8ba fix preparator javaconversions by mvivero091 · 9 years ago
  47. 5570ca2 add small fix by mvivero091 · 9 years ago 1.0
  48. 8d4f54e modified md file by mvivero091 · 9 years ago
  49. 32e4611 added preparator name by mvivero091 · 9 years ago
  50. 366c7d6 reformatting, remove confusing aspects of tutorial by mvivero091 · 9 years ago
  51. 2b8f849 small change by mvivero091 · 9 years ago
  52. 2c3c7fa changed inverseidfmin for feature reduction by mvivero091 · 9 years ago
  53. 98bb3d6 Try again with feature reduction and all classes by mvivero091 · 9 years ago
  54. 8bacd5c changed evaluation preparator params by mvivero091 · 9 years ago
  55. 17bab15 slight fix by mvivero091 · 9 years ago
  56. 2c85118 added functionality for the purpose of decreasing number of features, illustration purposes by mvivero091 · 9 years ago
  57. 856755d report category not label by mvivero091 · 9 years ago
  58. 8cad0f3 lowercase transformation in tokenizer by mvivero091 · 9 years ago
  59. 707fbe4 Increase number of categories to 10 (randomly chosen) by mvivero091 · 9 years ago
  60. e0ee08f Rename engine by mvivero091 · 9 years ago
  61. 600c115 template.json by mvivero091 · 9 years ago
  62. 7882cd4 Change engine.json by mvivero091 · 9 years ago
  63. bda747d safety by mvivero091 · 9 years ago
  64. a859982 remove lda for now by mvivero091 · 9 years ago
  65. 8d5fa81 subset data for user purposes by mvivero091 · 9 years ago
  66. 2640cfc took out tutorial for now by mvivero091 · 9 years ago
  67. eaf3741 tutorial edited, specs included, everything done but LDA classification. by mvivero091 · 9 years ago
  68. 9f3d393 added lda model to tutorial by mvivero091 · 9 years ago
  69. 5a19717 newest tutorial by mvivero091 · 9 years ago
  70. 46a25d9 factoring by mvivero091 · 9 years ago
  71. 9152be1 factoring by mvivero091 · 9 years ago
  72. bee87cb slight code edit by mvivero091 · 9 years ago
  73. b0d9daa slight code edit by mvivero091 · 9 years ago
  74. dafd057 slight code edit by mvivero091 · 9 years ago
  75. 19dcdc2 slight code edit by mvivero091 · 9 years ago
  76. 4e65113 slight code edit by mvivero091 · 9 years ago
  77. d1963fa slight code edit by mvivero091 · 9 years ago
  78. ef87cb7 finished algorithm/training model sections by mvivero091 · 9 years ago
  79. f446e7e new update by mvivero091 · 9 years ago
  80. 1c0b81d updateee by mvivero091 · 9 years ago
  81. adae9f0 more tutorial updates by mvivero091 · 9 years ago
  82. cc42fb7 new tutorial update by mvivero091 · 9 years ago
  83. d244271 updated tutorial by mvivero091 · 9 years ago
  84. 772ce82 push for most recent tutorial by mvivero091 · 9 years ago
  85. 0043331 progress check by mvivero091 · 9 years ago
  86. ba1235d style changes by mvivero091 · 9 years ago
  87. 84e63d3 edited code spacing by mvivero091 · 9 years ago
  88. dddaf7b cleaned up by mvivero091 · 9 years ago
  89. e06961a cleaned up by mvivero091 · 9 years ago
  90. 3466162 one moreeeeeee by mvivero091 · 9 years ago
  91. ac7ff2a one moreeeeeee by mvivero091 · 9 years ago
  92. 8d9ac7b one more functional by mvivero091 · 9 years ago
  93. 50b6ed7 hopefully one of the last functional commits by mvivero091 · 9 years ago
  94. daf6677 hopefully one of the last functional commits by mvivero091 · 9 years ago
  95. 1e4f71e back to array, only sparse vector implementation by mvivero091 · 9 years ago
  96. 4402af2 added sparse vector implementation and RDD implementation of universe, testing by mvivero091 · 9 years ago
  97. 576ca63 small push by mvivero091 · 9 years ago
  98. 8c5054d small push by mvivero091 · 9 years ago
  99. d4d1128 small push by mvivero091 · 9 years ago
  100. 514d656 push by mvivero091 · 9 years ago