Is this error happening during a swarm? If so, this means that the input file you're passing into the swarm doesn't match the data description in the swarm file. If the table has 7 columns, the swarm description needs to define them. The error says is expects 5 columns.
--------- Matt Taylor OS Community Flag-Bearer Numenta On Thu, Jun 26, 2014 at 5:54 PM, Joseph Skippings <[email protected]> wrote: > Hello, > > "Exception: Invalid file format for " test_table.csv" - field > type string float float float float float float" not one of ( string, > datetime, int, float, bool). The table has 7 columns, I'm trying test how > this prediction fairs without denoising. > > Sent from my iPhone > Sent from my iPhone > _______________________________________________ > nupic mailing list > [email protected] > http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org >
_______________________________________________ nupic mailing list [email protected] http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
