Machine Learning with Scikit Learn | SciPy 2015 Tutorial | Andreas Mueller & Kyle Kastner Part I

แชร์
ฝัง

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

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

    Thank you so much!!! Gone through so many books but didn't understand much..You guys are awesome...Thanks again for posting!!!!!

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

    For text classification see from 2:54:00
    Thanks for uploading this, very useful!

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

    wow!!! great video!!!! so informative, the notebooks are a great tool and the graphs help. The libraries are just fantastic, so easy to start and learn machine learning with no knowledge(besides python and few other stuff that) . for me as a high school student it was great video.

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

    This so wonderful, thanks you so much

  • @enthought
    @enthought  9 ปีที่แล้ว +33

    Tutorial materials may be found here: github.com/amueller/scipy_2015_sklearn_tutorial

    • @davefellows
      @davefellows 9 ปีที่แล้ว

      Enthought Awesome - thanks!

    • @matsuken92
      @matsuken92 9 ปีที่แล้ว

      Enthought Great! Thanks!

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

      I love enthought! Great work by providing tutorials for free and are very helpful for beginners. Thanks a lot! :D

  • @charlestaylor4950
    @charlestaylor4950 9 ปีที่แล้ว

    making that coffee last! Great talk!

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

    Thanks for sharing!

  • @PragyadityaDas94
    @PragyadityaDas94 8 ปีที่แล้ว +1

    This is the best :D

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

    Does anyone faced issues in audio not clear?! Mine lot of interruptions.

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

    1:36:38 - He shuffled the set, he fitted the linear regression and then just checked the score. Shoulden't he predict the y value based on x_train? something like:
    lr = LinearRegression()
    lr.fit(X_train, y_train)
    y_pred_test=lr.predict(X_test)
    He just checked if the machine was trained but he didn't predict anything :\

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

      +gioolioplus then i tried to visualize how bad the prediction was with this:
      y_pred_test=lr.predict(X_test)
      dummyX=np.linspace(0,y_pred_test.shape[0]-1,y_pred_test.shape[0])
      plt.plot(dummyX, np.absolute(y_test-y_pred_test), 'o', label="error")
      Is it correct?

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

    please open subtitles