bethatkinson / rpart

Recursive Partitioning and Regression Trees
46 stars 24 forks source link

Twoing splitting rule #15

Closed bgreenwell closed 4 years ago

bgreenwell commented 4 years ago

I know that twoing is not part of rpart, but are there any examples of implementing twoing as a user-written splitting function? Figured I'd ask before going down that rabbit hole on my own.

bethatkinson commented 4 years ago

Not that I’m aware of

From: Brandon Greenwell [mailto:notifications@github.com] Sent: Friday, February 28, 2020 2:32 PM To: bethatkinson/rpart Cc: Subscribed Subject: [EXTERNAL] [bethatkinson/rpart] Twoing splitting rule (#15)

I know that twoing is not part of rpart, but are there any examples of implementing twoing as a user-written splitting function? Figured I'd ask before going down that rabbit hole on my own.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/bethatkinson/rpart/issues/15?email_source=notifications&email_token=ACWQG55PC2TEJV7SGMZEIRLRFFYEDA5CNFSM4K54AJ32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRHD5HA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACWQG5YIONCJASTOM5O2N4DRFFYEDANCNFSM4K54AJ3Q.

bgreenwell commented 4 years ago

Good to know. Thanks for the fast reply!