Machine Learning With Mouse | Orange machine learning

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

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

  • @princee9385
    @princee9385 3 ปีที่แล้ว +1

    impressive. How can you deploy a model built on Orange to web service?

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

      First of all, Thank you very much for your comment. As you can see in the video. we have used the "save widget" to save the model into a pickle file. Which we can load into python-like.
      import pickle
      model = pickle.load(open("my_model.pkcls", "rb"))
      Dear, I can't explain all here. you can understand that. But I have started playlists. I have completed Numpy tutorials. Now pandas tutorials are going on and, at the end of all such tutorials, we will deploy our model (Using Flask/Django) to Heroku like clouds.
      Request you to follow my tutorials. Thank you.
      Video Link: th-cam.com/video/aJijPKiIGOQ/w-d-xo.html
      Also, check the description of the above video, in that, I have provided links to the deployed models. That I have deployed for teaching-learning purposes. Thank you.

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

      @@DataThinkers That was an impressive drag and drop performance. I have tried doing the same here using orange for image classification but the test and score isn't displaying the output even after so many trials and so many attempt using the different training algorithms. Please guide me on this ...thanks,

  • @darbary1
    @darbary1 3 ปีที่แล้ว +1

    how can we use orange for stock market investments

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

      Thanks for your comment. You can compare different ML algorithms on available dataset for stock market investment and finally build the model from best algorithm. You can search dataset on kaggle. 🙏