Skip to content

Commit 496681e

Browse files
author
Becca McHenry
committed
update summary tag
1 parent 2f76952 commit 496681e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.ML.AutoML/API/AutoMLExperimentExtension.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)