aymericdamien / TensorFlow-Examples

TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2)
Other
43.44k stars 14.94k forks source link

How to predict labels of unlabelled data using Random Forest classifier? #315

Open ayush7506 opened 5 years ago

ayush7506 commented 5 years ago

I have used the classifier for training my labeled data. How to use it to predict labels of unlabelled data?