480Oswego2013 / CSC-HCI-480-2013-repo

8 stars 8 forks source link

Confusion matrix using incorrect response variable on RFParams branch. #4

Closed mkhayes closed 11 years ago

mkhayes commented 11 years ago

To produce this bug use the cars data set. Click "Parsed Data Set" and select the parsed data set. Click "Generate Forest" and choose Classification Variable = "cylinders", number of trees = 10 (I don't think number of trees is relevant). Press generate model. The confusion matrix is displayed with the incorrect response variable (says variable 7 which is year when cylinders is variable 2) , creating an incorrect confusion matrix.

kevinwinahradsky commented 11 years ago

Is this a bug in our code or a bug in h2o code?

mkhayes commented 11 years ago

I don't know I haven't looked into it.

kevinwinahradsky commented 11 years ago

Ok, i will dig into it later.

kevinwinahradsky commented 11 years ago

This should be fixed on your branch now. 7d3eff80798315906a82deaad807ff40f5334650

mkhayes commented 11 years ago

Appears to be fixed, thanks Kevin!