https://github.com/jonad/quora_data_analysis
Exploratory data analysis and feature engineering on Quora dataset.
https://github.com/jonad/quora_data_analysis
exploratory-data-analysis feature-extraction numpy pandas python3 quora-dataset
Last synced: 3 months ago
JSON representation
Exploratory data analysis and feature engineering on Quora dataset.
- Host: GitHub
- URL: https://github.com/jonad/quora_data_analysis
- Owner: jonad
- Created: 2017-08-28T16:24:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T01:15:13.000Z (about 8 years ago)
- Last Synced: 2024-12-27T12:09:40.344Z (about 1 year ago)
- Topics: exploratory-data-analysis, feature-extraction, numpy, pandas, python3, quora-dataset
- Language: Jupyter Notebook
- Homepage:
- Size: 25.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project: Exploratory Data Analysis (EDA) and feature engineering on quora dataset.
## Project Overview
In this project, we will do some exploratory data analysis and feature engineering on [quora dataset](https://www.kaggle.com/c/quora-question-pairs/data)
## Software and Libraries
This project requires **Python 3.6** and the following Python libraries installed:
- [NumPy](http://www.numpy.org/)
- [Pandas](http://pandas.pydata.org)
- [matplotlib](http://matplotlib.org/)
## Run
In a terminal or command window, navigate to the top-level project directory `quora_data_analysis/` (that contains this README) and run one of the following commands:
```bash
ipython notebook quora_data_analysis.ipynb
```
or
```bash
jupyter notebook quora_data_analysis.ipynb
```
This will open the Jupyter Notebook software and project file in your browser.