Forum: Python Sep 15th, 2007 |
| Replies: 5 Views: 1,874 Oh, wow. So this takes one second to determine the class for each row in the test set? Then it would take me around 18 hours instead of a day and a half to get my results, which is definitely an... |
Forum: Python Sep 14th, 2007 |
| Replies: 5 Views: 1,874 Ah, I was messing around with the code for quite a bit to see if I could get it to run any faster, and that one line is meaningless I think. Just how it was left when I got frustrated with it.
... |
Forum: Python Sep 12th, 2007 |
| Replies: 5 Views: 1,874 I have another problem. Same dataset as before. I have a huge collection of floats. I have a multi-dimensional list. About 37 per list, and over 60,000 lists. So something like: [[16166.00, 4123.15,... |
Forum: Python Sep 9th, 2007 |
| Replies: 7 Views: 4,627 Ah, sorry for not responding to the comments sooner. I've been a bit busy with this and other projects.
vegaseat's eval(n) for n in my_line.split(None) comment worked as I wanted, but it was... |
Forum: Python Sep 6th, 2007 |
| Replies: 7 Views: 4,627 I'm new to Python, and need a bit of help. I have a large data set that is tab delimited but annoyingly also has some extra spaces in it and I can't seem to get it in a nice array to perform... |