Useful piece of codes about NLP, forecasting, connectors.
This file will become your README and also the index of your documentation.
pip install nbdev
Link to the tutorial: https://nbdev.fast.ai/tutorial/
Link to generate a template https://github.com/fastai/nbdev_template/generate
To create your python module.
Run nbdev_build_lib
from the terminal when anywhere in your project folder.
To create your documentation.
Run nbdev_build_docs
from the terminal when anywhere in your project folder.
To run tests:
nbdev_test_nbs
Link to the NBSVM
notebook
Link to the FastText
notebook.
In this notebook you will see how to use fasttext with UMPAP and HDBSCAN in order to find clusters inside your data.
Link to the BQConnector
Connector
Link to the GCSConnector
Connector
Link to the CatBoost
notebook