-
Notifications
You must be signed in to change notification settings - Fork 12
1. Updating readme #16
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
base: master
Are you sure you want to change the base?
Conversation
tribuo-classification/README.md
Outdated
| screen. | ||
| This sample can be extended further to tweak the model parameters, based off the evaluation result. The clients can send | ||
| more training data to better train the model. | ||
| The clients can further send out some input data, and the model can predict if the input data tumor is malignant or benign. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this actually possible with the current version of the sample? I thought you could only use it for training and evaluating a model.
Haven't looked at this in a while so apologies if I'm mistaken
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope this says that - "This sample can be extended further to...".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh right, I read this as "This sample can be extended further to tweak the model parameters, based off the evaluation result." ... and then the following sentences you can already do. Maybe it would be clearer to phrase it like
This sample can be extended in a number of ways:
- ...
- ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| This sample can be extended in a number of ways: | ||
| * The clients can tweak the model parameters, based off the evaluation result. The clients can then send |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This sample can be extended in a number of ways: | |
| * The clients can tweak the model parameters, based off the evaluation result. The clients can then send | |
| This sample can be extended in a number of ways: | |
| * Enable the clients to tweak the model parameters, based off the evaluation result. The clients could then send |
| * The clients can tweak the model parameters, based off the evaluation result. The clients can then send | ||
| more training data to better train the model. | ||
| The clients can further send out some input data, and the model can predict if the input data tumor is malignant or benign. | ||
| * The clients can further send out some input data, and the model can predict if the input data tumor is malignant or benign. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * The clients can further send out some input data, and the model can predict if the input data tumor is malignant or benign. | |
| * Enable the clients to send some input data once the model has been trained, to predict whether a tumor is malignant or benign. |
No description provided.