Installation
The url2features codebase is available on Github, and the package is maintained inside the PyPi package manager.
Install the package from PyPi as follows:
pip install url2features
Alternatively, you can access the source code for projit and use it by installing it locally:
git clone https://github.com/getting-data-science-done/url2features.git
cd url2features
python setup.py install
Installation depends on the following packages:
numpy
pandas
sklearn