You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed my testing application from loading training data from file (using TextLoader) to loading them from the data objects in memory using CollectionDataSource.
At the very first attempt I forgot to include my training collection to the pipeline (pipline.Add(collection) were missed) and got a very strange error message:
System.InvalidOperationException: 'The following inputs are missing: Var_b9ec7864fc3943e9b9ab9d9b38020e3c'
I guess the error message must be more understandable. Like "No training collection" or something similar.
The text was updated successfully, but these errors were encountered:
korzh
changed the title
The following inputs are missing error message
"The following inputs are missing..." error message
Jun 19, 2018
Issue
I changed my testing application from loading training data from file (using TextLoader) to loading them from the data objects in memory using CollectionDataSource.
At the very first attempt I forgot to include my training collection to the pipeline (
pipline.Add(collection)
were missed) and got a very strange error message:I guess the error message must be more understandable. Like "No training collection" or something similar.
The text was updated successfully, but these errors were encountered: