1. 3111878 Updated licencing information. by csterling · 4 years, 3 months ago
  2. 368346b SAMOA-72: Squashed commits for pull request SAMOA-72 (#70). Fixed errors after rebase with master due to changes in intermediate commits. by fobeligi · 7 years ago
  3. 77f53e9 SAMOA-80: Update instances to be used from MOA by Albert Bifet · 5 years ago
  4. 6ea106d fix reflection error: make classes in classifiers.trees public by muenchto · 6 years ago
  5. 7fbdef1 TimeClassificationPerformanceEvaluator by Łukasz Ławniczak · 6 years ago
  6. 18d0ce2 SAMOA-78: Accept newly arriving values of nominal attributes by Maciej Grzenda · 6 years ago
  7. f07b940 SAMOA-73: fixes NullPointerException in VerticalHoeffdingTree by Maciej Grzenda · 6 years ago
  8. 29b592c SAMOA-75 : Integration of the new features in instances by mehdidb · 6 years ago
  9. 4b29b1d Fix samoa-strom properties file path by kwangin · 7 years ago
  10. b4a9709 Code cleanups and warnings by smarthi · 8 years ago
  11. 6e6bb18 SAMOA-71: fixes concurrency issues in HorizontalAMRulesRegressor and storm tests by Maciej Grzenda · 7 years ago
  12. 804eac8 SAMOA-65: Apache Kafka integration components for SAMOA Fix #59 by pwawrzyniak · 7 years ago
  13. 26c2191 SAMOA-67 : Integration of MOA instances in SAMOA by mehdidb · 7 years ago
  14. dbc3aab SAMOA-68: Saving true and predicted labels to file Fix #61 by Maciej Grzenda · 7 years ago
  15. 4471fe4 SAMOA-35: Add Sharding ensemble method by Gianmarco De Francisci Morales · 9 years ago
  16. a92b303 SAMOA-70: Fix bug in DenseInstance toString method which resulted in always writing an arff file with class equal to zero. by fobeligi · 7 years ago
  17. a1cc237 Fix broken Markdown headings by Santiago Castro · 7 years ago
  18. 1c858e1 SAMOA-49: Added adapter for Apache Apex by bhupeshchawda · 9 years ago
  19. 2c26c04 [maven-release-plugin] prepare for next development iteration by nkourtellis · 8 years ago
  20. ab411ed [maven-release-plugin] prepare release v0.4.0-incubating by nkourtellis · 8 years ago
  21. 65817f1 changed notice year to 2016 by nkourtellis · 8 years ago
  22. 88f1753 removing gradlew s4 related stuff by nkourtellis · 8 years ago
  23. bc92205 SAMOA-58: Reverting back to Samza 0.7.0 in order to keep this pull request from exploding into a full Samza upgrade set of changes (did that in a separate pull request which I closed for similar scope creep and pollution) by edi_bice · 8 years ago
  24. 7ecdc4b SAMOA-58: Incorrect Samza artifact version. by edi_bice · 8 years ago
  25. a342340 SAMOA-58: changes @gdfm requested by edi_bice · 8 years ago
  26. a1e0376 SAMOA-58: Just because it fools compiler ... by edi_bice · 8 years ago
  27. 9e174aa SAMOA-58: Refactored class index command line parameter in Avro- and ArffFileStream up to common parent FileStream. by edi_bice · 8 years ago
  28. 15df252 SAMOA-58: Filter out NaN and Inf values by edi_bice · 8 years ago
  29. 78ae8fc SAMOA-58: Needed to loop over all Union types to determine if Union-typed field is numeric or not. by edi_bice · 8 years ago
  30. 5d131e2 SAMOA-58: adding all measurements by edi_bice · 8 years ago
  31. e5ca1b2 SAMOA-58: need more decimal digits by edi_bice · 8 years ago
  32. 1c8778e SAMOA-58: forgot to initialize support array by edi_bice · 8 years ago
  33. c743b7e SAMOA-58: was not initializing arrays prior to use by edi_bice · 8 years ago
  34. 397de94 SAMOA-58: Not sure why these still implement Learner instead of ClassificationLearner - technically yes one could have an ensemble of regressors or classifiers but these are not generic as currently implemented. by edi_bice · 8 years ago
  35. a6b6e2e SAMOA-58: Implementation of the standard precision, recall, and f1-score measures for each class in a multi-class setting by edi_bice · 8 years ago
  36. 2c60852 SAMOA-58: cherry-picked from faf branch - changes needed to be able to read from HDFS on a YARN 2.7.1 cluster by Edi Bice · 8 years ago
  37. 127eaab SAMOA-58: configure don't code by edi_bice · 8 years ago
  38. 6e81a62 SAMOA-58: Issue described in https://issues.apache.org/jira/browse/SAMOA-58 was apparently more complicated than what was expected in previous commit. While we did succeed in replacing the first exhausted file stream with a new one, the loader was not changed and would return null. This rework of AvroFileStream, FileStream and ArffFileStream hopefully cleans things up a bit and allows multi-file streams of either (Avro or Arff) type. by edi_bice · 8 years ago
  39. 16046cc SAMOA-58: A tentative solution to issue described in: by edi_bice · 8 years ago
  40. ebb3516 SAMOA-58: until we change samza to produce files with .avro extension by edi_bice · 8 years ago
  41. 381e6a9 SAMOA-58: Only add fields of supported types (double, float, long, int and enum) rather than adding and defaulting all non-enum to numeric and failing at value parse time by edi_bice · 8 years ago
  42. 0640831 SAMOA-43: Update stream import in TextGenerator by Albert Bifet · 8 years ago
  43. de704ce SAMOA-43: Update WriteArffFile by abifet · 9 years ago
  44. 4851dd9 SAMOA-43: Add WriteArffFile by abifet · 9 years ago
  45. 473a419 SAMOA-43: Add TextReader by abifet · 9 years ago
  46. 82b3ef3 SAMOA-52: Fix nominal attributes problem in VHT by Albert Bifet · 8 years ago
  47. 8113847 SAMOA-53: Update move all streams under single package by Albert Bifet · 8 years ago
  48. bd15959 SAMOA-53: Add tests for the new prequential cv evaluation task by Albert Bifet · 8 years ago
  49. 7a17765 SAMOA-53: Add Prequential Cross-Validation Evaluation by Albert Bifet · 8 years ago
  50. 1bd1012 SAMOA-14: Move all streams under single package by Gianmarco De Francisci Morales · 8 years ago
  51. dc2b7bc SAMOA-14: Consolidate ARFFFileStream by Gianmarco De Francisci Morales · 8 years ago
  52. 1bf3c02 SAMOA-28: Delete samoa-api/build directory after tests by Gianmarco De Francisci Morales · 8 years ago
  53. c1d42d2 SAMOA-31: Remove unused Utils class Close #49 by Gianmarco De Francisci Morales · 8 years ago
  54. 8f888b7 SAMOA-57: Fix failing test (wrong number of instances) by Gianmarco De Francisci Morales · 8 years ago
  55. de050f9 SAMOA-57: Remove support for S4 by Gianmarco De Francisci Morales · 8 years ago
  56. b86ab83 SAMOA-51: Update Flink Module to v0.10.1 Fix #44 by Paris Carbone · 8 years ago
  57. 4375bce SAMOA-56: Update Developers-Guide link. Fix #45 by darionyaphet · 8 years ago
  58. 76a3736 SAMOA-47: Adding Code Review comments by jayadeepj · 8 years ago
  59. 533f12a SAMOA-47: Integrate Avro Streams with SAMOA by jayadeepj · 8 years ago
  60. 7497978 SAMOA-47: Integrate Avro Streams with SAMOA by jayadeepj · 8 years ago
  61. b84e8ac SAMOA-48: Fix double processing of last even in FilterProcessor by Gianmarco De Francisci Morales · 8 years ago
  62. dc99c7f SAMOA-48: Fix flawed bagging test by Gianmarco De Francisci Morales · 8 years ago
  63. b02882e SAMOA-48: Update InstancesContentEvent as a list of InstanceContent objects by Albert Bifet · 8 years ago
  64. 23169b0 SAMOA-48: Fix for ensembles (race condition?) by Gianmarco De Francisci Morales · 8 years ago
  65. af25e7d SAMOA-48: Fix for VHT by Gianmarco De Francisci Morales · 8 years ago
  66. d454deb SAMOA-29: Excluding the samoa-storm.properties at compile time and including at test by jayadeepj · 9 years ago
  67. edde7c1 SAMOA-29: Fix storm local execution mode duration by jayadeepj · 9 years ago
  68. c97ac27 [maven-release-plugin] prepare for next development iteration by Gianmarco De Francisci Morales · 9 years ago
  69. 15c047a [maven-release-plugin] prepare release v0.3.0-incubating by Gianmarco De Francisci Morales · 9 years ago releases/0.3.0-incubating v0.3.0-incubating
  70. 2c52d93 SAMOA-38: Fix remaining copyrights by Gianmarco De Francisci Morales · 9 years ago
  71. b2591c4 SAMOA-38: Fix copyright in samoa-threads by Gianmarco De Francisci Morales · 9 years ago
  72. ad499bb SAMOA-38: Bump maven license plugin and correct copyright holder by Gianmarco De Francisci Morales · 9 years ago
  73. 6586425 SAMOA-38: Update info in Globals.java by Gianmarco De Francisci Morales · 9 years ago
  74. b172b11 SAMOA-38: Fix attribution in NOTICE and README file by Gianmarco De Francisci Morales · 9 years ago
  75. ab97dbd SAMOA-38: Fix missing Apache headers by Gianmarco De Francisci Morales · 9 years ago
  76. fa0349b SAMOA-38: Add DISCLAIMER file for incubation by Gianmarco De Francisci Morales · 9 years ago
  77. e5af656 SAMOA-38: Removed gradle jar from repository (downloaded on the fly on Travis-CI) by Gianmarco De Francisci Morales · 9 years ago
  78. fab7c74 SAMOA-38: Fix git connection url in pom.xml by Gianmarco De Francisci Morales · 9 years ago
  79. f95cad7 SAMOA-37: Update username/password for Nexus by Gianmarco De Francisci Morales · 9 years ago
  80. 16cff40 SAMOA-37: Switch snapshot repository to Apache from Nexus by Gianmarco De Francisci Morales · 9 years ago
  81. c605235 SAMOA-37: Change project version in submodules. by Gianmarco De Francisci Morales · 9 years ago
  82. a61214a SAMOA-37: Add incubating to version. Bump javadoc plugin version by Gianmarco De Francisci Morales · 9 years ago
  83. df8e19d SAMOA-37: Remove unused module declaration by Gianmarco De Francisci Morales · 9 years ago
  84. 01d6d57 SAMOA-37: Fix description of the project by Gianmarco De Francisci Morales · 9 years ago
  85. 98ce510 SAMOA-37: Change pom.xml parent to Apache from Sonatype by Gianmarco De Francisci Morales · 9 years ago
  86. bfa921a SAMOA-37: Prepare for release 0.3.0-incubating by Gianmarco De Francisci Morales · 9 years ago
  87. 5f1e1a1 SAMOA-34: Boosting TO BE FIXED by Gianmarco De Francisci Morales · 9 years ago
  88. 9cdfb57 SAMOA-34: Check for ensemble consistency by Gianmarco De Francisci Morales · 9 years ago
  89. fc44099 SAMOA-34: Fix AdaptiveBagging by Gianmarco De Francisci Morales · 9 years ago
  90. 87d3732 SAMOA-34: Fix Bagging by Gianmarco De Francisci Morales · 9 years ago
  91. 31f82ec SAMOA-34: Fix javadoc of Learner by Gianmarco De Francisci Morales · 9 years ago
  92. 243e782 SAMOA-36: update flink adapter to flink 0.9.0 release by Paris Carbone · 9 years ago
  93. e4489b0 Update CONTRIBUTING.md by Gyula Fora · 9 years ago
  94. 9b178f6 SAMOA-9: Change namespace to apache.org. Fix #26 by Gianmarco De Francisci Morales · 9 years ago
  95. 64ef7a9 SAMOA-16: Add an adapter for Apache Flink-Streaming (senorcarbone) Fix #11 by Gianmarco De Francisci Morales · 9 years ago
  96. 1b35299 SAMOA-26: Fix the ArffLoader bug (asp188) Fix #24 by Gianmarco De Francisci Morales · 9 years ago
  97. fe61d1e SAMOA-27: Upgrade Storm version to 0.9 (giacbrd) Fix #25 by Gianmarco De Francisci Morales · 9 years ago
  98. 55b91dd SAMOA-22: Remove outdated CLA files. Fix #18 by Gianmarco De Francisci Morales · 9 years ago
  99. e421433 SAMOA-13: Update "How to contribute" guidelines Fix #6 by Gianmarco De Francisci Morales · 9 years ago
  100. 2c7a170 SAMOA-11: Incorrect String comparison in Clustering.java (smarthi) closes #16 by abifet · 9 years ago