PySpark MLlib Tutorial | Machine Learning on Apache Spark | PySpark Training | Edureka

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

КОМЕНТАРІ • 17

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

    Got a question on the topic? Please share it in the comment section below and our experts will answer it for you. For Edureka PySpark Certification Training Curriculum, Visit the website: bit.ly/2GLH4nk

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

    this presentation help me alot, thx you for sharing

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

    this tutorial best knowledge thank you so much sir becuase i am researcher student.

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

      Hey:) Thank you so much for your sweet words :) Really means a lot ! Glad to know that our content/courses is making you learn better :) Our team is striving hard to give the best content. Keep learning with us -Team Edureka :) Don't forget to like the video and share it with maximum people:) Do subscribe the channel:)

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

    Why do i have to use Apachespark MLlib is python can also do the same job? Are there anything thing that Apache Spark has done to improve on what python and R can do?

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

      Hi Yoruba, Python is a language used for various purposes. Apache Spark on the other hand provides a base for that language (be it python , Java, R or Scala ) to make computations fast and in a parallelized manner. With Apache spark you can do in-memory processing in python language. Cheers!

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

    Sir should I use Oracle with Python

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

      Hi Ayush, Surely you can create High-performance Python applications with Oracle Database. This article will help you to learn more: www.oracle.com/technetwork/database/database-technologies/scripting-languages/python/overview/index.html
      Cheers!

  • @AbdurRahman-rs8em
    @AbdurRahman-rs8em 6 років тому

    IllegalArgumentException: u'Data type string of column instr is not supported. this messages shows when i run this line "final_data= vec_assembler.transform(dataset)"

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

      Hey Abdul, check your call to the function again also refer this docs.microsoft.com/en-us/sql/integration-services/expressions/findstring-ssis-expression?view=sql-server-2017
      Hope this helps!

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

    Can you provide the dataset link

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

      We are happy that Edureka is helping you learn better ! We are happy to have learners like you :) Please share your mail id to share the data sheets :) Do subscribe the channel for more updates : ) Hit the bell icon to never miss an update from our channel : )

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

    Couldn't understood in Hacker prediction that why lesser SSE implies that hackers are not more than 3-4 ?

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

      Hey Vinit, "The idea is that we want a small SSE, but that the SSE tends to decrease toward 0 as we increase k
      So our goal is to choose a small value of k that still has a low SSE, and the elbow usually represents where we start to have diminishing returns by increasing k
      As you can see the values are constantly decreasing
      that means 2 -3 is the elbow point
      so the hackers can't be more than 2-3"
      Hope this helps!

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

    Sir which database is best to use with python

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

      Hi Ayush, There won't be any best DB to use with Python. MySQL, PostgreSQL and Oracle are widely used.
      Happy Learning!