LICENSE
README.md
VERSION
pyproject.toml
s2and/__init__.py
s2and/arrow_inputs.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_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/array_validation.py
s2and/incremental_linking/artifact.py
s2and/incremental_linking/contracts.py
s2and/incremental_linking/feature_block.py
s2and/incremental_linking/feature_block_arrow.py
s2and/incremental_linking/feature_block_contract.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/policy.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_arrow_batch_lookup_index.py
tests/test_arrow_inputs.py
tests/test_arrow_large_block_runtime.py
tests/test_arrow_production_boundary.py
tests/test_arrow_release_layout.py
tests/test_arrow_schema_contract.py
tests/test_clean_linker_dataset_bundles.py
tests/test_cluster.py
tests/test_cluster_incremental.py
tests/test_compare_cmd.py
tests/test_compare_full_predict_arrow_parity.py
tests/test_compare_graph_subblocking_arrow_quality.py
tests/test_compare_python_vs_rust.py
tests/test_consts.py
tests/test_convert_inference_json_to_arrow.py
tests/test_convert_s2and_mini_to_arrow.py
tests/test_data.py
tests/test_eps_sweep.py
tests/test_eval.py
tests/test_eval_prod_models.py
tests/test_extract_big_block_dataset.py
tests/test_feature_block.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_featurizer_reuse_cmd.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_production.py
tests/test_incremental_linking_runtime.py
tests/test_incremental_linking_training_data_loading.py
tests/test_largest_block_cmd.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_measure_counter_data_cmd.py
tests/test_memory_budget.py
tests/test_memory_calibration.py
tests/test_memory_telemetry_summary.py
tests/test_model_cache.py
tests/test_model_pairwise_exceptions.py
tests/test_mp.py
tests/test_name_count_semantics.py
tests/test_name_counts_index_cleanup.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_prod_inference_cmd.py
tests/test_production_model.py
tests/test_production_model_cli_flow.py
tests/test_promoted_incremental_arrow_profile_cmd.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_raw_block_candidate_plan_arrow.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_lifecycle.py
tests/test_rust_signature_preprocess.py
tests/test_rust_suite_common.py
tests/test_rust_suite_subprocess_import_path.py
tests/test_rust_surface_contract.py
tests/test_sanitize_arrow_replay_bundle.py
tests/test_serialization.py
tests/test_sinonym_detector_lock.py
tests/test_sinonym_overwrite.py
tests/test_stress_rebuild_cmd.py
tests/test_subblocking_merge_candidates.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
tests/test_tutorial_for_predicting_with_the_prod_model.py