EigenB
EigenB
  • 2
  • 43 129
Does ChatGPT have social intelligence? | ChatGPT | Theory of Mind
This video discusses whether ChatGPT have social intelligence with respect to Theory of Mind (ToM) from Psychology.
References:
Sap, M., LeBras, R., Fried, D., & Choi, Y. (2022). Neural theory-of-mind? on the limits of social intelligence in large lms. arXiv preprint arXiv:2210.13312. arxiv.org/pdf/2210.13312.pdf
Le, M., Boureau, Y. L., & Nickel, M. (2019, November). Revisiting the evaluation of theory of mind through question answering. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP) (pp. 5872-5877). aclanthology.org/D19-1598.pdf
Переглядів: 228

Відео

How to remove outliers in Python? | For multiple columns | Step by step ♥
Переглядів 43 тис.3 роки тому
In this video, I demonstrated how to detect, extract, and remove outliers for multiple columns in Python, step by step. Enjoy ♥

КОМЕНТАРІ

  • @AlAhlyLy
    @AlAhlyLy 3 місяці тому

    Hello, I write your code And nothing happend, thank you for the video anyway

  • @kyleroach2581
    @kyleroach2581 3 місяці тому

    This should be titled Pandas ASMR

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

    Every thing is amazing ! , More than very helpful. thank you

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

    where vids mazafaka

  • @nurulfadillah1248
    @nurulfadillah1248 10 місяців тому

    this really helps me, thank you so much!

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

    This video Really help me a lot for outliers. thankful to you and very clean and decent explanation, please do more videos on machine learning. Thanks a lot

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

    You have really good channel. Im glad to watch new videos. You can raise the activity on the channel with G E T 4 V I E W S - no cheating, verified ads

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

    Dear Eigen B, Instead of removing the outliers kindly help to code- how to replace them with mean value of respective column.

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

    Define outliers error is coming

  • @eiso-kant
    @eiso-kant Рік тому

    Great video! Thanks for making this

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

    Great video! Keep up the good work.

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

    Thanks a lot!

  • @user-cc3eu4ng7f
    @user-cc3eu4ng7f Рік тому

    thank great video i have question if i have about 446 feature how can i deal with it like in your example i tried to store the features in a variable X then use your code but it did not work any help please

  • @Christopher-xr9kq
    @Christopher-xr9kq Рік тому

    Wow. Watched entire video. So peaceful. good job!!!!

  • @PulkitKumar-fd8rb
    @PulkitKumar-fd8rb Рік тому

    Instead of removing, how can we impute median values ?

  • @123arskas
    @123arskas Рік тому

    Nice work. Liked the simplicity and the soothing voice + music.

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

    excellent explanation and pace! so calm, will never forget these part #removing outliers

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

    Thanks, can I get the test.csv file?

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

    This is amazing thanks for sharing and such a lovely explanation

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

    ❤❤❤❤

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

    I used the same technique for my dataset but outliers are still persistent any suggestions what to do? I tried rerunning the loop it removed some outliers but that reduced the original dataset i was working on. Anyone has any better suggestions?

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

    Thanks for the help

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

    Genia me ayudaste mucho

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

    great coding but operation should be column wise not row wise, you are removing a possible valid adjacent value by using the index, imagine a large dataset with 500 columns...

  • @ajaykushwaha-je6mw
    @ajaykushwaha-je6mw Рік тому

    Hi Eigen, I need help. I this is my code: def iqr_outlier(df,features): q1 = df[features].quantile(0.25) q3 = df[features].quantile(0.75) iqr = q3-q1 lower_fence = q1-(1.5*iqr) upper_fence = q1+(1.5*iqr) ls = df.index[(df['insulin'] < lower_fence) | (df['insulin'] > upper_fence)] return ls list1 = [] feature = ['insulin','bmi'] for i in feature: list1.extend(iqr_outlier(df,feature)) but i am getting error: ValueError Traceback (most recent call last) <ipython-input-178-5d03f5f1ff7a> in <module>() 2 feature = ['insulin','bmi'] 3 for i in feature: ----> 4 list1.extend(iqr_outlier(df,feature)) 3 frames /usr/local/lib/python3.7/dist-packages/pandas/core/series.py in _cmp_method(self, other, op) 5494 5495 if isinstance(other, Series) and not self._indexed_same(other): -> 5496 raise ValueError("Can only compare identically-labeled Series objects") 5497 5498 lvalues = self._values ValueError: Can only compare identically-labeled Series objects

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

    Excelente video, estuve buscando bastante y tu lo explicaste super bien todo

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

    I am really grateful for this video. I am doing research with my professor. And this is really an essential skill for me to conduct research with him. Thank you so much! I do appreciate your wisdom!

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

    बहुत अच्छा सिखाया बहिनी

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

    No entiendo ingles, pero entendi el video :D

  • @divina.glitch
    @divina.glitch 2 роки тому

    Thanks!

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

    How we can determine the value of the quantile?

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

    Thank you! Your video was really helpful for me :)

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

    Great tutorial

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

    Error: TypeError: Cannot perform 'ror_' with a dtyped [float64] array and scalar of type [bool]

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

    what is ft? here?

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

    Thank you!!!! you are amazing

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

    what will be the output of In[8].. can anyone explain?

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

    great video! One question though: what if you only wanted to drop the outlier values and not the whole row in which the outlier is found?

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

      not possible.. but you can replace outliers with NaN but again.. no point of doing that

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

      It won't be like that; we can't remove only outlier we can remove entire row only.

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

    I was doing something similar, with no results... Guess what: I used & instead of | when finding the lower and upper bounds. Thanks a lot for making this video!

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

    This video is excellent, I tried the method on another data set , it worked a treat.

  • @KP-oi4ee
    @KP-oi4ee 2 роки тому

    index_list = [] for feature in ['feature1', 'feature2']: index_list.extend(outliers(data, feature)) index_list = [] ----- > For this i am getting an error : Boolean array expected for the condition, not float64 , How can i fix it ?

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

      index_list = [] for feature in ['feature1', 'feature2']: index_list.extend(outliers(data, feature)) index_list = [] --> seem to have created two index_list so modify this line as index_list

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

    Sweet voice....Nicely explained.... Thanks

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

    Awesome....Thanks I love the method of teaching and background music

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

    what if data has no outlier. In that case we will loose tiny data? how to know if not outlier removal is needed in big dataset?

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

    Is there any way to replace those outliers rows with upper_bound or lower_bound please help

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

    I loved to watch this video! it goes to the main point, your explanation was very clear and you've taken ur time to avoid letting any detail out. At the beginning I was considering if I should see ur video cause it lasted 13 minutes and I don't like to see videos longer than 5 minutes xd but I'll leave happy cause I've understood this topic and now I'll be able to apply this in futures data cleaning.

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

    Your voice, the music and the explanation: everything is amazing! Thanks a lot ♥

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

    i tried these codes and it doesn't work. it shows(an only compare identically-labeled Series objects)

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

    Could you share your code? Thanks

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

    Thank you so much!