Classification using RStudio

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

ความคิดเห็น • 33

  • @swghavoc
    @swghavoc ปีที่แล้ว

    Outstanding! I understood.

  • @blindcover9682
    @blindcover9682 2 ปีที่แล้ว

    Thank you! How can we have the results in a column matrix instead of a plot? I mean I want the classification as a column so as to see that the first item based on the data set is type A and the classification result was B. But not the confusion matrix, I want to see what type was assigned to each one of the records.

  • @partharajendran8074
    @partharajendran8074 7 ปีที่แล้ว

    Hi @Prabhudev Konana...Thanks for the lessons...I used the same steps for the carseats dataset. My dependent variable is Sales (variables: high/low). I downloaded the 'caret' package and I wanted to run a confusionmatrix to identify the accuracy and precision of the matrix
    However I get an error msg:
    Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called 'sort' on a list?

  • @pe66o
    @pe66o 5 ปีที่แล้ว

    Dear Prabhudev - how can I create a classification tree, when I have dataset as follows - Column1 word , Column 2 frequency of the word in the texts, Column 3 Main class and Column 4 the subclass? Thank you

  • @amaldevp.p5776
    @amaldevp.p5776 2 ปีที่แล้ว

    Which type r version is used for classification

  • @lovehatred009
    @lovehatred009 7 ปีที่แล้ว

    Is there any way that the classification tree can provide information on which variables will provide more accurate classification among given variables ?

  • @deepakr416
    @deepakr416 6 ปีที่แล้ว

    Superb explanation

  • @ronakpadhiyar1468
    @ronakpadhiyar1468 3 ปีที่แล้ว

    Great explaination!!

  • @afifkhaja
    @afifkhaja 6 ปีที่แล้ว

    Hi, would you please provide the wine data set in the ticket description? Thanks!

  • @tanmayeekalaiahgari4705
    @tanmayeekalaiahgari4705 ปีที่แล้ว

    got dataset from uci data repository but first column is not type in that

  • @hodaelsayed1686
    @hodaelsayed1686 8 ปีที่แล้ว

    +Prabhudev Konana what file format should the data file be in? can I import excel sheet data or it should be of specific format?
    Thank you

    • @youkon127
      @youkon127  8 ปีที่แล้ว

      It needs to be in CSV format.

    • @youkon127
      @youkon127  7 ปีที่แล้ว

      I realized the latest version of Rstudio allows you to import Excel spreadsheet. Try read_excel(..) too.

  • @anjalibhalerao6951
    @anjalibhalerao6951 6 ปีที่แล้ว +3

    wine_ctree

  • @AswiniKrishna143
    @AswiniKrishna143 6 ปีที่แล้ว

    testpred is not working what is the problem can you explain it please......

  • @raghulsuresh1997
    @raghulsuresh1997 6 ปีที่แล้ว

    how to give any arbitrary content to predict the wine type

  • @urmayshah6863
    @urmayshah6863 7 ปีที่แล้ว

    please provide the link for the wine.csv .....
    because wine.csv by default in r is only having column names as v1,v2,..............v9

  • @buildaholiczakzak6768
    @buildaholiczakzak6768 6 ปีที่แล้ว

    Can you explain how to do decision tree and neural network in excel with this dataset German credit approval

  • @anshumandash9460
    @anshumandash9460 6 ปีที่แล้ว

    where can I get the wine dataset from?? Please help!!

    • @bagla.gautam
      @bagla.gautam 6 ปีที่แล้ว

      Anshuman Dash you can get the wine dataset from uci data repository site

  • @tanmayeekalaiahgari4705
    @tanmayeekalaiahgari4705 ปีที่แล้ว

    kindly provide csv file

  • @mananbrahmbhatt2744
    @mananbrahmbhatt2744 7 ปีที่แล้ว

    Ctree not founded

    • @youkon127
      @youkon127  7 ปีที่แล้ว

      install package "party"

    • @Ndaginna1
      @Ndaginna1 7 ปีที่แล้ว +1

      Hi, Prabhudev Konana,
      Many thanks for your videos. We are learning slowly but surely.
      ctree is not found in the new R Studio version 3.4.. Can you please explain how to get this?

    • @namojuvijaykumar
      @namojuvijaykumar 7 ปีที่แล้ว

      i'm also getting the same problem
      Error in ctree(myf, data = train.data) : could not find function "ctree"

    • @AswiniKrishna143
      @AswiniKrishna143 6 ปีที่แล้ว

      you are using rstudio or r

    • @momboanouchkacarelle1089
      @momboanouchkacarelle1089 4 ปีที่แล้ว

      @@youkon127 good evening I installed party but I still can't get ctree on Rstudio how to do?