Flight Price Prediction Using Python & React JS | Machine Learning | Tailwind CSS | Flask

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

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

  • @gauravwankhede9263
    @gauravwankhede9263 2 месяца назад +1

    what if we use FastAPI instead of Flask?

  • @devilwings8891
    @devilwings8891 Месяц назад

    linear regression
    logistic regression
    clustering
    random forest
    naive byes suggest me your video which have these 5 list out of 5 , 3 should be necessary !!

  • @WAHIDz999
    @WAHIDz999 2 месяца назад

    why no flask?

  • @trinishmario1584
    @trinishmario1584 2 месяца назад

    i added this line: df.groupby('airline')['price'].mean().sort_values().plot(kind = 'bar') but it didnt show plot even i added inline. so i used plt.show() under that line and it shows.

    • @knowledgedoctor3849
      @knowledgedoctor3849  2 месяца назад

      If you run this code in code editor you should use plt.show