LICENSE
MANIFEST.in
README.md
dataset_statistics.txt
requirements.txt
setup.py
examples/artifacts/input_acs_validator.json
examples/artifacts/input_geo_validator.json
examples/artifacts/input_predict_validator.json
examples/artifacts/input_validator.json
examples/build/artifacts/input_acs_validator.json
examples/build/artifacts/input_geo_validator.json
examples/build/artifacts/input_predict_validator.json
examples/build/artifacts/input_validator.json
examples/build/artifacts/experiments/test_model_small_data/block_group/model.txt
examples/build/artifacts/experiments/test_model_small_data/block_group/pipe.pkl
examples/build/artifacts/experiments/test_model_small_data/block_group/zrp_model.pkl
examples/build/artifacts/experiments/test_model_small_data/census_tract/model.txt
examples/build/artifacts/experiments/test_model_small_data/census_tract/pipe.pkl
examples/build/artifacts/experiments/test_model_small_data/census_tract/zrp_model.pkl
examples/build/artifacts/experiments/test_model_small_data/zip_code/model.txt
examples/build/artifacts/experiments/test_model_small_data/zip_code/pipe.pkl
examples/build/artifacts/experiments/test_model_small_data/zip_code/zrp_model.pkl
examples/modeling/artifacts/input_validator.json
examples/prepare/artifacts/input_acs_validator.json
examples/prepare/artifacts/input_geo_validator.json
examples/prepare/artifacts/input_predict_validator.json
examples/prepare/artifacts/input_validator.json
tests/data/data_descriptions.json
zrp/__init__.py
zrp/__main__.py
zrp/about.py
zrp/download.py
zrp/validate.py
zrp/zrp.py
zrp.egg-info/PKG-INFO
zrp.egg-info/SOURCES.txt
zrp.egg-info/dependency_links.txt
zrp.egg-info/requires.txt
zrp.egg-info/top_level.txt
zrp.egg-info/.ipynb_checkpoints/PKG-INFO-checkpoint
zrp.egg-info/.ipynb_checkpoints/SOURCES-checkpoint.txt
zrp.egg-info/.ipynb_checkpoints/dependency_links-checkpoint.txt
zrp.egg-info/.ipynb_checkpoints/requires-checkpoint.txt
zrp.egg-info/.ipynb_checkpoints/top_level-checkpoint.txt
zrp/__MACOSX/pipelines/._block_group_pipe.pkl
zrp/__MACOSX/pipelines/._census_tract_pipe.pkl
zrp/__MACOSX/pipelines/._zip_code_pipe.pkl
zrp/data/processed/directionals_mapping.json
zrp/data/processed/inv_state_mapping.json
zrp/data/processed/lookup_tables_config.json
zrp/data/processed/misc_args.json
zrp/data/processed/standard_population_weights.json
zrp/data/processed/state_mapping.json
zrp/data/processed/street_suffix_mapping.json
zrp/data/processed/unit_mapping.json
zrp/data/processed/.ipynb_checkpoints/directionals_mapping-checkpoint.json
zrp/data/processed/.ipynb_checkpoints/inv_state_mapping-checkpoint.json
zrp/data/processed/.ipynb_checkpoints/standard_population_weights-checkpoint.json
zrp/data/processed/.ipynb_checkpoints/state_mapping-checkpoint.json
zrp/data/processed/.ipynb_checkpoints/street_suffix_mapping-checkpoint.json
zrp/data/processed/.ipynb_checkpoints/unit_mapping-checkpoint.json
zrp/modeling/__init__.py
zrp/modeling/feature_list_bg.json
zrp/modeling/feature_list_ct.json
zrp/modeling/feature_list_zp.json
zrp/modeling/performance.py
zrp/modeling/pipeline_builder.py
zrp/modeling/predict.py
zrp/modeling/.ipynb_checkpoints/feature_list_bg-checkpoint.json
zrp/modeling/models/__init__.py
zrp/modeling/models/block_group/__init__.py
zrp/modeling/models/block_group/model.txt
zrp/modeling/models/block_group/src/__init__.py
zrp/modeling/models/block_group/src/acs_scaler.py
zrp/modeling/models/block_group/src/app_fe.py
zrp/modeling/models/block_group/src/app_preprocessor.py
zrp/modeling/models/block_group/src/base_transform.py
zrp/modeling/models/block_group/src/set_key.py
zrp/modeling/models/census_tract/__init__.py
zrp/modeling/models/census_tract/model.txt
zrp/modeling/models/census_tract/src/__init__.py
zrp/modeling/models/census_tract/src/acs_scaler.py
zrp/modeling/models/census_tract/src/app_fe.py
zrp/modeling/models/census_tract/src/app_preprocessor.py
zrp/modeling/models/census_tract/src/base_transform.py
zrp/modeling/models/census_tract/src/set_key.py
zrp/modeling/models/zip_code/__init__.py
zrp/modeling/models/zip_code/model.txt
zrp/modeling/models/zip_code/src/__init__.py
zrp/modeling/models/zip_code/src/acs_scaler.py
zrp/modeling/models/zip_code/src/app_fe.py
zrp/modeling/models/zip_code/src/app_preprocessor.py
zrp/modeling/models/zip_code/src/base_transform.py
zrp/modeling/models/zip_code/src/set_key.py
zrp/modeling/src/__init__.py
zrp/modeling/src/acs_scaler.py
zrp/modeling/src/app_fe.py
zrp/modeling/src/app_preprocessor.py
zrp/modeling/src/base_transform.py
zrp/modeling/src/set_key.py
zrp/prepare/__init__.py
zrp/prepare/acs_lookup.py
zrp/prepare/acs_mapper.py
zrp/prepare/base.py
zrp/prepare/geo_geocoder.py
zrp/prepare/geo_lookup.py
zrp/prepare/prepare.py
zrp/prepare/preprocessing.py
zrp/prepare/utils.py