File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/Microsoft.ML.AutoML/API Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -258,9 +258,11 @@ public static AutoMLExperiment SetGridSearchTuner(this AutoMLExperiment experime
258258 return experiment ;
259259 }
260260
261+ /// <summary>
261262 /// Set checkpoint folder for <see cref="AutoMLExperiment"/>. The checkpoint folder will be used to save
262263 /// temporary output, run history and many other stuff which will be used for restoring training process
263264 /// from last checkpoint and continue training.
265+ /// </summary>
264266 /// <param name="experiment"><see cref="AutoMLExperiment"/>.</param>
265267 /// <param name="folder">checkpoint folder. This folder will be created if not exist.</param>
266268 /// <returns><see cref="AutoMLExperiment"/></returns>
You can’t perform that action at this time.
0 commit comments