├── .gitignore ├── Crawler_ML.py ├── Project Report.pdf ├── README.md ├── best_svr_model.sav ├── withML_brooklyn dodgers.txt ├── withML_election results.txt ├── withoutML_brooklyn dodgers.txt └── withoutML_election results.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/.gitignore -------------------------------------------------------------------------------- /Crawler_ML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/Crawler_ML.py -------------------------------------------------------------------------------- /Project Report.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/Project Report.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/README.md -------------------------------------------------------------------------------- /best_svr_model.sav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/best_svr_model.sav -------------------------------------------------------------------------------- /withML_brooklyn dodgers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/withML_brooklyn dodgers.txt -------------------------------------------------------------------------------- /withML_election results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/withML_election results.txt -------------------------------------------------------------------------------- /withoutML_brooklyn dodgers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/withoutML_brooklyn dodgers.txt -------------------------------------------------------------------------------- /withoutML_election results.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IlyasHabeeb/Machine_Learning_Focused_Crawler/HEAD/withoutML_election results.txt --------------------------------------------------------------------------------