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
In a normal operationalized enterprise enviroment you can't really do an update of the software and the custom class each time a new feature is added.
We use sql server machine learning services with microsoftml for hundreds of models and we would like to migrate to ml.net however we need a way to add the training features dynamically without a strongly typed custom class.
Is there any way to use the datatable populated from sql server to be used directly without needing to create a strongly typed class for each model and a column each feature?