-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
enhancementNew feature or requestNew feature or requestuntriagedNew issue has not been triagedNew issue has not been triaged
Description
Note: This is not a direct feature request but some questions, feature requests can be derived from those. I am posting them here since it is the only place I know where actual experienced contributors will answer.
- How can I call the functionality of
mlnet forecastingfrom a C# codefile (something likeRegressionExperimentbut forForeCastBySsa). - How can I pass several features (columns) to
ForeCastBySsa? do I just put them in theIDataViewwhen I callFit? what do I specify in theinputColumnNameparameter? I have tried adding more columns to the IDataView but the results are exactly the same as without the new columns - How do I specify which columns are which type in the same manner we do in
ColumnInformation? Categorical, etc. - Where can I find detailed non scientific documentation on what is the functionality of each parameter in
ForeCastBySsaand how is it actually affects the prediction. I have already searched the official documentation, All-Samples and the source code of TimeSeries class but couldn't find detailed data.
Thanks!
Any help is appreciated :)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuntriagedNew issue has not been triagedNew issue has not been triaged