How do I select features for Machine Learning?

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ • 220

  • @mustafabohra2070
    @mustafabohra2070 5 років тому +63

    Even google can't provide so exact answer to the feature selection as you have comprehended in 10mins!!!!
    Thank you so much!!!

    • @dataschool
      @dataschool  5 років тому

      You're very welcome! 👍

  • @brianwaweru9089
    @brianwaweru9089 7 місяців тому

    One thing about this guy is that he gives very deep insights which you'll get nowhere else. As much as possible he'll give best practises, I have observed this from way back in the pandas course. Thanks so much Kevin. Please do deep learning and in-depth feature engineering tricks in a future video.

    • @dataschool
      @dataschool  6 місяців тому

      Thank you so much for your kind words! 🙏 And thanks also for your suggestions, I'll keep them in mind!

  • @msnbmnt
    @msnbmnt 2 роки тому +2

    Easily one of the best data science videos on UA-cam.

  • @rockroll28
    @rockroll28 3 роки тому +7

    Unfortunately Most underrated channel on UA-cam.

  • @Tessitura9
    @Tessitura9 4 роки тому +9

    Very concise, right to the point, and no convoluted lingo. Thank you!

  • @KartikeyRiyal
    @KartikeyRiyal 5 років тому +6

    Best school too learn. I am learning it by my self as I I don'have enough bills toh py the fee. I have learned complete pandas from you thanks alooot, fantastic work and bless you

    • @dataschool
      @dataschool  5 років тому

      That's awesome to hear! Good for you!

  • @achmadrifkiraihansyahbagja2113
    @achmadrifkiraihansyahbagja2113 3 роки тому

    Your channel is great!! The videos are great for beginner and people whose English is not their native language because your voice is sooo clearrr to understand.

  • @hadyaasghar7680
    @hadyaasghar7680 5 років тому +15

    Hey, Kevin, your content is great. I did a whole project by taking help solely from your content 😊

    • @dataschool
      @dataschool  5 років тому +1

      That is awesome to hear! Congratulations on your project 🙌

  • @MrDavisv
    @MrDavisv 6 років тому +12

    Thank you so much Kevin! Your response was very succinct and clear! I actually showed your video to my colleagues during our machine learning Friday sessions at work and we all loved it. It was a timely topic for us since we’re all fairly new to building ML models.

    • @dataschool
      @dataschool  6 років тому

      You are very welcome, Davis! Thanks so much for sharing the video with others, and I'm so glad it was helpful!

  • @arzoo_singh
    @arzoo_singh 4 роки тому +4

    Feature selection and labelling is key ,so what steps we can take ?
    1) Focus on question : What does it or you want,there may be so many features what matters to you most then drop the useless features for that project.
    2)Visualize the data and plot .
    3)Backtestting model : If time is not factor try various features and see the output.

  • @datapeek
    @datapeek 2 роки тому +1

    Great tutorial and the way you simplified entire dimensionality reduction aka feature selection is awesome

  • @fet3595
    @fet3595 4 роки тому +5

    1:25
    "Now, why do you want to perform 'Feature Selection' in the first place?"
    The reason you do 'Feature Selection' is because removing irrelevant features results:
    (1) in a better performing model,
    (2) in an easy to understand model, and
    (3) in a model that runs faster.
    "So those are the three reasons for which 'Feature Selection' is useful."

    • @fet3595
      @fet3595 4 роки тому

      I'm glad you like it, thanks.

    • @dataschool
      @dataschool  4 роки тому

      Thanks for pulling out this quote!

  • @lonewolf2547
    @lonewolf2547 6 років тому +3

    This video was by far the best video on feature selection

    • @dataschool
      @dataschool  6 років тому

      Awesome, thanks so much! :)

  • @ahmarhussain8720
    @ahmarhussain8720 9 місяців тому +1

    great explanation. no extra unnecessary stuff

    • @dataschool
      @dataschool  9 місяців тому

      Glad it was helpful!

  • @AnPham-sc6eo
    @AnPham-sc6eo 3 роки тому +1

    It is filled with information and is so easy to venture through. Thank you for making it available to all of us.

  • @david-vr1ty
    @david-vr1ty 4 роки тому +1

    In the presentation from Vishal Patel you are refering there is a workflow presented. I have two questions refering to the workflow (33:00 in the video):
    1. What is the difference between pairwise correlation and multicollinearity. As far as I know to handle multicollinearity different pairwise correlation techniques (like pearson correlation coefficent, chi 2 or VIF) can be used.
    2. Why would you perform either PCA or pairwise correlation/multicollinearity? If performing a PCA on (high) correlated data the output (principle components) still suffer from the (high) correlation eventhough the principle components itselfe are of course not correlated to each other. (imagen you do a PCA on 3 variables and 2 of them are highly correlated)
    Of cource the workflow diagram in the presentation is meant to be flexible as the whol feature selection process is, but could you still provide some thoughts to my questions.
    Many thanks, David

    • @dataschool
      @dataschool  4 роки тому

      These are excellent questions, but beyond what I have time to address in the UA-cam comments... sorry!

  • @bolgorwheat8753
    @bolgorwheat8753 10 місяців тому +1

    Just checked the database and I got 95,000 features after vectorization lol. Seems like I really need this one.

  • @yunes7305
    @yunes7305 3 роки тому +1

    Lot of insights in your lecture. Thanks

  • @marcelaugustoborssatocorta1839
    @marcelaugustoborssatocorta1839 6 років тому +10

    Great video, again. Thanks so much for sharing these valuable tips.

    • @dataschool
      @dataschool  6 років тому

      You're very welcome! Glad it was helpful to you.

  • @rudzanimulaudzi7947
    @rudzanimulaudzi7947 4 роки тому

    Hi Kevin, love the channel. But, there is a big difference between dimension reduction and feature selection. PCA, LCA are dimension reducing, they form part of the preprocessing steps, when you use PCA, the output is not a subset of the original feature set, it's a lower dimension of your data. Feature selection results in a subset of your features, LASSO, Elastic Net, Information Gain, etc are feature reducing. We normally talk about wrapper, embedded and filter methods in feature selection.

    • @dataschool
      @dataschool  4 роки тому +1

      I'm familiar with all these terms, and I respectfully disagree with your point that feature selection is not dimensionality reduction. Dimensionality refers to the number of columns. Reducing that by any means is a reduction of dimensionality. I realize that some people use "dimensionality reduction" to only mean certain methods, but that doesn't change the fact that feature selection reduces the dimensions of your dataset.

  • @ahmedatef5654
    @ahmedatef5654 4 роки тому

    Creative Content Not Reduntant at all Really Helpful

  • @dhristovaddx
    @dhristovaddx 4 роки тому +6

    This is a great video. The way you explain is very easy to understand. Great job! I just have a few questions to ask, if that's okay...
    How do you do feature selection on categorical variables? Is it a good idea to one hot encode them and then for example use the SelectKBest algorithm? (I've read that it isn't because it's not a good idea to remove dummy variables unless you drop only the first one)
    So yeah, are there any special algorithms that you use for feature selection for categorical variables or a mix of categorical and numerical variables in the dataset?
    In practice, do you first do feature selection and then one hot encode the variables?

    • @boejiden7093
      @boejiden7093 3 роки тому

      You can use the top 10 most frequent categories and set everything else as “others”. It’s one work around. Or you can try and rank each of the categories using another feature. Then basically apply ordinal encoding. That way you dont increase the dimensionality and also ensure that even if the model gives more weightage to a category with a larger number, your model is correct because the weightage is already based on another feature from the dataset.

  • @datascienceds7965
    @datascienceds7965 6 років тому +2

    I did Recursive Feature Elimination with Cross Validation and Variance Inflation Factor for dimentionality reduction :-)

    • @dataschool
      @dataschool  6 років тому +1

      Those are two great suggestions - thanks for sharing! :)

    • @datascienceds7965
      @datascienceds7965 6 років тому +1

      @@dataschool you are welcome :-)

    • @ElectronicsInside
      @ElectronicsInside 6 років тому

      @@datascienceds7965 can we use RFE with grid search CV to select no. of features??

    • @datascienceds7965
      @datascienceds7965 6 років тому +1

      @@ElectronicsInside I don't know. I unfamiliar with it.

    • @ElectronicsInside
      @ElectronicsInside 6 років тому

      @@datascienceds7965 Hi Kevin, can you make videos on Time Series analysis with ARMA model, Customer behavior analysis with k means clustering and how to improve your random forest classifier with AdaBoost and Xg boost. Pls make your next videos on these topics.

  • @jovisyang
    @jovisyang 3 роки тому

    Where to find the slides of "a practical guide to dimensionality reduction Vishal Patel " ? Thanks.

  • @atulmishra5892
    @atulmishra5892 3 роки тому +3

    Hi Kevin,
    Great video on feature selection techniques, but i have more complex question for feature selection strategy.
    I have a pool of 2k features and it turns out that according to business knowledge sometimes, the LOW CORRELATED FEATURES are more important than the HIGHLY CORRELATED ones. We use normal Pearson Correlation strategy to select the features but that always gives us the high correlated features when top 10 features are opted for. We need to improve on this and i am exploring SelectKBest Methodology as it helps in checking the significance of the correlation too. What else do you suggest, we can do in order to resolve such kind of issue!?
    Thanks,
    Atul

  • @7810
    @7810 5 років тому

    Awesome lesson! This topic is quite important in text classification while the number of words and phrases extracted from text are somehow overwhelmed.

    • @dataschool
      @dataschool  5 років тому

      Thanks! You might like this video as well: ua-cam.com/video/ZiKMIuYidY0/v-deo.html

  • @meetmeraj2000
    @meetmeraj2000 5 років тому +1

    wonderfully explained!!

  • @djamila920
    @djamila920 5 років тому +1

    easy to understand your explanation thank you !

  • @VeynVerse
    @VeynVerse 5 років тому +2

    Hey, I don't quite get this part
    "Tree based feature selection is only useful if that is your model that you're using or you could theoretically use a tree based model to look at feature importance, and then not actually use a tree based model for your model that you're building."
    Why is it? I think that because of those features are important (using tree based) then we can build a great model using tree based algorithm. Or maybe I am missing something here?

    • @dataschool
      @dataschool  5 років тому +1

      The point is this: You can use a tree-based model to determine feature importance, and those features are important, regardless of which model you decide to use. Hope that helps!

  • @khawjafarhanDataAnalyst
    @khawjafarhanDataAnalyst 5 років тому

    Really good tips for feature selection.

  • @ericae.2258
    @ericae.2258 5 років тому +1

    Hi you are a great teacher, very clear! I´m starting with DS and I want to ask you if you have the video of the presentation to share and deepen the topic of dimensionality reduction, thanks in advance, Kika

    • @dataschool
      @dataschool  5 років тому +1

      Thanks for your kind words! No, I don't have a video on that topic, sorry!

  • @ChetanRane1993
    @ChetanRane1993 5 років тому

    Awesome explaination of concept

  • @TheOnlySaneAmerican
    @TheOnlySaneAmerican 2 роки тому

    this guy embodies the look of a data scientist

  • @rayrivera1830
    @rayrivera1830 4 роки тому

    If you have two features to predict grass growth, like a Date column and a correlating amount of rain column, is that easy for an ML algorithm to understand? Or should you combine them to one column with categories, like "no rain", "little rain" etc. for the past 3 months?

  • @balajee41
    @balajee41 5 років тому +1

    Hey..thanks for the video. Can you make a video on how to identify multicollinearity, correlation etc from the dataset?

    • @dataschool
      @dataschool  5 років тому

      Thanks for your suggestion!

  • @fikiledube6745
    @fikiledube6745 4 роки тому +1

    Thank you for this insightful video. I am curious about whether there is a way to find the inputs that are most influential to the output of an ML model such as ANN. Is there a way to determine this?

    • @valentinfontanger4962
      @valentinfontanger4962 4 роки тому

      Well, you can start by visualizing the data. It all depends on what kind of data you are working for. I highly recommend you to go on kaggle, look for the titanic dataset, and pick the most popular project. You will see how visualizing the data clearly helps choosing the features.

  • @nackyding
    @nackyding 3 роки тому

    Do features have to be stationary when applying ML models to time series data?

  • @ninjawarrior_1602
    @ninjawarrior_1602 5 років тому +1

    Hi can we use feature selections for unsupervised learning Clustering problem,
    where there is no target variable.
    Please let me know I will be highly thankful to you

    • @dataschool
      @dataschool  5 років тому

      I'm not sure, sorry!

    • @ninjawarrior_1602
      @ninjawarrior_1602 4 роки тому +1

      @@dataschool
      Basically i completed the project on this and the best thing u can use for feature selection in such scenarios is looking two parameters i.e variance of a each feature and number of zeroes in each column

  • @beautyandstudyworks3532
    @beautyandstudyworks3532 3 роки тому

    These are different Algorithms to select best features, but how to select the algorithm and when to use each of them? For example: if I have a multi-class classification problem where all the features are numerical and the output is categorical, which feature selection algorithm can I use?

    • @dataschool
      @dataschool  3 роки тому

      Depends on what library you are using. For scikit-learn, see here: scikit-learn.org/stable/modules/feature_selection.html
      Hope that helps!

  • @yuvaraj2457
    @yuvaraj2457 4 роки тому

    Hi Kevin,
    Great respect 4 u. Y haven't u touched unsupervised and reinforcement topics? Expecting it.

  • @suratasvapoositkul8481
    @suratasvapoositkul8481 5 років тому +2

    Hi Kevin! Thanks for a very clear explanation. This video is very useful as I'm very new in machine learning.
    I have one question related to the feature selection. I started learning ML by implementing the decision tree. Most of the online tutorials just put all the features into the decision tree and let the DT select the features by itself. However, what if you have tons of features (let's say 100,000 variables), is it better to perform some feature selection before building the DT model? or it doesn't matter since DT can use Gini to automatically select the potential attribute to the model.

    • @dataschool
      @dataschool  5 років тому +1

      That's a great question! Doing feature selection first is likely to help.

    • @suratasvapoositkul8481
      @suratasvapoositkul8481 5 років тому +1

      @@dataschool Thanks Kevin! I will try to implement it and compare the performance!

  • @saragorzin8797
    @saragorzin8797 6 років тому +1

    Thank you for your great and helpful videos

  • @amrdel2730
    @amrdel2730 5 років тому +1

    i am a phd student from ALGERIA and i d like to thank u for your helpfull vedeos and the effort you put to do them , can i ask you please to show us an example of how to build train and test an adaboost classifier in scikit learn like u did with knn and please can you tell us can we use SVM as a weak learner for adaboost ?? and how to make that weak learner loop in the classifier and compute those params error alpha of the weak learner and weight update ?? thanks in advance sir

    • @dataschool
      @dataschool  5 років тому

      Thanks for your suggestion!

  • @evanchugh4330
    @evanchugh4330 6 років тому +2

    Do you have any tips on how to handle datasets where there is a strong class imbalance? (ie. 95% of class A, 5% of class B?) Thanks, these videos are extremely helpful!

    • @dataschool
      @dataschool  6 років тому +1

      To handle class imbalance, you can try downsampling the majority class, upsampling the minority class, or techniques like SMOTE. Also, make sure you have chosen an appropriate evaluation metric. This video might help if you are doing classification with scikit-learn: ua-cam.com/video/85dtiMz9tSo/v-deo.html
      Glad you like the videos! :)

  • @rulala
    @rulala 3 роки тому

    Like your accent very much, keep going!

  • @adrielcabral6634
    @adrielcabral6634 4 роки тому

    how i can evaluate the correlation between a
    quantitative variable and
    qualitative variable ?

  • @updeshpathak4947
    @updeshpathak4947 4 роки тому

    A big thank to you Brother

  • @ananddeshmukh4939
    @ananddeshmukh4939 5 років тому +1

    the way of Superior teaching!

  • @rdubitsk
    @rdubitsk 4 роки тому

    Aren't there ML libraries that can optimize the features? Ie by running and dropping various features and using that process to optimize features included in final model?

  • @anuragmalhotra3437
    @anuragmalhotra3437 4 роки тому

    Hi Kevin, i am looking for how to create a feature list related to human error during production release. do you have any data which can help in forecast humar error or something looking at some historical incidents and deployement data.

  • @rohitchandanshiv6295
    @rohitchandanshiv6295 5 років тому

    Hi ,
    I have data set which having most of the data is in negative and exponential columns as features for multiclass classification

  • @dineshjoshi4100
    @dineshjoshi4100 2 роки тому

    Hello, Thanks for the explanation. I have one question. My question is, Does using best features helps to reduce the training data sets. Say I do not have a large datasets, but I can make independent variable that is highly corelated with the dependent variable, will it help me reduce my traning data sets. Your response will be highly valuable.

  • @napent
    @napent Рік тому

    Great talk!
    Any thoughts on tsfresh library?

    • @dataschool
      @dataschool  Рік тому

      I'm not familiar with tsfresh, sorry!

    • @napent
      @napent Рік тому

      @@dataschool its a cool way to automatically select and validate features - you might find it really useful

  • @jasontarimo3997
    @jasontarimo3997 5 років тому

    Great one Kevin. When are you going to do one on time series?

    • @dataschool
      @dataschool  5 років тому

      Thanks for the suggestion! You might find these videos to be useful: ua-cam.com/play/PL5-da3qGB5IBITZj_dYSFqnd_15JgqwA6.html

  • @mattmatt245
    @mattmatt245 4 роки тому

    Is this possible to apply a custom loss function in a regression model ? I need to maximize a following function: if [predicted] < [actual] then [predicted] else [-actual]. Would that be possible ? Thanks

  • @kartickshow
    @kartickshow 5 років тому +1

    Hi. Thanks for your nice video. I am from India. I need help.
    If I want to filter data frame based one column with specific value (like: football) where number of times ouwn column value is max. How do I write. Please help.

    • @dataschool
      @dataschool  5 років тому

      I'm sorry, I don't quite understand your question... good luck!

  • @fernandonakamuta1502
    @fernandonakamuta1502 4 роки тому

    Great video!

  • @aivoryuk
    @aivoryuk 3 роки тому

    Very useful video as I have taken over a machine learning project.
    Question if one technique such as correlation with target shows a feature to have little correlation but using say RFE shows it has importance - which should I trust?

    • @dataschool
      @dataschool  3 роки тому

      Great question! It's hard to say - neither of those processes are guaranteed to be a reliable way of estimating the usefulness of a particular feature. That being said, my initial reaction is to trust the RFE score more, but it may depend on the particular situation. Hope that helps!

  • @shadiaelgazzar9195
    @shadiaelgazzar9195 5 років тому

    thnak you for your great video but i have a question : i'm want to use machine learning with econometrics to build a random forest classifier
    which method shouid i use for feature selection

    • @dataschool
      @dataschool  5 років тому

      Hard for me to say, sorry!

  • @esramuab1021
    @esramuab1021 4 роки тому

    could you provide the book you explained it

  • @TheJetcross
    @TheJetcross 4 роки тому

    Dear Evan I would like to do feature selection but my feature are categorical and also countinous is it possible to do 1 technique for the countinous feature and other for categorical? Or I have to convert all the features to categorical because there are total 40 features. I want the best 10.

  • @sudipthazarika7628
    @sudipthazarika7628 5 років тому

    sir, I have a dataset generated from 9 sensors, i.e it has 9 features (columns). if I make a subset of the dataset containing the maximum, minimum and some percentiles of each sensor (features), will it be called feature extraction. the new data set still has 9 features (columns), having less data (rows). if not what can we call it? this has been done to reduce computational cost.

    • @dataschool
      @dataschool  5 років тому

      That's feature engineering!

  • @hikershike4441
    @hikershike4441 3 роки тому

    Great video

  • @niksethi500
    @niksethi500 5 років тому +3

    Nice Sir! Love and Respect from India ❣️

  • @nikhilkenvetil1594
    @nikhilkenvetil1594 5 років тому +1

    So does that mean we *may* do this on every dataset, or is it imperative that we do all of this in all datasets?

    • @dataschool
      @dataschool  5 років тому +1

      You should do it when it's useful, but no, you don't need to do it on every dataset.

  • @syedhamzajamil4490
    @syedhamzajamil4490 4 роки тому

    Sir I learn lot of information about data science to see your videos.but sir i have some doubt about i hope you provide me a best information to remove my doubt.
    Qno1: what is the different between multi-colinearilty and PCA.
    Qno2: Is multi-colinearity and PCA is Same.
    Qno3: Is mulit-colinearity is only used for Regression model.
    Qno4: What are reason we did not used multicolinearity in our classification model

    • @dataschool
      @dataschool  4 роки тому

      Sorry, I can't summarize any of these topics in a UA-cam comment. But they are great questions!

  • @clickethiopia8915
    @clickethiopia8915 5 років тому

    thank you for your nice video and with good presentation and i have question, have data set but the data does not have Labeled and i want to made feature selection for classification? how can i select features for unlabeled data

  • @WaqasAhmed-om8ph
    @WaqasAhmed-om8ph 4 роки тому

    I always appreciate you....

  • @sagar786able
    @sagar786able 5 років тому

    Great video. I learned so much in just one short video that would need a huge number of articles. One question, can you use ensemble models like decision trees and random forest to look at the feature importance and then use it to train another machine learning model (Say logistic regression)? Aren't the feature_importance given by an ensemble technique specific to themselves?

    • @dataschool
      @dataschool  4 роки тому +1

      That's an excellent question! I think you are correct that feature importances are mostly model-specific, but you may still be able to apply that info to other models with some utility. Hope that helps!

  • @tanveerahmedsiddiqi3447
    @tanveerahmedsiddiqi3447 11 місяців тому

    Please demonstrate Features selection techniques in Python or in Matlab

  • @tonyhathuc
    @tonyhathuc 3 роки тому

    Hi, is the presentation available?

  • @PMetheney84
    @PMetheney84 4 роки тому

    Hi. I'm thinking about writing a bachelors thesis about using ML techniques to authenticate users based on keystroke dynamics.
    So you'd have CSV files that would be like: key down at timestamp A key up at timestamp B etc for a number of test subjects.
    This data should then be feature selected and fed to various ML Algorthims.
    I'm trying to picture what the features for this data would even be. LOL. Any ideas?

  • @Analysis317
    @Analysis317 4 роки тому

    Hey Kevin, frist of all thank you sooo much for your videos! They are amazing! I got a little question to pairwise correlation and multicolinearity. If used already pairwise correlation and deleted attribute, which are highly correlated, its also nesscary to do a Multicolinearity test? Or would it be enough to use one of them, and when yes, which you ?

    • @mixalisk.5413
      @mixalisk.5413 3 роки тому

      I have the exact same question. To me 3 (pairwise correlation) & 4 (multicolinearity) are the same thing. I don't see any difference

  • @betanapallisandeepra
    @betanapallisandeepra 3 роки тому

    Thank you

  • @vijjuu0
    @vijjuu0 5 років тому

    hi
    can you please let me know how to start the project in data science for bike sharing in detail with step by step

    • @dataschool
      @dataschool  4 роки тому

      Sorry, I won't be able to help, good luck!

  • @karthik-ex4dm
    @karthik-ex4dm 6 років тому

    I'm working with a 2000 dimension data, Is it ok to use pca to reduce them to 50 and then use forward feature selection to further reduce to 20 or is it ok go from 2000 to 20 using pca itself??
    Is it ok to use 2000 to 20 pca reduction method?

    • @dataschool
      @dataschool  6 років тому +1

      There's no universal answer to how it "should" be done, but I think just using PCA would be preferable.

  • @lydiaaidyl3328
    @lydiaaidyl3328 6 років тому

    I am trying to learn machine learning on my own so I can't quite understand the steps you take. So based on what you said about choosing features, if one wants to eliminate features using forward selection should they know beforehand which algorithm they are going to use and try to do forward selection on the specific algorithm? Or should one do forward selection using logistic/linear regression and then having found the significant variables choose an algorithm (e.g Decision trees, kNN,..)? Thanks in advance.

    • @dataschool
      @dataschool  6 років тому

      Great question! The former is usually a better plan.

    • @lydiaaidyl3328
      @lydiaaidyl3328 6 років тому

      @@dataschool Thanks so much for answering to my question. Can I please ask something more? So if I go with the former plan how am I going to choose which algorithm I want? I ve seen people advising to test all algorithms and see which performs better. Are you advising to test all algorithms having a full model with all features then choose the algorithm and then eliminate features or something else? Sorry I am a beginner and I don't know if I am asking something straight forward that everyone has already figured out..

    • @dataschool
      @dataschool  6 років тому

      No, everyone has definitely not figured this out :) You are asking a great question, but this is not a solved problem. This might be helpful to you: www.dataschool.io/comparing-supervised-learning-algorithms/

    • @lydiaaidyl3328
      @lydiaaidyl3328 6 років тому

      @@dataschool thank you, I love the table you made. I think I am getting into understanding this a bit more.

    • @dataschool
      @dataschool  6 років тому

      Great to hear!

  • @ElectronicsInside
    @ElectronicsInside 6 років тому

    How to work with Plotly and Cufflinks in visual studio code ??

    • @dataschool
      @dataschool  6 років тому +1

      I have no idea, sorry!

    • @ElectronicsInside
      @ElectronicsInside 6 років тому

      ​@@dataschool Can you please make videos on Decision Trees, Random Forests, SVM, Recommender Systems and PCA???

    • @dataschool
      @dataschool  6 років тому

      Thanks for your suggestion!

  • @shaktiranjandev
    @shaktiranjandev 3 роки тому

    great video

  • @kiranachanta9741
    @kiranachanta9741 6 років тому

    Hello Kevin, Can you make a video on finding multicollinearity with VIF using sklearn library or may be with some other library.

    • @dataschool
      @dataschool  6 років тому

      Thanks for your suggestion!

  • @phuccoiinkorea3341
    @phuccoiinkorea3341 6 років тому

    Great post

  • @ayyasamy8730
    @ayyasamy8730 5 років тому

    Good one !!

  • @martinusgrady2380
    @martinusgrady2380 3 роки тому

    how about LDA?

  • @jazminsutcliff4106
    @jazminsutcliff4106 5 років тому

    Thanks dear!

  • @jongcheulkim7284
    @jongcheulkim7284 3 роки тому

    Thank you ^^

  • @spartanghost_17
    @spartanghost_17 2 роки тому

    Why would you skip PCA?

  • @bharadwajchivukula2945
    @bharadwajchivukula2945 5 років тому

    Can you please explain in detail about Onehot encoding various features in detail because it would be helpful for many , Thank you

    • @dataschool
      @dataschool  5 років тому +1

      Thanks for your suggestion!

  • @monuvishwakarma8133
    @monuvishwakarma8133 6 років тому

    Sir,can you make video on data visualizatuin using all distributions of statistics? ?

    • @dataschool
      @dataschool  6 років тому

      Thanks for your suggestion!

  • @owaisfarooqui6485
    @owaisfarooqui6485 4 роки тому

    Thanks for the help .......

  • @jaxayprajapati5597
    @jaxayprajapati5597 4 роки тому

    Can you provide me this presentation ppt for my personal use. Please sir

  • @KhangTran-ml2hm
    @KhangTran-ml2hm 5 років тому

    That speech clarity

  • @dilipgawade9686
    @dilipgawade9686 6 років тому

    Hey Kevin, Thanks for your videos. They are extremely helpful. I have some knowledge on Python and Tableau and would like to switch my career to machine learning. I have been watching many videos on machine learning but confused from where to start. Please guide me how should I learn it stepwise. Thanks

    • @dataschool
      @dataschool  6 років тому +1

      This might be helpful to you: www.dataschool.io/launch-your-data-science-career-with-python/

  • @beautyisinmind2163
    @beautyisinmind2163 2 роки тому

    It would ne more awesome if you had done coding part too

  • @skn180
    @skn180 5 років тому

    another way would be the automated backward elimination with a loop

    • @dataschool
      @dataschool  5 років тому

      That's right - backward selection is another option. Thanks for sharing!

  • @manishsharma2211
    @manishsharma2211 4 роки тому +2

    There's an Indian everywhere. Vishal Patel is an Indian 🤩

    • @tejas8211
      @tejas8211 4 роки тому +1

      Saw you on Krish Naik's channel as well

    • @manishsharma2211
      @manishsharma2211 4 роки тому

      @@tejas8211 yo thanks mate 😀😀

  • @LuminAcademy
    @LuminAcademy Рік тому

    Great

  • @MrBhargavafirst
    @MrBhargavafirst 6 років тому

    could you please share this ppt with us

    • @dataschool
      @dataschool  6 років тому +1

      I'll ask the author of the presentation for permission, and let you know... stay tuned! In the meantime, you can watch his full presentation here: ua-cam.com/video/ioXKxulmwVQ/v-deo.html

    • @dataschool
      @dataschool  6 років тому +2

      Good news, I received permission to share the slides! Here they are: www.slideshare.net/VishalPatel321/feature-reduction-techniques

  • @chanellioos
    @chanellioos 2 роки тому

    Kevin is a G

  • @edmkiller9117
    @edmkiller9117 3 роки тому

    Best one :))

  • @gabiie9839
    @gabiie9839 6 років тому

    XGboost model automatically calculates feature importance

    • @dataschool
      @dataschool  6 років тому

      Great point! That makes sense, since it uses an ensemble of decision trees.