Data mining challenge

Quote from HowardCohodas:

One of us needs remedial English classes.

I agree that it doesn't have to be.

No problem then. I think that Indrionas is correct about that.
 
I'll take a stab on the 30 bit input 1st.
If #14 is H and #22 is L Target = T 75% success rate.

I didn't spend too much time validating it... just a quick stab.
 
Quote from Indrionas:

There are 3000 rows - 3000 data points.
Each column is one variable. The first column is target variable, the other 300 are input variables.

All variables are binary. For target it's either 1 (true) or 0 (false). For inputs it's 1 (true) or (-1) false.

The challenge is to find a set of patterns that generated this data set.


Your input space contains 2^300 possible distinct values, yet you provide 3000 (< 2^12) exemplars? Any number of functions will generate your mapping. This is a fool's errand.
 
Back
Top