Closed keyvan-m-sadeghi closed 11 years ago
Just noticed that this issue might be a duplicate of #4
Closing as duplicate of #4.
You're not doing anything wrong with test_X and test_y. They're for out-of-sample testing. They just need to have the right shapes, which they do in your example.
I changed the example in Readme to:
I was expecting to simply get "predictor_a + predictor_b"
But instead got:
Any idea on how to resolve this?
P.S. I'm not sure that I'm using test_x and test_y correctly, what do they do anyway?
Cheers, K