1. 33c1a6d additional user docs updates about installing Dill and Hyperopt by Frank McQuillan · 3 years, 7 months ago
  2. 6976c9f user docs and examples for automl by Frank McQuillan · 3 years, 7 months ago
  3. 30db0e6 Split`with` for multiple expressions into nested calls by Ekta Khanna · 3 years, 7 months ago
  4. c849dd0 DL: [AutoML] Split automl methods to their own files by Ekta Khanna · 3 years, 8 months ago
  5. 2d6e599 DL: [AutoML] Add new class for Distribution rules by Ekta Khanna · 3 years, 8 months ago
  6. 88f2ebc Add MinWarning to remove extraneous INFO messages by Domino Valdano · 3 years, 8 months ago
  7. f2b80f2 DL: [AutoML] Hyperopt implementation by Advitya Gemawat · 3 years, 8 months ago
  8. 6fd6d65 DL: Update test sql to reference to tablename created in the same file by Ekta Khanna · 3 years, 7 months ago
  9. 0729a6f DL: Restrict access to the custom functions table by Orhan Kislal · 3 years, 7 months ago
  10. 181c28e update user docs and examples for custom functions by Frank McQuillan · 3 years, 8 months ago
  11. 918256d DL: Add a helper function to load custom top n accuracy functions by Orhan Kislal · 3 years, 8 months ago
  12. 49262a5 DL: Implement caching for fit_multiple_model by Ekta Khanna · 3 years, 9 months ago
  13. ba6c836 DL: [AutoML] Set plan_cache_mode when calling fit multiple model by Ekta Khanna · 3 years, 9 months ago
  14. b06bd0e DL: [AutoML] Add support for 'diagonal' Hyperband optimized for MPP by Advitya Gemawat · 3 years, 10 months ago
  15. 67b8961 DL: Check for nan in loss or metrics by Domino Valdno · 3 years, 9 months ago
  16. 38e399f DL: Improve the predict output with prob (#514) by Orhan Kislal · 3 years, 9 months ago
  17. f6fdef8 DL: Add support for custom metrics by Orhan Kislal · 3 years, 10 months ago
  18. 3a2f075 DL: Generate Hyperband schedule for AutoML by Advitya Gemawat · 3 years, 10 months ago
  19. 34415b3 DL: Add support for grid search and random search by Advitya Gemawat · 3 years, 11 months ago
  20. 60a9d59 Various: Do not drop output tables by Orhan Kislal · 3 years, 11 months ago
  21. 4daecd6 Graph: Fix handling of bigint columns by Orhan Kislal · 3 years, 10 months ago
  22. 8adcf41 Build: Fix Jenkins dockerfile and script by Orhan Kislal · 3 years, 10 months ago
  23. cede57f Add conditional support for C++11 compilers. by Domino Valdano · 4 years ago
  24. 81a98b2 Fix Boost detection, and allow more recent versions by Domino Valdano · 4 years ago
  25. 868d98d DL: Add custom loss function support for DL module by Ekta Khanna · 3 years, 11 months ago
  26. 5d33cf6 DL: Remove weight passing for multi model evaluate by Orhan Kislal · 4 years ago
  27. 93cfa56 update user docs for new object_table param by Frank McQuillan · 4 years ago
  28. 27f8ac9 DL: Add object table info in load MST table utility by Ekta Khanna · 4 years ago
  29. 42d049c DBSCAN: Fix predict on Greenplum (#499) by Orhan Kislal · 4 years ago
  30. 3312799 DL: Update user docs for load_custom_function by Ekta Khanna · 4 years ago
  31. 8569655 user docs for utility function to add Python objects to a table by Frank McQuillan · 4 years ago
  32. 5071d8b DL: Add utility function for custom functions by Ekta Khanna · 4 years, 1 month ago
  33. 2047925 dbscan user docs by Frank McQuillan · 4 years ago
  34. 6ff7c54 DBSCAN: Add new module DBSCAN by Orhan Kislal · 4 years, 1 month ago
  35. 5014eec Build: Remove function dependencies from changelist by Orhan Kislal · 4 years, 1 month ago
  36. 41a2991 Revert "Allocator: Remove 16-byte alignment in GPDB 6" by Orhan Kislal · 4 years, 2 months ago
  37. 11200f6 Update version to 1.18.0-dev by Orhan Kislal · 4 years, 2 months ago
  38. 2458931 Update changelist file name and remove incorrect entry by Orhan Kislal · 4 years, 2 months ago rc/1.17.0-rc2 rel/v1.17.0
  39. af06387 Build: Make version numbering semantic by Orhan Kislal · 4 years, 3 months ago
  40. 186a28b Build: Change 1.17-dev to 1.17 by Orhan Kislal · 4 years, 4 months ago
  41. 88d3b8b Update Release Notes for 1.17 by Orhan Kislal · 4 years, 4 months ago
  42. e6bad2f Build: Update madpack scripts for pg11 and add changelist by Orhan Kislal · 4 years, 4 months ago
  43. 2f0bb2e correct disk space comment for gp5 and 6 in keras multi fit user docs by Frank McQuillan · 4 years, 2 months ago
  44. 1a9b557 DL: Clean up user docs by Orhan Kislal · 4 years, 2 months ago
  45. 2896c24 add clarification in DL user docs re GPU memory release by Frank McQuillan · 4 years, 2 months ago
  46. 01ede7c DL: Use unlogged tables for fit multiple by Nikhil Kak · 4 years, 3 months ago
  47. ec3eee7 DL: add tests for asserting that guc values are unchanged by Nikhil Kak · 4 years, 2 months ago
  48. 4f62f4b DL: Fix disk issue by using truncate guc by Ekta Khanna · 4 years, 4 months ago
  49. ef763f1 Graph: Add select statements to graph tests by Nikhil Kak · 4 years, 2 months ago
  50. 5a95e7c Utilities: Improve rename table logic by Nikhil Kak · 4 years, 2 months ago
  51. 41ace0b DL: Don't include weights as part of state except for the last row. by Nikhil Kak · 4 years, 3 months ago
  52. c62dfe7 Remove tests for no GPU hardware by Domino Valdano · 4 years, 3 months ago
  53. 7e4443b DL: Fix fit multiple to create summary tables with class_values including NULL by Ekta Khanna · 4 years, 3 months ago
  54. fe7ba29 DL: Set plan_cache_mode when passing weights for GPDB6 by Ekta Khanna · 4 years, 3 months ago
  55. 4e4a143 Control: Add a new wrapper for setting GUC values by Ekta Khanna · 4 years, 3 months ago
  56. ba5f104 Revert "DL: Avoid constant folding of weights in GPDB6 plan" by Ekta Khanna · 4 years, 3 months ago
  57. 5e05f25 Graph: Update tests to use pg_temp by Orhan Kislal · 4 years, 3 months ago
  58. eabaea9 Graph: Filter out infinite paths by Orhan Kislal · 4 years, 3 months ago
  59. 404e623 DL: Use pg_temp instead of public schema for dev-check by Orhan Kislal · 4 years, 3 months ago
  60. ebb6b3c DL: improvements to "serializing weights with image count" by Nikhil Kak · 4 years, 3 months ago
  61. bc0f132 DL: Remove final function for fit multiple by Nikhil Kak · 4 years, 3 months ago
  62. c69ac53 DL: Add tests for schema qualified output tables by Orhan Kislal · 4 years, 3 months ago
  63. 9b21fe5 MFVSketch: Remove duplicate results on GPDB by Domino Valdano · 4 years, 3 months ago
  64. 32efa59 MFVSketch: Use datumIsEqual for comparing datums by Orhan Kislal · 4 years, 3 months ago
  65. d165e84 Build: Add support for quoted identifiers for install-check by ferrarius27 · 4 years, 3 months ago
  66. a4b3e9d Graph: Fix output table schema parsing bug by Orhan Kislal · 4 years, 3 months ago
  67. acb9e50 Graph: Fix column type concat bug by Orhan Kislal · 4 years, 3 months ago
  68. 4a97693 Graph: Fix ambiguous column name in various functions by Orhan Kislal · 4 years, 4 months ago
  69. c473be2 Summary: Fix defaults when the user passes NULL by Orhan Kislal · 4 years, 3 months ago
  70. b4ef574 Fix fit_multiple() warm start by Domino Valdano · 4 years, 3 months ago
  71. bad3146 Use uname to determine architecture by Ivan Leskin · 4 years, 4 months ago
  72. 97adf67 Revert "Use uname to determine architecture" by Orhan Kislal · 4 years, 4 months ago
  73. 10e3349 Use uname to determine architecture by Orhan Kislal · 4 years, 4 months ago
  74. 62e2a46 indicate optional param in elastic net by Frank McQuillan · 4 years, 4 months ago
  75. 05a6e51 Check -mno-sse2 is available for GNU CXX by Ivan Leskin · 4 years, 4 months ago
  76. ac30a3c indicate optional params in DR and RF by Frank McQuillan · 4 years, 4 months ago
  77. fc81374 DL: Avoid constant folding of weights in GPDB6 plan by Ekta Khanna · 4 years, 4 months ago
  78. 6b0240e Kmeans: Convert python inf and nan values to postgres by Orhan Kislal · 4 years, 4 months ago
  79. 5ddec47 DL: Drop leftover tables by Nikhil Kak · 4 years, 5 months ago
  80. dbae722 DL: Fix metrics_elapsed_time for fit multi model by Ekta Khanna · 4 years, 5 months ago
  81. 515dc25 misc user doc clarifications by Frank McQuillan · 4 years, 4 months ago
  82. 273301e Update Apache Copyright date by Domino Valdano · 4 years, 5 months ago
  83. 96a4424 Decrease the learning rate for transfer learning test by Domino Valdano · 4 years, 5 months ago
  84. 7625ae0 DL: Fix failure on GPDB6 for preprocessor by Ekta Khanna · 4 years, 5 months ago
  85. 85eba29 DL: Improve performance of mini-batch preprocessor (#467) by Domino Valdano · 4 years, 5 months ago
  86. 687473e Build: Add support for pg 12 by Orhan Kislal · 4 years, 6 months ago
  87. 7d2b02c DL: Update tests calling trap_error by Ekta Khanna · 4 years, 5 months ago
  88. 1fa020b clarify warm start with model selection in user docs by Frank McQuillan · 4 years, 5 months ago
  89. 5f10bc8 DL: Modify multi-fit warm start to accept non-matching mst&model tables by Orhan Kislal · 4 years, 5 months ago
  90. eb77116 DL: Fix transfer learning dev-check test by Orhan Kislal · 4 years, 5 months ago
  91. 87758d7 clarify warm start vs transfer learning in user docs by Frank McQuillan · 4 years, 5 months ago
  92. fc9cd64 correct fit function call in user docs for multi fit by Frank McQuillan · 4 years, 5 months ago
  93. ec5614f misc user doc updates for 1dot17 by Frank McQuillan · 4 years, 5 months ago
  94. ca17da4 DL: Update user docs for multi-model by Frank McQuillan · 4 years, 6 months ago
  95. ea57067 DL: Add asymmetric cluster check for predict by Orhan Kislal · 4 years, 6 months ago
  96. 9d2558f DL: Add asymmetric cluster support for fit and evaluate by Orhan Kislal · 4 years, 6 months ago
  97. 857049e DL: Add optional parameters for multi model training by Orhan Kislal · 4 years, 6 months ago
  98. ef11e2b DL: Add support for asymmetric segment distribution to preprocessor by Orhan Kislal · 4 years, 6 months ago
  99. d68e355 LDA: Turn off create table notices by Nikhil Kak · 4 years, 6 months ago
  100. 5a1717e MADLIB-1351 : Added stopping criteria on perplexity to LDA by Himanshu Pandey · 4 years, 9 months ago