-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After converting via the code, there is nothing in arff file format when I open it with text editor #1
Comments
Hi! Thanks a lot for sharing your work! that was really useful and easy to run, so great job!!! check for comams or blanks and adds single quotes***** commas *****for j in range(0,totalCols): Another little issue I found while trying to use your code is that the .arff created by it was using just the first column as attribute. I solved this by changing a single line of code, so maybe it was a personal issue, not found in other factspecies. I'll post what I've done so that you might look this up as well, shall you feel like it.... Assigns numeric or nominal to each cellfor j in range(1,totalRows): ###[...] for j in range(0,totalCols): I just commented out p = j, and everything runs smoothly now... |
Thank you so much for your comment. I appreciate your help. |
Hi, j00n162!!!
this are the first couple of instances I could think of on the top of my mind, I hope I somehow nailed it, but remember there might be a good amount of reasons why the program does not run properly... About the other question, I'm honestly not sure... sorry... :-/ :-( |
Thank you so much! Your comment was really helpful. Thank you! |
Hello,
Thank you for sharing the code you created.
Like I said in the subject, after I convert csv file to arff file via the code, there is nothing in arff file format when I open it with text editor.
I am wondering if it happens to me only. Would you please help me to solve the issue?
Thank you,
Joon
The text was updated successfully, but these errors were encountered: