Recently I asked a question on Stack Overflow detailing an error I'm receiving while trying to use steam with a python pre-processing script. @mstensmo was kind of enough to fix the error but only in the sparseToRowData function. This PR simply adds the string catching to the strMapToRowData function as well. The model I am using (GBM) defaults to strMapToRowData so this uses it in both locations.
Recently I asked a question on Stack Overflow detailing an error I'm receiving while trying to use steam with a python pre-processing script. @mstensmo was kind of enough to fix the error but only in the
sparseToRowData
function. This PR simply adds the string catching to thestrMapToRowData
function as well. The model I am using (GBM) defaults tostrMapToRowData
so this uses it in both locations.