КОМЕНТАРІ •

  • @ANAS-ex3ru
    @ANAS-ex3ru 4 роки тому +1

    I APPRECIATE YOUR WORK AND ONLY SOME PEOPLE ARE MAKING THIS QUARANTINE PRODUCTIVE AND ARE GRINDING SO SHOUTOUT TO ALL.THANX FOR VIDEOS.

  • @cboyda
    @cboyda Рік тому +1

    I find the iloc code too restrictive, especially if you adjust the data later in the game. Instead I prefer to use code like:
    column_names= df.columns
    features = column_names[1:]
    label = column_names[0]
    display(features, label)
    so at any point I can ask/query/return df[label] or df[features] without grid numerical references. This way for future iterations I can add or drop a column and only this section needs to be updated.
    dependent = df[label].values
    independent = df[features].values

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

    Doing god's work providing such knowledge for free♥️🔥

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

    What causes the error found input variables inconsistent with samples [7,5000]

  • @AdarshKumar-sj5dn
    @AdarshKumar-sj5dn 3 роки тому

    Excellent training video. Thank you

  • @hasnain-khan
    @hasnain-khan 4 роки тому

    If i have 1000 rows in dataset. Then how can select first 200 rows for testing and last 800 rows for training instead of select randomly in splitting?

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

    What's random_state exactly for? Why it's equal to 5

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

      Random state accepts a integer value that defines the random selection of data to be splitted into test and train , it can be any number 1,2,34,5......... Its just defines how random you data will be splitted.

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

    Thank you!

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

    How to split image dataset with xtrain n ytrain

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

    sir for splitting the data set where have to store this data set sir. nice video and easy to understand. give your mail id sir

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

    May I have ur mail-id sir

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

    May I have ur mail-id sir