Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History

citrination_api_examples

Banner logo

API Examples

This folder contains examples (Jupyter notebooks) of how to interface with the Python Citrination Client. You should make sure that you have Python 3 and all packages listed in requirements.txt installed properly.

PyCC capabilities

Contents

  • clients_sequence has a separate Python notebook for each sub-client of the PyCC: DataClient, DataViewsClient, ModelsClient, and SearchClient. There is also a notebook that wraps many of the endpoints together to demonstrate sequential learning.

  • tutorial_sequence has six notebooks organized as a sequence demonstrating the import and usage of DFT data. They discuss how to work with PIFs (including the pypif package), how to build search queries, and how to perform ML on Citrination.

  • The other notebooks demonstrate other important aspects of the Citrination API.

Additional resources