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 am in the process of editing this template to match my dataset needs. Most of my data is of type Double, however I have an attribute of type String as well. In Algorithm.scala I have changed the attribute types as shown below
However, when doing pio train it reads the strings for 'LSTAT' in the csv file I imported as null
And I also get the following error as it thinks LSTAT is still a Double.
Anybody know why this is still seeing LSTAT as a Double?
I may have taken the wrong approach to changing the type of attributes that this engine can use when training, if so then what is the best way to edit this template to allow Double and Strings to be used in a dataset.
The text was updated successfully, but these errors were encountered:
I am in the process of editing this template to match my dataset needs. Most of my data is of type Double, however I have an attribute of type String as well. In Algorithm.scala I have changed the attribute types as shown below
However, when doing
pio train
it reads the strings for 'LSTAT' in the csv file I imported as nullAnd I also get the following error as it thinks LSTAT is still a Double.
Anybody know why this is still seeing LSTAT as a Double?
I may have taken the wrong approach to changing the type of attributes that this engine can use when training, if so then what is the best way to edit this template to allow Double and Strings to be used in a dataset.
The text was updated successfully, but these errors were encountered: