https://github.com/kubeflow/katib

sort by:
Revision Author Date Message Commit Date
4fed903 Fix comment 04 August 2020, 13:22:54 UTC
21741bb Fix IsRestarting check 04 August 2020, 12:40:06 UTC
c027f7a Modify e2e for from volume experiment 04 August 2020, 11:43:33 UTC
6785de0 Change resume exp trial condition 04 August 2020, 10:02:08 UTC
e0a5036 Travis test 04 August 2020, 00:23:22 UTC
f366075 Add recorder to test controllers 03 August 2020, 23:57:09 UTC
8f8fb01 Fix comment 03 August 2020, 23:40:46 UTC
0710fdf Fix tests 03 August 2020, 23:24:24 UTC
3af762f Update suggestion requests 03 August 2020, 18:44:36 UTC
b282a8c Verify that trials were deleted Update suggestion status 03 August 2020, 18:44:36 UTC
9cf4544 Unit test for resuming Experiment in controller reconcilers (#1281) * Add unit test for Experiment and Suggestion controller reconcile * Delete buildTrialMetaForRunSpec from controller * Modify condition check * Fix format * Run mock for new version * Refactor experiment reconcile test * Remove comment 03 August 2020, 18:43:42 UTC
329b22e Validate restart Experiment parameters (#1287) * Validate resume experiment in webhook * Fix restart check * Fix test 03 August 2020, 11:21:40 UTC
6b9e914 Get metrics collector config data refactor (#1285) * Refactor get metrics collector config Fix PV name in validation webhook * Add test in validation for Katib config 31 July 2020, 16:11:07 UTC
ce89cbf feat(experiment): Add a check before deletion (#1223) * feat(experiment): Add a check before deletion Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Delete all trials Signed-off-by: Ce Gao <gaoce@caicloud.io> * feat: Implement in v1beta1 Signed-off-by: Ce Gao <gaoce@caicloud.io> 31 July 2020, 10:35:07 UTC
ac1dc24 Add e2e test for FromVolume ResumePolicy (#1284) * Add e2e test for from volume resume * Resume experiment after completion * Print controller logs * Remove test prints * Remove controller logs 31 July 2020, 01:27:06 UTC
a42d8a9 Refactor suggestion config and add Composer unit test (#1282) * Init commit * Add test for deployment * Refactor suggestion config * Switch mock to 1.4.3 version * Fix empty map * Fix comments * Fix gofmt * Move package 30 July 2020, 17:28:31 UTC
c33da9d support trial meta injection in trial template rendering (#1259) * support trial meta injection in trial template rendering * use trialSpec.metadata as prefix of trialMeta reference * solve conflicts * add some comments on consts * apply gofmt * refactor * fix mock test * refine 27 July 2020, 17:24:17 UTC
9a7d43c Resume Experiment from Volume (#1275) * Resume experiment from the PV * Add comment * Remove old api comments * Change reason for Running suggestion * Fix few comments * Rename volume name like suggestion deployment * Add corev1 to const 27 July 2020, 15:32:18 UTC
27658a7 GRPC: Rename Manager to DBManager service (#1279) * Rename Manager to DBManager in gRPC * Update git ignore 25 July 2020, 01:36:16 UTC
9320b4e Add status to experiment CRD manifest (#1276) 23 July 2020, 02:29:39 UTC
ac091db Fix few API comments typos (#1274) * Fix few typos in API comments * Generate open API 20 July 2020, 01:26:50 UTC
b5465bd Add FPGA accelerated examples (#1269) * Add instructions for FPGA accelerated Experiments * XGBoost FPGA accelerated example * Ommit unnecessary quotes * Add the new example in the list of training container images * Ommit explicit declaration of the metrics collector Co-authored-by: Vaggelis Gkiastas <vaggelisgkia@hotmail.com> 16 July 2020, 21:35:03 UTC
f565047 Modify documentation for v1beta1 (#1267) * Change doc for v1beta1 * Fix 16 July 2020, 02:38:34 UTC
c199867 Add e2e test for DARTS (#1268) * Add e2e for darts * Remove todo 16 July 2020, 01:24:35 UTC
50fc911 UI: Add new ConfigMap with Trial Templates (#1265) * Add new configMap with Trial Templates * Enable to view all namespaces * Fix log 15 July 2020, 01:32:37 UTC
cbe0f40 Fix examples to run on OpenShift (#1241) 13 July 2020, 13:50:32 UTC
226c99c UI: Add Trial table pages (#1262) 10 July 2020, 01:56:36 UTC
f1393b9 UI: Delete ConfigMap with no Trial Templates (#1260) * Delete ConfigMap if there are no Trial Templates Add snack box for Templates * Not add empty ConfigMaps * Fix e2e test 10 July 2020, 01:16:35 UTC
4145c4f Fix paths in prow config (#1257) 08 July 2020, 01:29:08 UTC
42dbb56 UI: Update Material UI version to V4 (#1254) * Init commit for material UI v4 * Rebase * Add label to all selects * Remove changes from v1alpha3 07 July 2020, 01:53:57 UTC
c3b38d8 Adding retries for gRPC calls (#1248) 06 July 2020, 18:13:57 UTC
2e9d676 UI: Remove update button from Experiments view page (#1253) * Update experiments without button Move monitor components to common * Move fetch experiments to common rename job to experiment * Modify vars 06 July 2020, 17:24:55 UTC
ea1bb06 UI: Sorting for Trials information table (#1251) * Enable sort in Trials table * Remove console log * Modify cell width 03 July 2020, 01:28:47 UTC
29b797c String type for metric values (#1245) * Change metric type from float to string * Check unavailable latest objective metric in isTrialObservationAvailable * Fix e2e test * Delete consts.UnavailableMetricValue from e2e 30 June 2020, 12:38:06 UTC
f7cea41 Add hints to obtain Kubeflow and Minikube version (#1230) 30 June 2020, 02:05:58 UTC
c387843 chore: Update OWNERS (#1235) Signed-off-by: Ce Gao <gaoce@caicloud.io> 28 June 2020, 11:36:13 UTC
acd9e43 Validation for parameters in HP Experiments (#1243) * Add spec.parameters validation * Fix print * Change parameter index in test * Change reflect to equality.Semantic 28 June 2020, 01:40:17 UTC
3377a48 Fix Trial parameter name for v1beta1 DARTS example (#1246) * Fix Trial parameter in darts example * Fix description 27 June 2020, 02:02:15 UTC
6b2a8d7 Update unit tests for Suggestion client (#1238) * Update unit test for suggestion client * Add test for GetRPCClient 26 June 2020, 01:59:30 UTC
913d55a Delete fake suggestion interfaces (#1240) 26 June 2020, 01:17:30 UTC
2626dcf Rename Ant Financial to Ant Group (#1237) 25 June 2020, 20:52:16 UTC
5ea1746 UI: Optimisation and enhancements for v1beta1 Katib UI (#1232) * UI improvements * Add db-manager-addr flag Modify README * Fix graphviz * Modify README * Remove ID * Add zoom to graphviz * Remove unused scripts from index * Fix doc * Change npm install to npm ci Commit package-lock * fix npm version * Increase max_old_space_size * Set react-scripts to 3.2.0 * Modify doc 24 June 2020, 15:13:17 UTC
ad3f3b0 Not validate Trial template resources (#1231) 24 June 2020, 01:35:17 UTC
fd1dd0d Fix default metrics stretegy (#1226) 22 June 2020, 16:16:40 UTC
1f92669 Fix pytorch job in trial template (#1225) 22 June 2020, 02:20:39 UTC
12ed391 UI: Add Trial Parameters to submit experiment page (#1224) * Modify trial template editor and trial template configMap in submit Experiment by parameters * Add trial parameters * Change trialParam when configMap has been changed * Remove comment * Fix submit nas job 20 June 2020, 14:08:39 UTC
20d5708 Show all namespaces in experiment list (#1219) 18 June 2020, 01:24:04 UTC
f34ea32 Modify metric strategies example for new Trial template (#1218) 17 June 2020, 12:16:40 UTC
0be190a Add more test cases for Generator (#1216) * Init commit * Add test to generator for unstructured * Add test to generator for configmap * Fix log * Add comment 16 June 2020, 11:32:04 UTC
94ae58f New Trial Template validation (#1215) * Add validation for new Trial Template * Create patch to validate trial template * Remove print * Change fmt to log * Add test description for validator test * Move imports 15 June 2020, 14:10:03 UTC
a918e08 extracting metric value in multiple ways (#1140) * migrate this PR to v1beta1 * fix * fix * fix * add example for metric strategies * modify MetricStrategy specification * fix 12 June 2020, 18:33:55 UTC
917164a add clientset/lister/informer generation (#1194) * adapt v1beta1 * add resources for v1alpha3 * fix * refine update-codegen script * add katib apiVersion as prefix of swagger version 10 June 2020, 15:08:51 UTC
88da808 New Trial Template API controller implementation (#1202) * Add new Trial Template API * Add TrialSource in TrialTemplate Remove GoTemplate from Experiment API * Add init logic for new trial template * Change examples Implement new Trial Template to controller * Modify trial template configMap for new version of Trial Template Fix experiment defaults change valid/invalid experiment * Run gofmt * Fix hyperband * Remove num-epochs from grid example * Add tag to file mc example * Modify create Trials loop 10 June 2020, 14:24:51 UTC
a6cf636 Add citation information (#1210) * Add citation information * Update README.md * Update README.md 06 June 2020, 02:17:45 UTC
c2c5288 Python SDK for katib (#1177) * python SDK for katib with docs and examples * Update README.md * Update README.md * Update bayesianoptimization-katib-sdk.ipynb * Update bayesianoptimization-katib-sdk.ipynb * Update tfjob-katib-sdk.ipynb * Create OWNERS * Update bayesianoptimization-katib-sdk.ipynb * Update tfjob-katib-sdk.ipynb * Update bayesianoptimization-katib-sdk.ipynb * Update tfjob-katib-sdk.ipynb * Update bayesianoptimization-katib-sdk.ipynb * Update OWNERS * Update README.md * updated changes as per review comments * Update README.md * Update README.md * Added pip installation for katib sdk and removed status from get_optimal_hyperparamater API * Update README.md * Updated changes for delete_exp and removed unused imports 04 June 2020, 02:34:43 UTC
2179c16 Rename algorithm_setting to algorithm_settings in manager (#1204) 03 June 2020, 15:10:20 UTC
1039299 Add link to darts in training container images list doc (#1201) 02 June 2020, 01:42:15 UTC
5df1bd2 Re: Support string metrics values in Controller (#1200) * Support string metrics * Fix error in e2e tests 29 May 2020, 03:23:15 UTC
6ae79ca Modify new algorithm service doc (#1198) * Add step to new algorithm service doc to modify check Katib ready script * Add link to script 28 May 2020, 01:58:02 UTC
6e7a1aa Katib v1beta1 version (#1197) * Add v1beta1 version * Swagger for v1alpha3 and v1beta1 versions Fix format in bash scripts * Change make build to make buildv1alpha3 * Add folder path to python test * Fix folder in python test * Add goptuna and darts suggestions to check-katib-ready * Disable custom metrics collector e2e in v1beta1 28 May 2020, 01:54:02 UTC
b4dd083 Add more algorithm settings to DARTS (#1195) * Add more algorithm settings to DARTS * Delete data 22 May 2020, 01:26:38 UTC
b842f45 Fix split metrics in tf event metrics collector (#1191) 19 May 2020, 02:33:36 UTC
7a3a6cb UI: Fix comparison of metric values in Metrics Info Plot (#1192) * Fix compare in trial info plot * Remove parentheses 19 May 2020, 01:43:36 UTC
e77a49f Support one and two NN layers in DARTS (#1185) * Enable to run DARTS for 1 and 2 NN layers * Update prow 15 May 2020, 06:30:58 UTC
5c4624f Revert 1176 PR (String metrics values) (#1189) 15 May 2020, 05:50:59 UTC
8aaf864 Fix Never Resume Policy for Experiment (#1184) * Fix Never Resume Suggestion Add e2e test for never resume * Fix name for never resume in e2e * Add permission on run never resume 14 May 2020, 13:10:23 UTC
131f378 Change scikit-learn version to 0.22.0 (#1187) 14 May 2020, 01:44:22 UTC
99de8f8 DARTS documentation (#1180) * README for DARTS * Fix docs 08 May 2020, 01:43:42 UTC
581562a Unittest for DARTS Suggestion (#1179) * Add unittest for darts * Fix pip * Change chocolate className Change timeout for chocolate test 07 May 2020, 15:11:10 UTC
ad3e326 Build image for DARTS Suggestion (#1178) * Build image for darts Update katib config with darts * Update prow * Fix e2e test 07 May 2020, 02:43:09 UTC
c23f9c6 DARTS Suggestion (#1175) * First commit with darts * Support darts in Katib * Fix problems * Modify darts example * Change num nodes to 4 06 May 2020, 03:13:09 UTC
2d35d55 Support string metrics values in Controller (#1176) * Support strings metric values * Fix tests 05 May 2020, 12:01:08 UTC
58e0764 Delete Suggestion deployment after Experiment is finished (#1150) * Delete Suggestion deployment after Experiment is finished * fix * update * update openapi * fix validator test * refine * add debug info * try to fix * try to fix * try to fix * keep API style consistent * rebase master 30 April 2020, 10:16:18 UTC
3e094f6 ENAS change cuda version to 10.0 (#1172) 29 April 2020, 05:40:25 UTC
93f177f Rename chocolate algorithm names for consistency (#1164) 26 April 2020, 08:11:28 UTC
e06cb27 restructure algorithm configuration for hyperopt_service (#1161) * restructure configuration for hyperopt_service * refine * refine schema_dict of OptimizerConfiguration * transfer code style of validation * remove redundant brackets * format print style change 26 April 2020, 07:31:28 UTC
116f9f0 Refactor suggestion services folder structure (#1166) * Refactor suggestion services folder structure * Move base health service to internal * Rename service and base service files 26 April 2020, 02:45:29 UTC
9155fa7 UI: Suggestion view from Experiment page (#1162) * Suggestion dialog view Change Experiment dialog view to React Ace * Update UI rbac Add style Fix GetAllNasJob Error * Fix style * Fix Prettier 23 April 2020, 18:04:07 UTC
d5ebccd Add support Kubeflow operators to ROADMAP (#1145) * Add support operators to ROADMAP * Rename HP to Common * Add metadata to ROADMAP * Rename operators step * Add step for KFP * Add link to Kubeflow issue 20 April 2020, 16:07:40 UTC
28b92d1 Remove Suggestion Request from Update Suggestion (#1158) * Remove suggestionRequest from updateSuggestion * Fix test 17 April 2020, 16:55:07 UTC
fa7af62 Add cmaes to e2e CI test (#1157) 17 April 2020, 15:25:07 UTC
f48aca6 Build Goptuna Suggestion image in CI (#1154) * Build goptuna in CI * Update prow * Delete Image Pull Policy 17 April 2020, 10:07:07 UTC
df78241 Add CMA-ES example (#1155) 17 April 2020, 09:17:07 UTC
7022d3d ENAS enable to add None values in algorithm settings (#1153) * ENAS enable to add None values as algorithm settings * Delete TODO 17 April 2020, 07:31:07 UTC
dfa4361 Support categorical for Grid (#1149) 16 April 2020, 19:45:07 UTC
109d8f8 katib ui: adapt environment in which cluster role is unavailable (#1141) * katib ui: adapt environments which cluster role is unavailable * use init_fn * fix gofmt * update * fix error message * fallback plan 16 April 2020, 19:07:07 UTC
2238eee Add Goptuna based suggestion service for CMA-ES. (#1131) * Add goptuna dependencies * Implement Goptuna based suggestion service * Add test cases * Validate duplicated parameters * Add test cases * Support step argument * Update vendor files * Support step argument for INT * Use new suggest APIs * Add refactor changes * Apply review feedbacks * Update vendor files * Apply review feedbacks * Fix tests * Add some refactor changes and add code comments * Fix tests * Refactor blank lines of import statements * Provide more algorithm settings * Create goptuna study and search space at first get suggestoins request * Compare trial parameters exactly * Fix isSameTrialParam() and refactor logging 16 April 2020, 17:12:46 UTC
81d1623 enas move check algorithm settings to Validate (#1146) 15 April 2020, 16:48:04 UTC
ad7dc28 Change folder structure for NAS algorithms, rename NASRL to ENAS (#1143) * Init commit * Rename nasrl to enas * Modify docker ignore * Undo changes for nas monitor js * Fix enas cnn docker image name * Rename ENAS in README 14 April 2020, 13:50:13 UTC
eacfa29 Update ENAS Algorithm Settings in Katib UI (#1142) * Update ENAS Algorithm settings * fix controller_baseline_decay name * Add arrowParens to prettier config * Update nascreate 14 April 2020, 13:12:13 UTC
7fa4988 Refactor NAS RL Suggestion (#1134) * Refactor NAS RL * Remove comments * Change format 13 April 2020, 14:53:48 UTC
2a1a811 Fix duplicated imports (#1133) * Avoid star-imports * Add constants 13 April 2020, 13:59:48 UTC
859f665 Remove Anneal from supported algorithms (#1139) 13 April 2020, 12:25:48 UTC
29c896b Refactor file-metricscollector (#1137) 13 April 2020, 11:37:47 UTC
e5bae59 Fix typo in suggestion packages (#1138) 13 April 2020, 10:57:48 UTC
298b8c3 Bump the Go version up to 1.14.2 for Travis CI (#1132) 10 April 2020, 14:51:47 UTC
93f46f2 Implement ValidateAlgorithmSettings for hyperopt (#1130) 09 April 2020, 03:41:44 UTC
ab3dab0 Add ENAS to ROADMAP (#1129) 07 April 2020, 15:47:50 UTC
190aa6e feat: Add 2020 roadmap (#1121) * feat: Add 2020 roadmap Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Address comments in #1121 Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Address comments Signed-off-by: Ce Gao <gaoce@caicloud.io> 07 April 2020, 07:45:43 UTC
241b9a3 Optimize chocolate suggestion (#1116) 07 April 2020, 03:21:43 UTC
back to top