Skip to content
Open
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
Expand Up @@ -16,7 +16,7 @@ public partial class Form1 : Form
private string filePath = "";
Tuple<string, string> tup = null;
Dictionary<int, Tuple<string, string>> dict = new Dictionary<int, Tuple<string, string>>();
private static string BaseModelsRelativePath = @"../../../../MLModels";
private static string BaseModelsRelativePath = @"../../../MLModels";
private static string ModelRelativePath1 = $"{BaseModelsRelativePath}/ProductSalesSpikeModel.zip";
private static string ModelRelativePath2 = $"{BaseModelsRelativePath}/ProductSalesChangePointModel.zip";

Expand Down