Now we're ready to install the library.
pip install etiq
to install the python library. If you're using Conda, the command isconda install etiq
.This will install the latest copy of the library to your computer.
If you want to use our Apache Spark integration, install our etiq-spark package:pip install etiq-spark
We recommend our quickstart guide at https://docs.etiq.ai/quickstart which will get you up and running.
We also have a set of downloadable Jupyter notebooks at https://github.com/ETIQ-AI/ml-testing where you can see how the library can be used with your data and models.
If you're having trouble installing or using the library, please reach out to us and we'll be happy to help.