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'm trying to train/predict iris.csv and got problem that can not pass string attributes into Fit since CategoryAttribute is not FloatAttribute. I want to know how to convert "Iris-setosa", "Iris-versicolor" and "Iris-virsinica" into 0, 1, 2 or (0.0, 0.3333, 0.6666). Could you please let me know the way?
I'm trying to train/predict iris.csv and got problem that can not pass string attributes into Fit since CategoryAttribute is not FloatAttribute. I want to know how to convert "Iris-setosa", "Iris-versicolor" and "Iris-virsinica" into 0, 1, 2 or (0.0, 0.3333, 0.6666). Could you please let me know the way?
The text was updated successfully, but these errors were encountered: