Add Baseline Model Comparison & Improve README#17
Merged
Deepika14145 merged 1 commit intoSep 21, 2025
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Author
|
Hello deepika mam,
I recently compeleted project but i did not got points of my project.
I am requesting you please give me those points i am attaching the screeshot
…On Sun, 21 Sept, 2025, 9:02 pm Deepika Sharma, ***@***.***> wrote:
Merged #17 <#17>
into main.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQJHLGKYQQXPLHCKUIQLTAL3T3AJ7AVCNFSM6AAAAACHBSZJFCVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJZHAZDEOBSGM2DOMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Owner
|
ok let me check |
Author
|
yes please! |
Author
|
any update on this?
…On Mon, Sep 22, 2025 at 8:53 PM Deepika Sharma ***@***.***> wrote:
*Deepika14145* left a comment (Deepika14145/QuickFactChecker#17)
<#17 (comment)>
ok let me check
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQJHLGO4UMU6BSJUVSADKL33UAIANAVCNFSM6AAAAACHBSZJFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGMJZG4YTEMRQGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Owner
|
Hi @vishalsorout0, Points will be updated soon. I have added labels. |
Author
|
thank you soo much! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes - Added scripts/fake_news_logreg_rf.py to compare baseline models (Naive Bayes, Logistic Regression, Random Forest) on the LIAR dataset. - Generated results in results/model_comparison.md and results/comparison.png. - Updated README: - Added Baseline Model Comparison section with example table. - Highlighted Logistic Regression as the best performing model. - Added quick usage instructions for the new script. - Clarified installation steps, including Windows virtual environment instructions. ## Testing - Verified that running python scripts/fake_news_logreg_rf.py generates results correctly. - README renders correctly on GitHub. ## Notes This PR completes the contribution requested: baseline model comparison + documentation improvements.