1. 03 8月, 2016 1 次提交
  2. 05 7月, 2016 1 次提交
    • S
      [FLINK-3995] [build] Properly structure test scopes and dependencies · 4b71e0e7
      Stephan Ewen 提交于
      Makes the JUnit test utils (TestLogger, retry rules, ...) properly available to
      other projects without the 'flink-core' test-jar, via the 'flink-test-utils-junit' project.
      
      Makes the ForkableMiniCluster, TestEnvironment,  and other test utilities available in the 'main'
      scope of the 'flink-test-utils' project.
      
      Creates a 'flink-test-utils-parent' project that holds the 'flink-test-utils-junit' and
      'flink-test-utils' project.
      
      Also moves some tests between projects and inlines some very simple utility functions in
      order to simplify some test jar dependencies.
      4b71e0e7
  3. 05 5月, 2016 1 次提交
  4. 27 4月, 2016 1 次提交
  5. 14 4月, 2016 1 次提交
  6. 11 3月, 2016 1 次提交
  7. 03 3月, 2016 1 次提交
  8. 29 2月, 2016 1 次提交
  9. 23 2月, 2016 1 次提交
    • T
      [FLINK-3460] [build] Set Flink dependencies in flink-streaming-connectors,... · 939768a1
      Till Rohrmann 提交于
      [FLINK-3460] [build] Set Flink dependencies in flink-streaming-connectors, flink-batch-connectors, cep, gelly and flink-ml modules to provided
      
      The flink-streaming-connectors all depend on flink-streaming-java in compile scope.
      This entails that this dependency is always pulled in, when you build a fat jar. By
      setting this dependency to provided, this will be avoided. Furthermore, the connectors
      are always used in conjunction with flink-streaming-java. This means that you will
      always have an explicit dependency import of flink-streaming-java in your build script.
      This allows you to run your program locally but it is also easy to exclude the dependency
      from being included in the fat jar by setting it to provided, as well.
      
      This closes #1683.
      939768a1
  10. 27 1月, 2016 1 次提交
  11. 14 1月, 2016 1 次提交
  12. 23 10月, 2015 1 次提交
  13. 09 10月, 2015 1 次提交
  14. 18 6月, 2015 1 次提交
  15. 27 5月, 2015 1 次提交
  16. 22 5月, 2015 1 次提交
  17. 08 5月, 2015 1 次提交
    • T
      [FLINK-1807] [ml] Adds optimization framework and SGD solver. · 2939fba3
      Theodore Vasiloudis 提交于
      Added Stochastic Gradient Descent initial version and some tests.
      
      Added L1, L2 regularization.
      
      Added tests for regularization, fixed parameter setting.
      
      Added documentation.
      
      Added option to provide UDF for the prediction function, moved SGD regularization to update step.
      
      Added prediction function class to allow non-linear optimization in the future.
      
      Small refactoring to allow calculation of regularized loss separatly from
      regularized gradient.
      
      This closes #613.
      2939fba3
  18. 05 5月, 2015 1 次提交
  19. 01 4月, 2015 2 次提交
  20. 31 3月, 2015 1 次提交
  21. 20 3月, 2015 1 次提交
  22. 18 3月, 2015 3 次提交