This is one of the best videos, if not the best, I've seen on this topic so far. Most people are too focused on code to get deep into the what and how.
@tommyj00593 жыл бұрын
This is GOLD and please keep in mind this metal was created by very big stars.
@gouravkumar90113 ай бұрын
This is amazing. I really like this.
@futureceltic002 ай бұрын
Can we get a linkedin post or video update regarding if these tips are still applicable today? Also, you highly encourage target mean encoding but I think it inherently leaks some information to the training set. Am I wrong to assume that? Thanks and nice video btw.
@iustingeorgevici55094 жыл бұрын
What do you think about boruta based on permutated random forest to help in feature selection. What about some "brute" feature engineering and then boruta, and the most important features "connects" with the dependent variable with a interpretable model like generalized additive models? Thank you
@TScottClendaniel4 жыл бұрын
Unfortunately, I know almost nothing about "boruta," so I can't help you on this one.
@chrstfer2452 Жыл бұрын
Whats funny looking back to this now is that moment google stepped back? That was when they first got BERT to a pre-RLHF GPT-3 level of competence, but the rumor is some execs got spooked and backburnered it. And 2.5ish years on people started unironically intentionally using bing for the first time since they downloaded chrome. I expect those execs got canned but i havent followed closely.
@dinoscheidt3 жыл бұрын
Awesome talk. Very well prepared. Thanks a lot from Berlin
@jonathanhexner3 жыл бұрын
Great talk! Can you please elaborate on the feature selection method you typically use?
@shyamsundarramadoss35673 жыл бұрын
Thanks a lot for a great session. Also, can you pls elaborate on this method of taking the leaves of a decision tree as a new feature?? As far as I know mostly leaves of a decision tree must be either labels (classification) or target numerical values (in cases of regression). But features can be categorical or numeric. But Im not sure whether if this will be after converting categorical to some form of numeric in any of the imputing ways possible. So according to you those feature vectors will be together converted to a single vector after passing them to the fitted decision tree. Am I right? Or is the method something different?
@iustingeorgevici55094 жыл бұрын
Another question : how can we take output of unsupervised algorithms and input them into supervised algorithms?
@TScottClendaniel4 жыл бұрын
You can take the cluster assignment, as in the cluster ID, and use that as a new feature in the supervised algorithm. Thanks for asking!