:mod:`server` ============= .. py:module:: server .. autoapi-nested-parse:: Visualize features of the format analyzer. Module Contents --------------- .. data:: app .. function:: _mapping_to_jsonable(mapping:Mapping[Any, Any]) .. function:: _rules_to_jsonable(rules:Rules, feature_extractor:FeatureExtractor) .. function:: _vnode_to_jsonable(vnode:VirtualNode, labeled_indices:Mapping[int, int]) .. data:: DictOrStr .. function:: _input_matrix_to_descriptions(X_csr:csr_matrix, feature_extractor:FeatureExtractor) .. function:: return_features() Featurize the given code.