1. 264a4d8 Build: Add cmake variable for gppkg filename by Nikhil Kak · 4 years, 9 months ago
  2. 205bdba updated user docs for madlib-keras with BYOM inference by Frank McQuillan · 4 years, 9 months ago
  3. e420686 KNN: Add distances to the output table by Orhan Kislal · 4 years, 9 months ago
  4. 96885c8 DL: Split madlib_keras devcheck file by Domino Valdano · 4 years, 9 months ago
  5. cb42f53 Quick fix for bison issue by Domino Valdano · 4 years, 9 months ago
  6. df03bc2 DL: Add function for predict byom by Nikhil Kak · 4 years, 10 months ago
  7. ed202b1 Assoc Rules: Minor updates to user docs for new params by Frank McQuillan · 4 years, 9 months ago
  8. 0f6073c Association Rules: Improve performance by Nandish Jayaram · 4 years, 10 months ago
  9. 640392d Correlation: Process deconstruction in chunks for grouping by Orhan Kislal · 4 years, 10 months ago
  10. 8a612fe Add input params to last part of WCC impl by Domino Valdano · 4 years, 10 months ago
  11. af36368 Update version from 1.16 to 1.17-dev by Domino Valdano · 4 years, 10 months ago
  12. 13aa1cb Add changelist files & update version by Domino Valdano · 4 years, 11 months ago rc/1.16-rc1 rc/1.16-rc2 rel/v1.16
  13. 5054931 Add release notes for 1.16 by Frank McQuillan · 4 years, 10 months ago
  14. c2a68c1 DL: Add preprocessor specific error message by Ekta Khanna · 4 years, 10 months ago
  15. 954609a DL: Reduce plpy info message frequency by Orhan Kislal · 4 years, 11 months ago
  16. 15cbe27 DL: Standardize the data types used for keras and sql by Jingyi Mei · 5 years ago
  17. 141b4e4 Pivot: Fix array_agg + distinct scaling issue on gpdb by Orhan Kislal · 5 years ago
  18. 19b02f5 Fix svm temp table bug by dropping it first by Orhan Kislal · 4 years, 11 months ago
  19. e44b6cc DL:Suppress unnecessary notices and misc cleanup by Ekta Khanna · 5 years ago
  20. 0ed2df5 DL: Add online docs for madlib_keras functions by Orhan Kislal · 5 years ago
  21. c6959c1 Add load model weights examples by Frank McQuillan · 5 years ago
  22. bb27374 DL: refactor image count related code by Nikhil Kak · 5 years ago
  23. 0eebc49 DL: Create one keras session per iteration for pg in fit and evaluate by Nikhil Kak · 5 years ago
  24. f6a7ddb DL: Fix predict with 'NULL' string class values by Nandish Jayaram · 5 years ago
  25. ea1e0ac DL: Fix tensorflow crashes by Domino Valdano · 5 years ago
  26. 9f25d86 DL: Update user docs for madlib-keras deep learning by Frank McQuillan · 5 years ago
  27. dec12cd SVM: Fix class weights when specified as a mapping by Nandish Jayaram · 5 years ago
  28. c4f645c DL: Reduce dev check assert threshold while comparing loss by Nandish Jayaram · 5 years ago
  29. 9933c1d DL: Add dev check test for loading model weights by Nikhil Kak · 5 years ago
  30. c8346e2 DL: Enable warm start by Nikhil Kak · 5 years ago
  31. 2479a6a get_cols() only uses 1 paramter, so get rid of all the unused ones. by Domino Valdano · 5 years ago
  32. e41cf6e DL: Replace old evaluate1 function with madlib_keras_evaluate() by Domino Valdano · 5 years ago
  33. f15384b DL: Refactor gp_segment_id_col by Domino Valdano · 5 years ago
  34. 6c8643c DL: fix default_buffer_size calculation in input_data_preprocessor by Jingyi Mei · 5 years ago
  35. 4c1277f DL: modify the logic to get number of output units from model_arch table by Jingyi Mei · 5 years ago
  36. d5352a4 MLP: Fix convergence based on threshold by Himanshu Pandey · 5 years ago
  37. b7ff51b DL: Rename Format class to be more meaningful. by Nikhil Kak · 5 years ago
  38. 352e41f DL: Add model_weights, name and desc to the model arch table. by Nikhil Kak · 5 years ago
  39. d1fa5ab DL: Record metrics_elapsed_time in model summary table by Nandish Jayaram · 5 years ago
  40. 99929ee DL: Update content of the model summary table by Nandish Jayaram · 5 years ago
  41. 5f1e376 DL: Remove loss and metric calculations from fit transition function by Orhan Kislal · 5 years ago
  42. ddbdcdd DL: Add validation for metrics in compile_params by Nandish Jayaram · 5 years ago
  43. 85b71b6 DL: Support metrics_compute_frequency for training data by Nandish Jayaram · 5 years ago
  44. 374145f DL: Add model_arch column to model data table by Ekta Khanna · 5 years ago
  45. 642e5a5 DL: Improve performance for predict by Nikhil Kak · 5 years ago
  46. b9f2d2e DL: Reorder arguments for fit and evaluate UDA by Nikhil Kak · 5 years ago
  47. 874d189 add comment to graph user docs to distribute edge table by source vertex id by Frank McQuillan · 5 years ago
  48. e015e0f user doc updates to multiple modules by Frank McQuillan · 5 years ago
  49. ce4bf89 DL: Refactor code to move some constants to helper file by Nandish Jayaram · 5 years ago
  50. b9453b4 DL: Change how we create tables in dev-check by Nandish Jayaram · 5 years ago
  51. 8bd5fea DL: Add dev-check and unit tests for metrics_compute_frequency by Nandish Jayaram · 5 years ago
  52. a569221 DL: Add new param metrics_compute_frequency to madlib_keras_fit() by Ekta Khanna · 5 years ago
  53. a16dffd DL: Improve minibatch performance by using array_cat by Ekta Khanna · 5 years ago
  54. 00b08ac DL: Improve parameter parsing and add unit tests by Orhan Kislal · 5 years ago
  55. 6f19d90 DL: Update input table for fit dev check by Domino Valdano · 5 years ago
  56. 0851fdf DL: Convert the keras_eval function from UDF to UDA by Domino Valdano · 5 years ago
  57. d9c2025 DL: Naming improvements for dependent and independent varname by Jingyi Mei · 5 years ago
  58. 9ccb17c Add contribution guideline page link in README by Jingyi Mei · 5 years ago
  59. 983296f DL: Update validation preprocessor examples and description by Frank McQuillan · 5 years ago
  60. c2a83cb DL: Add documentation for input preprocessor by Nandish Jayaram · 5 years ago
  61. 16b18e3 DL: Dev-check for validation_preprocessor_dl by Nandish Jayaram · 5 years ago
  62. 8eaf563 DL: Add input preprocessor for validation data by Nandish Jayaram · 5 years ago
  63. 01bfbcb MLP: Fix column names in prediction output table by Himanshu Pandey · 5 years ago
  64. 6c1f737 DL: Fix pg bug for getting device name by Nikhil Kak · 5 years ago
  65. 65ce602 DL: Replace use_gpu flag with gpus_per_host integer by Orhan Kislal · 5 years ago
  66. e4b53a7 add examples for generalize cross validation by Frank McQuillan · 5 years ago
  67. 1cbd9d4 DL: Add negative unit tests for unsupported compile and fit params by Orhan Kislal · 5 years ago
  68. 56efedf DL: Refactor computation of images per segment by Domino Valdano · 5 years ago
  69. 94e5a6c DL: Add new unit tests and update existing one's by Domino Valdano · 5 years ago
  70. 918ce80 DL: Update madlib_keras_fit code to weight by images instead of buffers. by Domino Valdano · 5 years ago
  71. 27ddd27 DL: Handle NULL value for optional pred_type param in predict by Nandish Jayaram · 5 years ago
  72. 920175f DL: Add GPU support for predict by Nandish Jayaram · 5 years ago
  73. 3e2869d DL: Do not compile params in predict by Nandish Jayaram · 5 years ago
  74. 6cae627 DL: Trap unsupported options for compile and fit params by Orhan Kislal · 5 years ago
  75. 897b4ed DL: Add GPU support for evaluate by Nikhil Kak · 5 years ago
  76. ca3bb8d Association Rule: Change default max_itemset_size to 10 by Himanshu Pandey · 5 years ago
  77. 4e6f337 DL: Validate predict input parameters by Nandish Jayaram · 5 years ago
  78. bd1dda3 MLP: Update error message text in minibatch validation. by Nandish Jayaram · 5 years ago
  79. 8803584 MLP: Fix warm start weights initialization issue by Nandish Jayaram · 5 years ago
  80. 5a2cea7 DL: Add Postgres support by Nandish Jayaram · 5 years ago
  81. f971fa4 Infra: Update jenkins docker image for DL by Nandish Jayaram · 5 years ago
  82. 20c87fa add sections to RF and DT user docs on run-time and memory usage by Frank McQuillan · 5 years ago
  83. 40713de DL: Add support for empty optimizer params by Orhan Kislal · 5 years ago
  84. f06f2d8 DL: Code refactor by Nandish Jayaram · 5 years ago
  85. f437659 DL: Remove reshaping and hard-coded normalizing_const from predict by Nandish Jayaram · 5 years ago
  86. 3bf6da9 Utilities: Add unit tests for create_cols_from_array_sql_string() by Nandish Jayaram · 5 years ago
  87. 4b8ceb2 DL: Support response and prob prediction outputs. by Nandish Jayaram · 5 years ago
  88. 8feb9bf WCC: Update the design doc by Orhan Kislal · 5 years ago
  89. 2158ff5 DL: Add alternative options for compile params by Orhan Kislal · 5 years ago
  90. c4f8349 DL: Rename helper to validator and move all unit tests to madlib_keras.py_in by Nikhil Kak · 5 years ago
  91. 63847d7 DL: Remove evaluate function by Nikhil Kak · 5 years ago
  92. ebec582 DL: Rename get_device_name function by Nikhil Kak · 5 years ago
  93. 8570aa0 DL: Use FORMAT class for getting model_arch col names by Nikhil Kak · 5 years ago
  94. 241074a DL: Remove reshaping from training and validation data by Nikhil Kak · 5 years ago
  95. 50d8b59 Madpack: Fix IC/DC check to include wcc by Ekta Khanna · 5 years ago
  96. 5cee52e WCC: Duplicate edges to improve performance on Greenplum by Ekta Khanna · 5 years ago
  97. 57b6e50 DL: Simplify madlib_keras_predict interface by Nandish Jayaram · 5 years ago
  98. aa77914 DL: Add new columns in fit output summary table. by Domino Valdano · 5 years ago
  99. 36a5a9c DL: Add tests for madlib_keras_predict by Domino Valdano · 5 years ago
  100. fbde1ff DL: Remove num_classes param from madlib_keras_fit() by Nandish Jayaram · 5 years ago