The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"Boosted Decision Tree"
Hi,
I am trying to put together a Boosted Decision Tree of the following form:
--> Boosting Algorithm(Ada or Bayesian Boosting... well probably Ada)
-----> Some kind of Decsion Tree (as inner operator)
Now here's the problem with that:
When I use a simple Decision Tree I get the following message: "Input example set has example weights, but the learner will ignore them."
When I use a weight based DT it requires an inner operator, so this seems to be no good choice either?
Does anyone know a way out of this?
I am trying to put together a Boosted Decision Tree of the following form:
--> Boosting Algorithm(Ada or Bayesian Boosting... well probably Ada)
-----> Some kind of Decsion Tree (as inner operator)
Now here's the problem with that:
When I use a simple Decision Tree I get the following message: "Input example set has example weights, but the learner will ignore them."
When I use a weight based DT it requires an inner operator, so this seems to be no good choice either?
Does anyone know a way out of this?
Tagged:
0
Answers
the solution is simple: Ignore the warning. The tree can handle this although notifying this. Will be corrected with the next version.
Greetings,
Sebastian