dsp-uga / andromeda

This repository contains a Naive Bayes classifier implemented on document classification which is completed on CSCI 8360, Data Science Practicum at the University of Georgia, Spring 2018.
MIT License
4 stars 1 forks source link

[Not a Issue] using issue as a Notepad #39

Closed nihalsoans91 closed 6 years ago

nihalsoans91 commented 6 years ago

Will be putting all commands here which will be transferred to readme etc

nihalsoans91 commented 6 years ago

To submit a job spark-submit p1.py gs://uga-dsp/project1/train/X_train_vsmall.txt gs://uga-dsp/project1/train/y_train_vsmall.txt gs://uga-dsp/project1/test/X_test_vsmall.txt

nihalsoans91 commented 6 years ago

To download the py gsutil cp gs://dataproc-c1d9c6c3-0ca4-4419-b8fa-43f31186fc4b-us-east4/p1.py p1.py

nihalsoans91 commented 6 years ago

Done