-
Notifications
You must be signed in to change notification settings - Fork 10
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
The source of target variables to train Tissue Classifier #9
Comments
Hi, can you again explain exactly what you are doing with an example? Thanks. |
Target variable y is the predicted class of each voxel from x_predict, which is the flattened image. |
I know that y is the predicted class of each voxel from x_predict. However, How could I get the target variable y from training dataset instead of the predicted one if I would like to retrain tissue classifier? |
Ah, I didn't provide that in this repo. The clf is pretrained. You can create your own new predictor if you wish. |
Excuse me.
I've tried to train tissue classifier, and I've realized how predictor variables are generated. However, I have no idea about the data format and the source of target variables.
Could you explain the data format and the source of target variables?
The text was updated successfully, but these errors were encountered: