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
For a labeled data set, can we build a metrics package that calculates how many labels exist, and of which type, and then the system can compute raw accuracy and corrected accuracy.
A secondary question is if we can create a cross validation library that split a single data set into a good cross validation set. Right now we can perform this partitioning based on a random distribution. A more advanced approach would be to make sure that the held-out portion of the data set is a representative sample of the data set.
The text was updated successfully, but these errors were encountered:
For a labeled data set, can we build a metrics package that calculates how many labels exist, and of which type, and then the system can compute raw accuracy and corrected accuracy.
A secondary question is if we can create a cross validation library that split a single data set into a good cross validation set. Right now we can perform this partitioning based on a random distribution. A more advanced approach would be to make sure that the held-out portion of the data set is a representative sample of the data set.
The text was updated successfully, but these errors were encountered: