1. 46fe199 [FLINK-29168] Add Transformer for NGram by Zhipeng Zhang · 1 year, 8 months ago
  2. 6cda7c3 [FLINK-29193] Add Transformer for Normalizer by weibo · 1 year, 8 months ago
  3. e007030 [FLINK-29171] Add documents for MaxAbs, FeatureHasher, Interaction, VectorSlicer, ElementwiseProduct and Binarizer by weibo · 1 year, 8 months ago
  4. 2f1620e [FLINK-29175] Add documents for KBinsDiscretizer, RegexTokenizer, Tokenizer, VectorIndexer and AgglomerativeClustering by Zhipeng Zhang · 1 year, 8 months ago
  5. 061be95 [FLINK-28906] Add AlgoOperator for AgglomerativeClustering by Zhipeng Zhang · 1 year, 8 months ago
  6. c8177c7 [FLINK-29115] Improve Python quickstart document by yunfengzhou-hub · 1 year, 8 months ago
  7. 0166a4c [FLINK-29115] Improve Python installation process by yunfengzhou-hub · 1 year, 8 months ago
  8. 5f99ce8 [FLINK-29011] Add Transformer for Binarizer by weibo · 1 year, 8 months ago
  9. 6825291 [FLINK-29044] Add Transformer for DCT by yunfengzhou-hub · 1 year, 9 months ago
  10. 3e4f5d1 [FLINK-28805] Add Transformer for HashingTF by Zhipeng Zhang · 1 year, 9 months ago
  11. f9f7f41 [FLINK-29043] Reduce overhead for non-feedback HeadOperator mails by yunfengzhou-hub · 1 year, 9 months ago
  12. 3aa2175 [FLINK-28943] Add Transformer and Estimator for MaxAbsScaler by weibo · 1 year, 9 months ago
  13. 8f05b09 [FLINK-29043] Reduce HeadOperator overhead by yunfengzhou-hub · 1 year, 9 months ago
  14. d08b75b [FLINK-27535] Optimize the unit test execution time by yunfengzhou-hub · 1 year, 9 months ago
  15. be546ad [FLINK-28803] Add Transformer and Estimator for KBinsDiscretizer by Zhipeng Zhang · 1 year, 9 months ago
  16. c33e51d [FLINK-28894] Add Transformer for Interaction by weibo · 1 year, 9 months ago
  17. df58dbe [FLINK-28571] Add AlgoOperator for Chi-squared test by taosiyuan163 · 1 year, 9 months ago
  18. 0f1ad10 [FLINK-28611] Add Transformer for ElementwiseProduct by weibo · 1 year, 9 months ago
  19. 41cccd1 [FLINK-28601] Add Transformer for FeatureHasher by weibo · 1 year, 9 months ago
  20. e5da0da [FLINK-28563] Add Transformer for VectorSlicer by weibo · 1 year, 9 months ago
  21. 8df3879 [FLINK-28684] Fix OneHotEncoder NPE during checkpoint by yunfengzhou-hub · 1 year, 10 months ago
  22. 9adefa6 [hotfix] Fix configuration requirement in quick start by yunfengzhou-hub · 1 year, 10 months ago
  23. d9bac9a [FLINK-28673] Migrate Flink ML to Flink 1.15.1 by yunfengzhou-hub · 1 year, 10 months ago
  24. e31101f [FLINK-28501] Add Transformer and Estimator for VectorIndexer by Zhipeng Zhang · 1 year, 10 months ago
  25. f9f8021 [FLINK-28502] Add Transformer for RegexTokenizer by Zhipeng Zhang · 1 year, 10 months ago
  26. 3b97256 [FLINK-28500] Add Transformer for Tokenizer by Zhipeng Zhang · 1 year, 10 months ago
  27. da4bf4b [FLINK-27084] Fix classloader for per-round operators by yunfengzhou-hub · 1 year, 10 months ago
  28. ee53ada [FLINK-28224] Add document for algorithms introduced before 2.1 release by yunfengzhou-hub · 1 year, 10 months ago
  29. 91e7464 [FLINK-27715] Add pyflink examples by yunfengzhou-hub · 1 year, 10 months ago
  30. 68aab8a Add benchmark of vectorAssembler and minmaxScaler by weibozhao · 1 year, 10 months ago
  31. 919d58f [hotfix] Update examples module and doc's version to 2.2-SNAPSHOT by yunfengzhou-hub · 1 year, 10 months ago
  32. 1f94a6f [FLINK-28237][python][ml] Fix the package error in flink ml python by huangxingbo · 1 year, 11 months ago
  33. 58dbc38 [FLINK-28237][python][ml] Improve flink ml python examples in doc by huangxingbo · 1 year, 11 months ago
  34. 0ae5c20 Bump jackson-databind from 2.12.4 to 2.12.6.1 by dependabot[bot] · 1 year, 11 months ago
  35. 82bfe6e [hotfix] Update version to 2.2-SNAPSHOT by Zhipeng Zhang · 1 year, 11 months ago
  36. 62ca2d5 [FLINK-26828] Add flink-ml-examples module by yunfengzhou-hub · 1 year, 11 months ago
  37. ce3e9cb [FLINK-27096] Optimize VectorAssembler performance by Zhipeng Zhang · 1 year, 11 months ago
  38. de08eb8 [FLINK-27096] Optimize OneHotEncoder performance by yunfengzhou-hub · 1 year, 11 months ago
  39. 10c1ef4 [FLINK-27096] Optimize KMeans performance by yunfengzhou-hub · 1 year, 11 months ago
  40. 454f7d1 [FLINK-27096] Flush buffer at epoch watermark by yunfengzhou-hub · 1 year, 11 months ago
  41. 966cedd [FLINK-27877] Enable object reuse in flink-ml-bench by zhangzp · 1 year, 11 months ago
  42. 58fce03 [FLINK-27877] Add benchmark configuration for StringIndexer, StandardScaler and Bucketizer by zhangzp · 1 year, 11 months ago
  43. 341df45 [FLINK-27877] Reduce the length of the operator chain for generating input table by zhangzp · 1 year, 11 months ago
  44. ba77607 [FLINK-27877] Improve performance for StringIndexer by zhangzp · 1 year, 11 months ago
  45. f0c1c7a [FLINK-26801] Support duplicate checkpoint aborted messages by Yun Gao · 1 year, 11 months ago
  46. 18ec1b3 [FLINK-27096] Improve DataCache and KMeans performance by yunfengzhou-hub · 1 year, 11 months ago
  47. 239788f [FLINK-27170] Add Transformer and Estimator of OnlineLogistciRegression by weibo · 1 year, 11 months ago
  48. 981d36a [FLINK-27742] Fix compatibility issue between stages by yunfengzhou-hub · 2 years ago
  49. c8fef60 [FLINK-27798] Fix python test for Flink 1.15 migration. by yunfengzhou-hub · 2 years ago
  50. f932783 [FLINK-27798] Migrated to Flink 1.15.0. by Boris Tsirkin · 2 years ago
  51. b1aa1d7 [FLINK-27294][python][ml] Add evaluation algorithm support for BinaryClassificationEvaluator in ML Python API by yunfengzhou-hub · 2 years ago
  52. 93f8a1d [FLINK-27602][ml][python][docs] Add Python ML examples in docs by huangxingbo · 2 years ago
  53. 03441be [hotfix][python] move the method _from_java_type_wrapper from linalg.py to wrapper.py by huangxingbo · 2 years ago
  54. 442b2f0 Revert "[hotfix][python] Fix the _from_java_type_wrapper is not imported" by huangxingbo · 2 years ago
  55. dd16169 [hotfix][python] Fix the _from_java_type_wrapper is not imported by huangxingbo · 2 years ago
  56. cb60dbd [FLINK-27096] Add LabeledPointWithWeightGenerator and Benchmark Configuration for KMeans and NaiveBayes by yunfengzhou-hub · 2 years ago
  57. 702863b [FLINK-27294] Add Transformer for BinaryClassificationEvaluator by weibo · 2 years ago
  58. bbea143 [FLINK-27404][python] Add algorithms completeness test in ML Python API by huangxingbo · 2 years ago
  59. 1999953 [FLINK-27403][ml][python] Align existing feature engineering algorithms in ML Python API by huangxingbo · 2 years ago
  60. f6b071f [hotfix] Fix finding buckets error in Bucketizer (#96) by Mr-Mu · 2 years ago
  61. 4bd9083 [FLINK-27091] Add Transformer and Estimator of LinearSVC by Zhipeng Zhang · 2 years ago
  62. a533670 [hotfix] Bump dependency versions by Dong Lin · 2 years ago
  63. 2da5d59 [FLINK-27096] Add a script to visualize benchmark results by yunfengzhou-hub · 2 years, 1 month ago
  64. f34dbb7 [FLINK-27093] Add Transformer and Estimator for LinearRegression by Zhipeng Zhang · 2 years ago
  65. 57650e1 [FLINK-26269][python] Add clustering algorithm support for KMeans in ML Python API by huangxingbo · 2 years ago
  66. 457bc92 [hotfix] Update .asf.yaml file to disable the merge button and update collaborators etc. by Dong Lin · 2 years ago
  67. 77ed51c Merge pull request #89 from lindong28/improve-github-action by Zhipeng Zhang · 2 years ago
  68. 0e6d32a [hotfix] Suppress the output of downloading messages in the github action log by Dong Lin · 2 years ago
  69. aedf663 [FLINK-26268][ml][python] Add classfication algorithm support for LogisticRegression, KNN and NaiveBayes in ML Python API by huangxingbo · 2 years, 1 month ago
  70. cccd47c Bump junit from 4.12 to 4.13.1 (#79) by dependabot[bot] · 2 years, 1 month ago
  71. d8aaa72 [FLINK-27072] Add Transformer for Bucketizer by zhangzp · 2 years, 1 month ago
  72. 4013829 [hotfix] Reorganize HasHandleInvalid param in StringIndexer, OneHotEncoder and VectorAssembler by zhangzp · 2 years, 1 month ago
  73. 1a7337a [Flink 26443] Add benchmark framework by yunfengzhou-hub · 2 years, 1 month ago
  74. a381752 [hotfix] Use inputCol and outputCol in MinMaxScaler and StandardScaler by zhangzp · 2 years, 1 month ago
  75. c2b2485 [hotfix] Rename testFeaturePredictionParam to testOutputSchema in unit test by zhangzp · 2 years, 1 month ago
  76. 530312a [FLINK-26626] Add Transformer and Estimator of StandardScaler by zhangzp · 2 years, 2 months ago
  77. 0769392 [FLINK-25616] Add Transformer for VectorAssembler by weibo · 2 years, 1 month ago
  78. 9b353cc [FLINK-26904] Update Stage::load to use StreamTableEnvironment by yunfengzhou-hub · 2 years, 1 month ago
  79. 0b2cbf5 [FLINK-26100] Add link to document website in README by yunfengzhou-hub · 2 years, 1 month ago
  80. d6d0753 [FLINK-26313] Add Transformer and Estimator of OnlineKMeans by yunfengzhou-hub · 2 years, 1 month ago
  81. 8571317 [FLINK-25527] Add Transformer and Estimator for StringIndexer by Zhipeng Zhang · 2 years, 2 months ago
  82. 3ab3273 [FLINK-25552] Add Estimator and Transformer for MinMaxScaler by weibo · 2 years, 2 months ago
  83. c097e83 [hotfix] Fix document minor error in docs.README.md by Jingsong Lee · 2 years, 2 months ago
  84. 9dd3b70 [FLINK-26404] Support non-local file systems by Mr-Mu · 2 years, 2 months ago
  85. bd6d67f [FLINK-26263] (followup) Check data size in LogisticRegression by zhangzp · 2 years, 2 months ago
  86. d14e1f4 [FLINK-26267][ml][python] Add common params interface in ML Python API by huangxingbo · 2 years, 2 months ago
  87. 10cae7b [FLINK-26266][ml][python] Support Vector and Matrix in ML Python API by huangxingbo · 2 years, 2 months ago
  88. 2015daf [FLINK-26263] Check data size in LogisticRegression by yunfengzhou-hub · 2 years, 3 months ago
  89. e438515 [FLINK-26100][docs] Add doc for ops & key concepts (#62) by yunfengzhou-hub · 2 years, 3 months ago
  90. 1618e6d [FLINK-26100][docs] Set up Flink ML Document Website by yunfengzhou-hub · 2 years, 3 months ago
  91. 56b441d [hotfix] Remove redundant directories by Dong Lin · 2 years, 4 months ago
  92. 8f6b3a7 [hotfix] Add scala suffix for flink-ml-uber dependency and flink-ml-lib as a dependency of flink-ml-uber by zhangzp · 2 years, 4 months ago
  93. 6794fc4 [hotfix][python] Update setup.py to throw error if python version > 3.8 by Dong Lin · 2 years, 4 months ago
  94. 073dea6 [hotfix] Add scala version as suffix of all modules by zhangzp · 2 years, 4 months ago
  95. 34cddc3 [hotfix] Update README.md, NOTICE and license of blas in flink-ml-uber by zhangzp · 2 years, 4 months ago
  96. 33af592 [release] Update version to 2.1-SNAPSHOT by Yun Gao · 2 years, 4 months ago
  97. 6f1998a [hotfix] Remove scala target and fix script errors by Yun Gao · 2 years, 4 months ago
  98. b9a56db [hotfix] Add the NOTICE file by Dong Lin · 2 years, 4 months ago
  99. d0760d7 Revert "[release] Update version to 2.1-SNAPSHOT" by Yun Gao · 2 years, 4 months ago
  100. d3d2ea2 [hotfix] Add scripts to build and release python artifacts by Dong Lin · 2 years, 4 months ago