LICENSE
README.md
VERSION
pyproject.toml
s2and/__init__.py
s2and/consts.py
s2and/data.py
s2and/eval.py
s2and/feature_port.py
s2and/featurizer.py
s2and/file_cache.py
s2and/memory_budget.py
s2and/memory_calibration.py
s2and/model.py
s2and/model_pairwise.py
s2and/mp.py
s2and/plotting_utils.py
s2and/production_bundle.py
s2and/production_model.py
s2and/runtime.py
s2and/rust_calls.py
s2and/rust_capabilities.py
s2and/rust_lifecycle.py
s2and/sampling.py
s2and/serialization.py
s2and/shap_utils.py
s2and/subblocking.py
s2and/text.py
s2and/thread_config.py
s2and/warnings_utils.py
s2and.egg-info/PKG-INFO
s2and.egg-info/SOURCES.txt
s2and.egg-info/dependency_links.txt
s2and.egg-info/requires.txt
s2and.egg-info/top_level.txt
s2and/data/first_k_letter_counts_from_orcid.json
s2and/data/path_config.json
s2and/data/production_model_v1.0.pickle
s2and/data/production_model_v1.1.pickle
s2and/data/production_model_v1.2.pickle
s2and/data/s2and_name_tuples.txt
s2and/data/s2and_name_tuples_filtered.txt
s2and/data/s2and_unnormalized_filtered_name_tuples.txt
s2and/data/production_model_v1.21/clusterer.json
s2and/data/production_model_v1.21/manifest.json
s2and/data/production_model_v1.21/incremental_linker/booster.lgb
s2and/data/production_model_v1.21/incremental_linker/metadata.json
s2and/data/production_model_v1.21/pairwise/main.lgb
s2and/data/production_model_v1.21/pairwise/main_prediction_fixture.json
s2and/data/production_model_v1.21/pairwise/metadata.json
s2and/data/production_model_v1.21/pairwise/nameless.lgb
s2and/data/production_model_v1.21/pairwise/nameless_prediction_fixture.json
s2and/data/production_model_v1.21/reproducibility/incremental_linker_training_target.json
s2and/incremental_linking/__init__.py
s2and/incremental_linking/artifact.py
s2and/incremental_linking/contracts.py
s2and/incremental_linking/features.py
s2and/incremental_linking/gate_buckets.py
s2and/incremental_linking/linker_pairwise.py
s2and/incremental_linking/logistic_gate.py
s2and/incremental_linking/production.py
s2and/incremental_linking/query_adapter.py
s2and/incremental_linking/retrieval.py
s2and/incremental_linking/row_features.py
s2and/incremental_linking/runtime.py
s2and/incremental_linking_training/__init__.py
s2and/incremental_linking_training/classic.py
s2and/incremental_linking_training/data_loading.py
s2and/incremental_linking_training/name_counts.py
s2and/incremental_linking_training/query_support.py
s2and/incremental_linking_training/retrieval_policy.py
tests/test_big_block_incremental_cmd.py
tests/test_cluster.py
tests/test_cluster_incremental.py
tests/test_compare_cmd.py
tests/test_compare_python_vs_rust.py
tests/test_consts.py
tests/test_data.py
tests/test_eval.py
tests/test_extract_big_block_dataset.py
tests/test_feature_cache_concurrency.py
tests/test_feature_port_cache.py
tests/test_feature_port_parity.py
tests/test_feature_safe_view.py
tests/test_featurizer.py
tests/test_featurizer_pool_mode_defaults.py
tests/test_file_cache.py
tests/test_hyperopt_integration.py
tests/test_incremental_linking_artifact.py
tests/test_incremental_linking_default_artifact.py
tests/test_incremental_linking_runtime.py
tests/test_ingest_contract.py
tests/test_linker_feature_assembly.py
tests/test_linker_pairwise_aggregates.py
tests/test_linker_runtime_batch.py
tests/test_logging_defaults.py
tests/test_logistic_gate.py
tests/test_materialize_signature_ngrams_python.py
tests/test_memory_budget.py
tests/test_memory_calibration.py
tests/test_memory_telemetry_summary.py
tests/test_model_pairwise_exceptions.py
tests/test_mp.py
tests/test_name_count_semantics.py
tests/test_pair_feature_cache_backend.py
tests/test_plotting_utils.py
tests/test_predict_and_combine.py
tests/test_predict_memory_budget.py
tests/test_preprocess_paper_spawn.py
tests/test_preprocess_papers_parallel_defaults.py
tests/test_production_model.py
tests/test_production_model_cli_flow.py
tests/test_promoted_linker_training_cli.py
tests/test_promoted_minimal_raw_materializer.py
tests/test_promoted_train_calibrate_eval_helpers.py
tests/test_query_adapter.py
tests/test_regression_fixes.py
tests/test_run_ci_locally.py
tests/test_runtime.py
tests/test_rust_batch_chunking.py
tests/test_rust_capabilities.py
tests/test_rust_distance_matrix_blockwise.py
tests/test_rust_from_dataset_contract.py
tests/test_rust_from_json_paths.py
tests/test_rust_lifecycle.py
tests/test_rust_native_ingest_version_gate.py
tests/test_rust_signature_preprocess.py
tests/test_rust_sinonym_json_ingest.py
tests/test_rust_suite_common.py
tests/test_rust_suite_subprocess_import_path.py
tests/test_serialization.py
tests/test_service_json_ingest_contract.py
tests/test_sinonym_detector_lock.py
tests/test_sinonym_overwrite.py
tests/test_specter_pickle_contract.py
tests/test_subblocking_telemetry.py
tests/test_surname_hyphen_aware.py
tests/test_sync_version.py
tests/test_text.py
tests/test_thread_config.py
tests/test_train_pairwise_script.py