Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to handle larger dataset for location models #687

Merged

Commits on Jun 23, 2023

  1. add chunking and caching of alt_values

    use feather and pickle for faster loading
    split x_ca processing into idca using chunking_size
    bwentl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7becd2d View commit details
    Browse the repository at this point in the history
  2. add alt_values_to_feather option

    and update comments
    default behavior does not change, to enable use of feather
    and the use of chunking, do this:
    
        # load from original
        model, data = component_model(modelname,
                                      return_data=True,
                                      alt_values_to_feather=True,
                                      chunking_size=chunking_size)
    bwentl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0e5d3bf View commit details
    Browse the repository at this point in the history
  3. format code with black

    bwentl committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    425467e View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge branch 'develop' of https://github.com/ActivitySim/activitysim

    …into location_estimation_patch
    bwentl committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e62f28b View commit details
    Browse the repository at this point in the history
  2. format with black

    bwentl committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    688539e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    17a85ec View commit details
    Browse the repository at this point in the history