Authors:
- Jiaxi Chen ([email protected])
- Salauddin Ali Ahmed ([email protected])
- Vrushti Buch ([email protected])
The attached source code only contains one python script. Pre-requisites:
- Python 3
- Any python IDE (we used Spider and Jupyter notebooks using Anaconda)
Please note that this source code does not require any dependencies or environment variables to be set.
The code structure is as follows:
- Importing libraries
- User defined functions
- Data Preparation and Pre-processing
- Vectorization
- Cross Validation
- Error Analysis
Steps to execute the script:
- Install Python 3 (https://www.python.org/download/releases/3.0/) or use homebrew if you are a mac user
- Ensure Python 3 installed properly using the following command
- install - python
- To test if Python is successfully installed, type python on terminal/console.
"You should see the output as below:
Python 3.7.2 (default, Dec 29 2018, 00:00:04)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
"
- Download the "assignment1".py file to your local machine
- Open command prompt (Windows) or terminal (macintosh)
- Enter the command - "python <path_of_the_downloaded py file>"
- For the best results and proper vizualization of charts, we recommend using Spider or Jupyter notebook. Download the program and open it with Jupyter notebook and run the cell.
Deliverables:
- Project Report
- Source Code along with the ReadMe File.
- Results in HTML format
- Presentation
For further questions, feel free to reach us at the e-mail address provided above.