ML implemented

This commit is contained in:
andrei-mihnea-cerbu
2024-04-12 12:25:08 +03:00
parent adba50e70b
commit 1ff7f51aa6
108 changed files with 958 additions and 131 deletions
@@ -0,0 +1,6 @@
Initializing DiseasePredictor
2024-04-12 11:57:47,966 INFO:Training model
2024-04-12 11:57:48,226 INFO:Training accuracy: 0.77
2024-04-12 11:57:48,226 INFO:Making a prediction
2024-04-12 11:57:48,226 INFO:Extracting features from text
2024-04-12 11:57:48,226 INFO:Tokens extracted: {'Disease': 'No', 'Fever': 'Yes', 'Cough': 'No', 'Fatigue': 'No', 'Difficulty Breathing': 'No', 'Blood Pressure': 'Yes', 'Cholesterol Level': 'No', 'Age': 40, 'Gender': 'Male'}