We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I see the example dataset is here in the demo/classification/titanic/titanic_train.txt, the first 5 lines are:
demo/classification/titanic/titanic_train.txt
0 1 0 1 0 0 0 1 0 1 0 0 1 -0.56136323207 -0.502445171436 1 1 0 0 1 1 0 0 1 0 1 0 0 0.613181832266 0.786845293588 1 0 0 1 0 0 0 1 1 0 0 0 1 -0.267726965986 -0.488854257585 1 1 0 0 1 0 0 1 1 0 1 0 0 0.392954632703 0.420730236069 0 0 0 1 0 0 0 1 0 1 0 0 1 0.392954632703 -0.486337421687
I do not know which is training feature and which is label in each line. Would you please tell me which is the label and feature vector ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I see the example dataset is here in the
demo/classification/titanic/titanic_train.txt
, the first 5 lines are:I do not know which is training feature and which is label in each line. Would you please tell me which is the label and feature vector ?
The text was updated successfully, but these errors were encountered: