Python implementation of Information Retrieval classifiers
-
Python3
- Download and install from https://www.python.org/downloads/
-
Libraries Needed
- Numpy
- Scipy
- Matplotlib
- Sklearn
- Jupyter
or simply run
- pip3 install -r requirements.txt in this directory to automatically download and install the required libraries.
- Clone Git repository:
git clone https://github.com/ertzaaafzal/IR-Classifiers.git
- Make sure requirements are satisfied
- Python3
- Required libraries
- Run the script by running
IR-Project.py
or through Jupyter notebookIR-Project.ipynb
- Implementation details are present in the code as comments and in the Jupyter notebook too.
All the datasets have been downloaded from UCI Machine Learning Repository