Skip to content

Build a tree using a dataframe #1175

Answered by MaxHalford
preinaj asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there!

The to_dataframe method is really just for introspection. At least, that was our intention. We haven't yet seen a lot of use cases for building a tree from a given structure, but I'll keep it in mind.

Could you not simply replace the model using the clone method? Something like this:

predicting_model = training_model.clone()

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@MaxHalford
Comment options

@preinaj
Comment options

@MaxHalford
Comment options

@preinaj
Comment options

@MaxHalford
Comment options

Answer selected by MaxHalford
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants