How to download a Dataset from UCI Machine Learning Repository | Python

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • How to download a Dataset from UCI Machine Learning Repository | Python
    In this video, I will show you how to download data set from UCI Machine Learning Repository using Pandas
    Large Language Model (LLM) - LangChain
    LangChain: • LangChain Tutorial for...
    Large Language Model (LLM) - LlamaIndex
    LlamaIndex: • LlamaIndex Tutorial fo...
    Machine Learning Model Deployment
    ML Model Deployment: • ML Model Deployment us...
    Spark with Python (PySpark)
    PySpark: https: • PySpark with Python
    Data Preprocessing (scikit-learn)
    Data Preprocessing Python: • Data Preprocessing Python
    Social Media Links
    RUclips: / statswire
    Twitter (X) : / statswire
    #llm #ai #genai #generativeai #statswire #pyspark #python #pythonprogramming #pythontutorial #machinelearning #datascience
    #ucidigital #UCIMachineLearningRepository #Pandas

Комментарии • 63

  • @nm-oq1bh
    @nm-oq1bh 3 года назад +8

    Sir, I'm a data science student(beginner). This video is very useful. Thank you so much for this video sir. I want to work with car samples dataset. Where can I find some codes to cleaning and visualisation of the dataset?. could you please help me?

    • @StatsWire
      @StatsWire  3 года назад +1

      You can find the sample car data set here
      gist.github.com/noamross/e5d3e859aa0c794be10b
      You can also find on Kaggle
      www.kaggle.com/jingbinxu/sample-of-car-data
      Here you can find some pandas code to clean the car data set
      www.educative.io/blog/pandas-cheat-sheet
      Here you can find data visualization code in Matplotlib to plot the data
      www.machinelearningplus.com/plots/top-50-matplotlib-visualizations-the-master-plots-python/

    • @nm-oq1bh
      @nm-oq1bh 3 года назад

      @@StatsWire Thanks a bunch sir!!!!!! Thank you soo much

    • @StatsWire
      @StatsWire  3 года назад +1

      @@nm-oq1bh You're welcome. If you need anything else you can write here.

  • @AryanChaurasia10
    @AryanChaurasia10 2 года назад

    Always one of my Indian brother with solution or tutorial thanks Bharata

    • @StatsWire
      @StatsWire  2 года назад

      Haha, thank you for the compliment!

  • @mazharalamsiddiqui6904
    @mazharalamsiddiqui6904 3 года назад +1

    Nice tutorial and beautifully explained

  • @finnyyy8803
    @finnyyy8803 3 года назад +1

    Great explanation. keep up the good works

  • @muhammadgulistan9011
    @muhammadgulistan9011 Год назад

    Hi, Thank you so much for such an informative video. I am new and learning Python please let me know from should I start?

    • @StatsWire
      @StatsWire  Год назад

      Hi Muhammad, you can start from the basics of python like list tuple dictionary, loops, functions and so on.

    • @muhammadgulistan9011
      @muhammadgulistan9011 Год назад

      @@StatsWire Please share some links

  • @pratapkanhar17
    @pratapkanhar17 3 года назад

    This video very helpful me . Thank you so much sir

  • @B4B4GN00SII
    @B4B4GN00SII 2 года назад

    Super helpful! Thank you!!!

  • @josephhariyaram1799
    @josephhariyaram1799 Год назад

    Very usefull. Thanx alot

  • @ninavanleeuwen1183
    @ninavanleeuwen1183 Год назад

    Hello! Thank you for your video! Do you know how UCI stores their data? And do you think UCI is a 'data warehouse' or a 'data lake'? Thank you!

    • @StatsWire
      @StatsWire  Год назад +1

      Hi, not sure about that:)

  • @krishnakoustub3086
    @krishnakoustub3086 3 года назад +1

    hi sir if i use atom for the above pupsose i am not able to see the results can you please help with the above concern

    • @StatsWire
      @StatsWire  3 года назад

      Hi, Sure I will help you. Can you please paste the error?

  • @totohoney9122
    @totohoney9122 Год назад

    Thank you so much. Would you please help me deal with the (Thyroid Disease Data Set)?
    and suggest some preprocessing steps to me 🙏🏻

    • @StatsWire
      @StatsWire  Год назад +1

      Hi, can you please let me know what problems are you facing? For data preprocessing you can watch my playlist on data processing: ruclips.net/p/PLBSCvBlTOLa8_IHxi8x2P9ySJgHWGhppn

    • @totohoney9122
      @totohoney9122 Год назад

      ​@@StatsWire when I follow your steps it's not the same as the data in the video, and not as clear as yours

    • @StatsWire
      @StatsWire  Год назад +1

      @@totohoney9122 If your dataset is different then there might be some changes required in the parameter I guess.

  • @adipurnomo5683
    @adipurnomo5683 3 года назад

    Well explained

  • @psychkid5484
    @psychkid5484 Год назад

    any method to automatically fill those names from .names file. Cause my files has 35 coloumns ?

    • @StatsWire
      @StatsWire  Год назад

      I have not tried that yet.

  • @nixclips3220
    @nixclips3220 Год назад

    thanks, also what is the use of *.names file?

  • @alisyafatimah8908
    @alisyafatimah8908 3 года назад

    Thank you sir

  • @amirhosseinjlz9876
    @amirhosseinjlz9876 Год назад

    Thanks, but what should we do if we have more than 20 or 30 attributes?

    • @StatsWire
      @StatsWire  Год назад

      You will have to modify your code.

    • @amirhosseinjlz9876
      @amirhosseinjlz9876 Год назад

      @@StatsWire thanks for reply but how should i do that?

    • @StatsWire
      @StatsWire  Год назад

      @@amirhosseinjlz9876 I guess you will find some solution on stackoverflow.

  • @kitefrog
    @kitefrog 2 года назад

    What if the subpage is a .zip file instead of the actual file being seen there?

    • @StatsWire
      @StatsWire  2 года назад

      In that case go inside that file first

  • @oubaidas7100
    @oubaidas7100 2 года назад

    thanks

  • @joewow7439
    @joewow7439 2 года назад

    i am confuse by how the changing iris data, like what do you mean launch jupyter notebook? what file did you create?

    • @StatsWire
      @StatsWire  2 года назад

      I meant to say if you want to download any other dataset then instead of giving the iris data name give the other data name and download it

  • @himanshupandey6183
    @himanshupandey6183 2 года назад

    thnx

  • @natnaelbelayneh2162
    @natnaelbelayneh2162 3 года назад

    HOw do I download Jupyter note book i couldn't access it online

    • @StatsWire
      @StatsWire  3 года назад +1

      You will get it along with anaconda. Please download anaconda watching this video : ruclips.net/video/cvBtojru-5E/видео.html

  • @kambhamlakshmipriya8136
    @kambhamlakshmipriya8136 Год назад

    This type data set how handle in sql

    • @StatsWire
      @StatsWire  Год назад

      Connect python with SQL then read it and then import it to SQL.

  • @talibaburagheef9554
    @talibaburagheef9554 2 года назад

    Sir how can download diabetes data it’s tell me error can help me please

    • @StatsWire
      @StatsWire  2 года назад

      Please share the error then I can help you

  • @cloudsurv8799
    @cloudsurv8799 Год назад

    Hello and thank you for this. Please can you help me get the csv files of the link I will send to you now. UCI Machine Learning Repository: Apartment for rent classified Data Set,
    UCI Machine Learning Repository: Productivity Prediction of Garment Employees Data Set and
    UCI Machine Learning Repository: clickstream data for online shopping Data Set . Thank you

    • @StatsWire
      @StatsWire  Год назад

      Hi, you can also manually download the dataset from there our just write the the name in the google and download it from there too.

  • @The_artt_factoryy
    @The_artt_factoryy 2 года назад

    Sir what is the full form of "UCI"?

    • @StatsWire
      @StatsWire  2 года назад +1

      Hi Nikita, full form of UCI is "University of California Irvine"

    • @The_artt_factoryy
      @The_artt_factoryy 2 года назад

      @@StatsWire Thank you

    • @StatsWire
      @StatsWire  2 года назад

      @@The_artt_factoryy You're welcome

  • @helenadivine
    @helenadivine Год назад

    Good coding but awful pronounce

    • @StatsWire
      @StatsWire  Год назад

      Thank you and sorry to hear that

  • @Health.in321
    @Health.in321 Год назад

    Great explanation. keep up the good works

    • @StatsWire
      @StatsWire  Год назад

      Thank you for your kind words.