code stringlengths 114 1.05M | path stringlengths 3 312 | quality_prob float64 0.5 0.99 | learning_prob float64 0.2 1 | filename stringlengths 3 168 | kind stringclasses 1
value |
|---|---|---|---|---|---|
from __future__ import annotations
import logging
import os
from dataclasses import dataclass, field
from typing import Iterable
import numpy as np
from sample_id import util
logger = logging.getLogger(__name__)
def from_file(audio_path, id, sr, hop_length=512, feature="sift", dedupe=False, **kwargs) -> Fingerpri... | /sample_id-0.1.27-py3-none-any.whl/sample_id/fingerprint/fingerprint.py | 0.728748 | 0.16043 | fingerprint.py | pypi |
import logging
from typing import Optional, Tuple
import librosa
import numpy as np
from sample_id import audio, fingerprint
logger = logging.getLogger(__name__)
def from_file(audio_path, id, sr, hop_length=512, implementation="vlfeat", **kwargs):
if implementation == "vlfeat":
from sample_id.fingerpri... | /sample_id-0.1.27-py3-none-any.whl/sample_id/fingerprint/sift/sift.py | 0.757391 | 0.150903 | sift.py | pypi |
import logging
import numpy as np
logger = logging.getLogger(__name__)
FLANN_ALGS = ["kdtree", "kmeans", "composite", "lsh", "autotuned"]
CV_ALGS = ["kdtree", "kmeans", "composite", "lsh", "autotuned"]
SKLEARN_ALGS = ["kd_tree", "ball_tree", "brute", "auto"]
def train_matcher(data, algorithm="kdtree"):
# if... | /sample_id-0.1.27-py3-none-any.whl/sample_id/deprecated/deprecated_ann.py | 0.481941 | 0.590602 | deprecated_ann.py | pypi |
class OpenApiException(Exception):
"""The base exception class for all OpenAPIExceptions"""
class ApiTypeError(OpenApiException, TypeError):
def __init__(self, msg, path_to_item=None, valid_classes=None,
key_type=None):
""" Raises an exception for TypeErrors
Args:
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/exceptions.py | 0.769514 | 0.279315 | exceptions.py | pypi |
import asyncio
import logging
import re
import shlex
from functools import reduce
from io import StringIO
from itertools import groupby
from typing import Dict, List, Optional, Any, Tuple, Union
import click
from sample_metadata.model.sample_type import SampleType
from sample_metadata.model.sequence_status import Seq... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/parser/generic_metadata_parser.py | 0.832509 | 0.18101 | generic_metadata_parser.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/paging_links.py | 0.566978 | 0.193471 | paging_links.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sequence_status.py | 0.553626 | 0.236098 | sequence_status.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/new_sample.py | 0.593256 | 0.168823 | new_sample.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sample_type.py | 0.565419 | 0.23895 | sample_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sequence_type.py | 0.570092 | 0.247601 | sequence_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/nested_family.py | 0.599485 | 0.184804 | nested_family.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/family_update_model.py | 0.582966 | 0.172102 | family_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/extra_participant_importer_handler.py | 0.608012 | 0.228404 | extra_participant_importer_handler.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/analysis_status.py | 0.564098 | 0.222827 | analysis_status.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sample_update_model.py | 0.577495 | 0.195325 | sample_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/export_type.py | 0.559049 | 0.248022 | export_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/nested_sequence.py | 0.612657 | 0.204401 | nested_sequence.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sequence_upsert.py | 0.642432 | 0.194808 | sequence_upsert.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/analysis_query_model.py | 0.546254 | 0.197039 | analysis_query_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/participant_update_model.py | 0.542379 | 0.177989 | participant_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/participant_upsert_body.py | 0.592431 | 0.184657 | participant_upsert_body.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sample_batch_upsert_body.py | 0.631026 | 0.201892 | sample_batch_upsert_body.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/analysis_model.py | 0.562297 | 0.187114 | analysis_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/analysis_update_model.py | 0.596081 | 0.203213 | analysis_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/body_get_samples.py | 0.554229 | 0.179315 | body_get_samples.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/body_get_participants.py | 0.572245 | 0.194578 | body_get_participants.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/validation_error.py | 0.588534 | 0.188063 | validation_error.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/body_get_sequences_by_criteria.py | 0.508544 | 0.184584 | body_get_sequences_by_criteria.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sample_batch_upsert.py | 0.586049 | 0.187411 | sample_batch_upsert.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/analysis_type.py | 0.586878 | 0.22792 | analysis_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/new_sequence.py | 0.644561 | 0.202364 | new_sequence.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/project_row.py | 0.477798 | 0.160858 | project_row.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/sequence_update_model.py | 0.574037 | 0.212497 | sequence_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/participant_upsert.py | 0.54698 | 0.164081 | participant_upsert.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/project_summary_response.py | 0.548432 | 0.163279 | project_summary_response.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/nested_sample.py | 0.564939 | 0.172974 | nested_sample.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample-metadata-ms-0.7.1.tar.gz/sample-metadata-ms-0.7.1/sample_metadata/model/http_validation_error.py | 0.603465 | 0.207034 | http_validation_error.py | pypi |
# Sample Metadata
[](https://codecov.io/gh/populationgenomics/sample-metadata)
The sample-metadata system is database that stores **de-identified** metadata.
There are three components to the sample-metada... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/README.md | 0.440469 | 0.89684 | README.md | pypi |
class OpenApiException(Exception):
"""The base exception class for all OpenAPIExceptions"""
class ApiTypeError(OpenApiException, TypeError):
def __init__(self, msg, path_to_item=None, valid_classes=None,
key_type=None):
""" Raises an exception for TypeErrors
Args:
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/exceptions.py | 0.769514 | 0.279315 | exceptions.py | pypi |
import asyncio
import logging
import re
import shlex
from functools import reduce
from io import StringIO
from typing import Dict, List, Optional, Any, Union
import click
from sample_metadata.model.sample_type import SampleType
from sample_metadata.model.sequence_status import SequenceStatus
from sample_metadata.mode... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/parser/generic_metadata_parser.py | 0.839816 | 0.191026 | generic_metadata_parser.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/paging_links.py | 0.566978 | 0.193471 | paging_links.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sequence_status.py | 0.553626 | 0.236098 | sequence_status.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/new_sample.py | 0.593256 | 0.168823 | new_sample.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sample_type.py | 0.565419 | 0.23895 | sample_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sequence_type.py | 0.597373 | 0.229449 | sequence_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/meta_search_entity_prefix.py | 0.588771 | 0.239061 | meta_search_entity_prefix.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/nested_family.py | 0.599485 | 0.184804 | nested_family.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/family_update_model.py | 0.582966 | 0.172102 | family_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/extra_participant_importer_handler.py | 0.608012 | 0.228404 | extra_participant_importer_handler.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/analysis_status.py | 0.564098 | 0.222827 | analysis_status.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sample_update_model.py | 0.568296 | 0.191082 | sample_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/export_type.py | 0.603815 | 0.217587 | export_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/search_response_model.py | 0.611382 | 0.185007 | search_response_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/web_project.py | 0.559771 | 0.178097 | web_project.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/nested_sequence.py | 0.599485 | 0.209268 | nested_sequence.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sequence_upsert.py | 0.538741 | 0.186225 | sequence_upsert.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/analysis_query_model.py | 0.546254 | 0.197039 | analysis_query_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/participant_update_model.py | 0.542379 | 0.177989 | participant_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/error_response.py | 0.611962 | 0.194139 | error_response.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/participant_upsert_body.py | 0.592431 | 0.184657 | participant_upsert_body.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sample_batch_upsert_body.py | 0.631026 | 0.201892 | sample_batch_upsert_body.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/analysis_model.py | 0.562297 | 0.187114 | analysis_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/analysis_update_model.py | 0.596081 | 0.203213 | analysis_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/body_get_samples.py | 0.554229 | 0.179315 | body_get_samples.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/participant_search_response_data.py | 0.570571 | 0.173498 | participant_search_response_data.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/body_get_participants.py | 0.572245 | 0.194578 | body_get_participants.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sample_search_response_data.py | 0.533884 | 0.178311 | sample_search_response_data.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sequence_technology.py | 0.55447 | 0.230248 | sequence_technology.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/validation_error.py | 0.588534 | 0.188063 | validation_error.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/body_get_sequences_by_criteria.py | 0.524395 | 0.181481 | body_get_sequences_by_criteria.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sample_batch_upsert.py | 0.586049 | 0.187411 | sample_batch_upsert.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/search_response.py | 0.584745 | 0.159054 | search_response.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/project.py | 0.529993 | 0.185726 | project.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/analysis_type.py | 0.533884 | 0.229838 | analysis_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/new_sequence.py | 0.590543 | 0.177027 | new_sequence.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/search_response_type.py | 0.557845 | 0.232093 | search_response_type.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/family_search_response_data.py | 0.601945 | 0.175432 | family_search_response_data.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/sequence_update_model.py | 0.565059 | 0.192369 | sequence_update_model.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/participant_upsert.py | 0.54698 | 0.164081 | participant_upsert.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/nested_sample.py | 0.564939 | 0.172974 | nested_sample.py | pypi |
import re # noqa: F401
import sys # noqa: F401
from sample_metadata.model_utils import ( # noqa: F401
ApiTypeError,
ModelComposed,
ModelNormal,
ModelSimple,
cached_property,
change_keys_js_to_python,
convert_js_args_to_python_args,
date,
datetime,
file_type,
none_type,
... | /sample_metadata-5.7.2.tar.gz/sample_metadata-5.7.2/sample_metadata/model/http_validation_error.py | 0.603465 | 0.207034 | http_validation_error.py | pypi |
import json
from pathlib import Path
from typing import Any
from typing import Dict
from typing import List
import numpy as np
from jsonschema import validate
from sample_size.metrics import BaseMetric
from sample_size.metrics import BooleanMetric
from sample_size.metrics import NumericMetric
from sample_size.metrics... | /sample_size-3.0.0.tar.gz/sample_size-3.0.0/sample_size/sample_size_calculator.py | 0.879276 | 0.280672 | sample_size_calculator.py | pypi |
from abc import ABCMeta
from abc import abstractmethod
from typing import Union
import numpy as np
import numpy.typing as npt
from scipy import stats
from statsmodels.stats.power import NormalIndPower
from statsmodels.stats.power import TTestIndPower
class BaseMetric:
__metaclass__ = ABCMeta
mde: float
... | /sample_size-3.0.0.tar.gz/sample_size-3.0.0/sample_size/metrics.py | 0.872517 | 0.597667 | metrics.py | pypi |
from typing import Any
from typing import Collection
from typing import Dict
from typing import List
from sample_size.sample_size_calculator import DEFAULT_ALPHA
METRIC_PARAMETERS = {
"boolean": {"probability": "baseline probability (between 0 and 1)"},
"numeric": {"variance": "variance of the baseline metric... | /sample_size-3.0.0.tar.gz/sample_size-3.0.0/sample_size/scripts/input_utils.py | 0.876661 | 0.574216 | input_utils.py | pypi |
# WeightedStatsCalculator
The WeightedStatsCalculator class is a tool for storing samples and calculating their weighted statistics. It calculates and stores the following statistics measures: weighted mean, weighted standard deviation, and standard error of the mean, for a set of weighted data points.
## Installati... | /sample-statistics-1.0.1.tar.gz/sample-statistics-1.0.1/README.md | 0.807688 | 0.987664 | README.md | pypi |
import logging
import yaml
from sampletester import caserunner
from sampletester import testplan
class Visitor(testplan.Visitor):
def __init__(self, fail_fast=False):
self.run_passed = True
self.fail_fast = fail_fast
self.encountered_failure = False
def start_visit(self):
logging.info("=======... | /sample-tester-0.16.3.tar.gz/sample-tester-0.16.3/sampletester/runner.py | 0.40392 | 0.26009 | runner.py | pypi |
from enum import Enum
import os
import sys
from sampletester import testplan
class Detail(Enum):
NONE=1
BRIEF=2
FULL=3
class SummaryVisitor(testplan.Visitor):
"""Print a (running) summary of test case execution.
The summary is printed with indentation for environments, suites, and
test cases. By defaul... | /sample-tester-0.16.3.tar.gz/sample-tester-0.16.3/sampletester/summary.py | 0.534127 | 0.252744 | summary.py | pypi |
import glob
import itertools
import logging
import os
from functools import reduce
from typing import Set
from sampletester import parser
from sampletester.parser import SCHEMA_TYPE_ABSENT as UNKNOWN_TYPE
from sampletester.sample_manifest import SCHEMA as MANIFEST_SCHEMA
from sampletester.testplan import SCHEMA as TE... | /sample-tester-0.16.3.tar.gz/sample-tester-0.16.3/sampletester/inputs.py | 0.76947 | 0.268018 | inputs.py | pypi |
import importlib
import logging
import os
DEFAULT="tag:sample:invocation,chdir"
__abs_file__ = os.path.abspath(__file__)
__abs_file_path__ = os.path.split(__abs_file__)[0]
# The list of environment creation functions for each of the various conventions
# we discover below.
environment_creators = {}
# We find all t... | /sample-tester-0.16.3.tar.gz/sample-tester-0.16.3/sampletester/convention/__init__.py | 0.530966 | 0.345547 | __init__.py | pypi |
# sample_annn_pkg
- author: laplaciannin102
- date: 2021/06/01
---
## Table of Contents
- [sample_annn_pkg](#sample_annn_pkg)
- [Table of Contents](#table-of-contents)
- [How to install](#how-to-install)
- [Github repository](#github-repository)
- [PyPI repository](#pypi-repository)
- [TestPyPI](#testpy... | /sample_annn_pkg-0.0.28.tar.gz/sample_annn_pkg-0.0.28/docs/how_to_upload_pypi_pkg.md | 0.478285 | 0.943815 | how_to_upload_pypi_pkg.md | pypi |
import math
import matplotlib.pyplot as plt
from .Generaldistribution import Distribution
class Gaussian(Distribution):
""" Gaussian distribution class for calculating and
visualizing a Gaussian distribution.
Attributes:
mean (float) representing the mean value of the distribution
stdev (float) representing ... | /sampled_distributions-0.2.tar.gz/sampled_distributions-0.2/sampled_distributions/Gaussiandistribution.py | 0.688364 | 0.853058 | Gaussiandistribution.py | pypi |
import math
import matplotlib.pyplot as plt
from .Generaldistribution import Distribution
class Gaussian(Distribution):
""" Gaussian distribution class for calculating and
visualizing a Gaussian distribution.
Attributes:
mean (float) representing the mean value of the distribution
stdev (float) representing ... | /sampler_distributions_pkg-0.1.tar.gz/sampler_distributions_pkg-0.1/sampler_distributions_pkg/Gaussiandistribution.py | 0.688364 | 0.853058 | Gaussiandistribution.py | pypi |
from __future__ import print_function, division
import numpy as np
import sounddevice as sd
import samplerate as sr
source_samplerate = 3600
target_samplerate = 44100
converter_type = 'sinc_fastest'
params = {
'mod_amplitude': 1, # Modulation amplitude (Hz)
'mod_frequency': 1, # Modulation frequency (Hz)
... | /samplerate-0.1.0.tar.gz/samplerate-0.1.0/examples/play_modulation.py | 0.920839 | 0.375077 | play_modulation.py | pypi |
# Samplicity v0.5
Samplicity is a command line sample convertion tool created to transform .SFZ sample packs to .XI (Fasttracker 2 eXtended Instrument) format, supported by a number of music creation software. Designed to deal with SunVox music tracker.
Thanks to [Alex Zolotov](http://www.warmplace.ru/) for help and m... | /samplicity-0.5.1.tar.gz/samplicity-0.5.1/README.md | 0.52074 | 0.813572 | README.md | pypi |
<img src="./img/samplics_logo.jpg" align="left" style="height: 110px; border-radius: 10%; padding: 5px;"/>
<h1> Sample Analytics </h1>
[<img src="https://github.com/survey-methods/samplics/workflows/Testing/badge.svg">](https://github.com/survey-methods/samplics/actions?query=workflow%3ATesting)
[<img src="https://... | /samplics-0.4.10.tar.gz/samplics-0.4.10/README.md | 0.822296 | 0.937954 | README.md | pypi |
from concurrent.futures.thread import ThreadPoolExecutor
from concurrent.futures import Future, as_completed
from typing import List, Iterable, Tuple, Optional
from .constraint import SyntaxConstraint
from .constraint.json import valid_json, force_json_schema
from .constraint.one_of import one_of
def _check_token_ba... | /sampling_constraints-0.0.18-py3-none-any.whl/scs/handler.py | 0.86785 | 0.215598 | handler.py | pypi |
from typing import List, Union
from scs.incremental_parse import IncrementalParser, SpecialToken
from . import IncrementalParser, ParseFailure, SpecialToken
class StringMatchParser(IncrementalParser):
def __init__(self, match_string: str = "", nocase: bool = False):
super().__init__()
self.match_... | /sampling_constraints-0.0.18-py3-none-any.whl/scs/incremental_parse/string_match.py | 0.712732 | 0.181444 | string_match.py | pypi |
from enum import Enum
from typing import Dict, Union, Optional, List, Tuple, Iterable
from dataclasses import dataclass
from scs.incremental_parse import IncrementalParser, SpecialToken
from .. import IncrementalParser, ParseFailure, SpecialToken
from ..string_match import StringMatchParser
def isalpha(char: str) -... | /sampling_constraints-0.0.18-py3-none-any.whl/scs/incremental_parse/json/schema.py | 0.76533 | 0.177704 | schema.py | pypi |
from enum import Enum
from typing import Dict, Union, Optional
from copy import deepcopy
from scs.incremental_parse import IncrementalParser
from .. import IncrementalParser, ParseFailure, SpecialToken
class JSONParser(IncrementalParser):
def __init__(
self,
allow_outer_list: bool = True,
... | /sampling_constraints-0.0.18-py3-none-any.whl/scs/incremental_parse/json/__init__.py | 0.838117 | 0.165222 | __init__.py | pypi |
## samplingsimulatorpy
 [](https://codecov.io/gh/UBC-MDS/samplingsimulatorpy) ![Release](https://github.com/UBC-MDS/samplingsimulatorpy/workflows... | /samplingsimulatorpy-0.1.0.tar.gz/samplingsimulatorpy-0.1.0/README.md | 0.923683 | 0.989265 | README.md | pypi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.