Closed robalexclark closed 1 month ago
This issue has been marked needs-author-action
and may be missing some important information.
Hi @robalexclark,
Do you have a sample of what your dataset looks like?
This issue has been automatically marked no-recent-activity
because it has not had any activity for 14 days. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will remove no-recent-activity
.
This issue will now be closed since it had been marked no-recent-activity
but received no further activity in the past 14 days. It is still possible to reopen or comment on the issue, but please note that the issue will be locked if it remains inactive for another 30 days.
I have an AutoML experiment as follows:
The QuoteModel class is:
When I run the experiment it gives the error:
System.ArgumentOutOfRangeException: 'Schema mismatch for label column 'LeadWon': expected Boolean, got Single
If you look at the QuoteModel class, the label column LeadWon is definately a boolean!!
Any ideas why/how it can give this seemingly impossible error?