synbols.entrypoints package

Submodules

synbols.entrypoints.generate_datasets module

synbols.entrypoints.generate_datasets.entrypoint()
synbols.entrypoints.generate_datasets.main()

synbols.entrypoints.jupyter module

Launch a Jupyter notebook in the Synbols runtime environment

synbols.entrypoints.jupyter.entrypoint()
synbols.entrypoints.jupyter.main()
synbols.entrypoints.jupyter.parse_args()

synbols.entrypoints.run_docker module

synbols.entrypoints.view_dataset module

Script for visualizing dataset statistics.

synbols.entrypoints.view_dataset.entrypoint()
synbols.entrypoints.view_dataset.main()
synbols.entrypoints.view_dataset.map_to_class_id(values)
synbols.entrypoints.view_dataset.parse_args()
synbols.entrypoints.view_dataset.view_split(split_mask, attr_list, attr_keys, name)

Plot an histogram of the marginal for each attribute in attr_keys and each subset specified in split_mask. :param split_mask: An array of the masks for a subset (a split) of dataset. :type split_mask: ndarray :param attr_list: List of the split attributes. :type attr_list: List :param attr_keys: List of the attributes that you want to visualize the dataset stats for. :type attr_keys: List :param name: Name of split that you want to visualize its attributes. :type name: str

Module contents