Skip to content

oubaydos/readme-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readme-classifier

this is a classifier that is used to determine whether a github readme file is "good" or "bad"

this idea behind this project was to change the static classifier found in DevOpsify

score

for now the score for this model is 94%, but i think there could be a problem of overfitting, i will do more tests

example

when given this Readme

test_readme = """
#this readme
"""

it gives

print(predict(test_readme))
# False

so apperently this is a bad readme 😂

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published