Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I've tried to test plots from TF-DF after import of YDF saved model. But when trying to call I've added the issue to the #79 previously created as it fall in the same category of other packages not working when imported with ydf. |
Beta Was this translation helpful? Give feedback.
-
Great.
Seems it's not in the wheel even if in the git. I copied it as a workaround and it works. |
Beta Was this translation helpful? Give feedback.
-
Hi,
A few questions about YDF.
Example : if training set is
[1,2,3,4,5,6,7,8,9,10]
and I setvalidation_ratio=0.3
does the train/val are respectively :[1,2,3,4,5,6,7]
and[8,9,10]
?in
[s:0.42281 n:20 np:8 miss:0]
: n is the number of samples, but whatnp
means ? (here it's not the number of positive as I have 10 of each class in this example.What is the score for CART or RF Classifier ? Gini ? Entropy ? Other ?
Is there a way to plot the trees like with sklearn (not the text output but the same as
sklearn.tree.plot_tree()
), so showing the same information (score, samples, feature condition, each class proba, ...) ? or is it planned in the future ? or maybe the simpler is to export model then reimport in tf-df and use DTreeViz ?Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions