Skip to content

Dleau/sapience_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sapience news

ML project to predict bias and factualness in news articles.

Interpreter operations

>>> from w2v import MODEL # will import word2vec model
...
>>> import atn # import atn.py
...
>>> from importlib import reload # enables reload of modules
...
>>> reload(atn); atn.main(MODEL, '../database/psample.csv') # reload and run

About

ML project to predict bias and factualness in news articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages