.. _examples: Usage Examples ============== Examples can be found under the :repo:`notebooks ` folder. Make sure you also install the :repo:`notebook requirements ` as they depend on other packages that are not needed for the library itself. - :repo:`Usage Example ` shows the aforementioned embedding examples, including loading from the schema. - :repo:`Pipeline Example ` shows the interoperability with Scikit-learn's ``Pipeline`` class. - :repo:`Fine Tuning Example ` shows the ability to fine-tune embeddings, and how they can improve the prediction performance. - :repo:`Model Selection Example ` shows how to set up hyper-parameter search using ``RandomizedSearchCV``. - :repo:`Persistence Example ` shows how to persist a TextWiser model.