Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
output gets saved to this directory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CESARDELATORRE we don't have this file in C# sample. I think the name outputs itself describes the output files. I feel no need to add this file. Cesar Please add your inputs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put it so the folder gets created even if there's no model .ZIP file in there.. But I agree that this might not be needed. I'll merge it in any case. Thanks! 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was only to force the directory to be created in the repo, following the example of other projects (for example outputs directory of customer segmentation). Though the usual message is typically

This folder is empty until you run the training console app and create/train and save the models as .ZIP files.
Those model .ZIP files should appear in this folder.

Alternatively, could add a .gitignore to force the directory or add a CreateDirectory to the code.