dawangbaixiaofu / credit

0 stars 0 forks source link

ENH: documentation classifier -- Symptom2Disease #5

Open dawangbaixiaofu opened 9 months ago

dawangbaixiaofu commented 9 months ago

Symptom2Disease is a kaggle competion, link here

dawangbaixiaofu commented 9 months ago

reference: https://github.com/mistralai/mistral-src/blob/main/tutorials/classifier.ipynb

dawangbaixiaofu commented 9 months ago

commit at 2024-2-25 17:00 some questions:

  1. why logistic regression model's performance is better than decision tree classifier?
  2. this is a multi-class classify question, so tree models may not be suitable for this category problem?