sjwhitworth / golearn

Machine Learning for Go
MIT License
9.27k stars 1.19k forks source link

Add support for .tab file-format (using by the data-mining tool Orange) #194

Open linkerlin opened 7 years ago

linkerlin commented 7 years ago

.tab file-format is very simple format three lines head with \t split data body Orange using it for main data-format Could we add a support for it in the golearn?

Sentimentron commented 7 years ago

Would it be possible to produce a basic example of the format to form a test case?

On 30 September 2017 at 01:57, Linker Lin notifications@github.com wrote:

.tab file-format is very simple format three lines head with \t split data body Orange using it for main data-format Could we add a support for it in the golearn?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sjwhitworth/golearn/issues/194, or mute the thread https://github.com/notifications/unsubscribe-auth/ADiPOds0X9er-Mob8kFE8pAj123GGE6Fks5snZIWgaJpZM4PpYUU .