Common features#

Note

The AMD tool is a collection of tools, meaning that some aspects of this section may not be applicable. For example, datasets will be in the database for each subtool.

Tool database#

When running a tool, all candidate models and their corresponding files are stored in a tool database. As an example, using the Modelsearch tool with NONMEM for estimation, a tool database might look like this:

modelsearch_dir1/
├── metadata.json
├── models
│   ├── .datasets
│   │   ├── .hash
│   │   │   └── ...
│   │   ├── modelsearch_candidate1.csv
│   │   ├── modelsearch_candidate1.datainfo
│   │   ├── modelsearch_candidate2.csv
│   │   └── modelsearch_candidate2.datainfo
│   ├── modelsearch_candidate1
│   │   ├── modelsearch_candidate1.ext
│   │   ├── modelsearch_candidate1.lst
│   │   ├── modelsearch_candidate1.mod
│   │   ├── modelsearch_candidate1.phi
│   │   ├── mytab_mox1
│   │   ├── nonmem.json
│   │   ├── .pharmpy
│   │   │   └── ...
│   │   ├── stderr
│   │   └── stdout
│   ├── modelsearch_candidate2
│   │   └── ...
│   ├── modelsearch_candidate3
│   │   └── ...
│   └── modelsearch_candidate4
│       └── ...
├── results.csv
└── results.json

The top level modelsearch_dir1/ will contain files relevant for the whole tool, such as metadata and results. The subdirectory models/ will contain subfolders for each model candidate, as well as a directory for all unique datasets from the tool (see Datasets). Each candidate directory will contain the resulting NONMEM files, as well as NONMEM output in stderr and stdout.

Running directory#

Note

This information is for NONMEM runs as it is the only estimation software currently fully supported for running tools.

All tools are run in a temporary directory. This means, when Pharmpy starts a tool, the model candidates and their datasets will be written to the temporary directory, and all estimations will be started there. When model has been estimated, it will be copied to the tool database. The dataset will also be copied to .datasets/ if that dataset has not been stored in the database yet. Which dataset that is copied is dependent on which of the candidate models that have finished running first. See Datasets for more information.

Results#

In general, the result objects will consist of a collection of summary tables. These can be accessed directly in your script:

res = run_modelsearch('ABSORPTION(ZO);PERIPHERALS(1)',
                      'reduced_stepwise',
                      model=start_model,
                      results=start_model_results,
                      iiv_strategy='absorption_delay',
                      rank_type='bic',
                      cutoff=None)
res.summary_models

For a more detailed description of which results are available, please check the documentation for each tool.

Additionally, Pharmpy will create at least two files: results.csv and results.json. The .csv is intended as a way to quickly look over your results, while the .json is a way to recreate the results object. This allows for access to the different summary tables as data frames, and is intended to use to programmatically interact with the results.

res = read_results('path/to/results.json')
res.summary_models

It is also possible to read in models from the Tool database via the pharmpy.tools.retrieve_models() function.

Metadata#

For each tool run, a metadata file metadata.json will be created. This contains information about start- and end time, which options were used, which Pharmpy version etc. Example of metadata-file:

{
    "pharmpy_version": "1.2.0",
    "tool_name": "modelsearch",
    "stats": {
        "start_time": "2024-10-22T13:09:26.160948+02:00",
        "end_time": "2024-10-22T13:09:59.309900+02:00"
    },
    "tool_options": {
        "search_space": "ABSORPTION([FO,ZO]);PERIPHERALS([0,1]);LAGTIME(ON)",
        "algorithm": "reduced_stepwise",
        "iiv_strategy": "absorption_delay",
        "rank_type": "bic",
        "cutoff": null,
        "results": "{\"__version__\": \"1.2.0\", \"ofv\": -1292.1867605123564, \"ofv_iterations\": {\"schema\": {\"fields\": [{\"name\": \"steps\", \"type\": \"integer\"}, {\"name\": \"iteration\", \"type\": \"integer\"}, {\"name\": \"OFV\", \"type\": \"number\"}], \"primaryKey\": [\"steps\", \"iteration\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"steps\": 1, \"iteration\": 0, \"OFV\": 7814.119604168369}, {\"steps\": 1, \"iteration\": 19, \"OFV\": -1292.1867605123564}], \"__class__\": \"Series\"}, \"parameter_estimates\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"estimates\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"POP_CL\", \"estimates\": 24.5328}, {\"index\": \"POP_VC\", \"estimates\": 104.23}, {\"index\": \"POP_MAT\", \"estimates\": 0.433676}, {\"index\": \"IIV_CL\", \"estimates\": 0.481858}, {\"index\": \"IIV_VC\", \"estimates\": 0.593654}, {\"index\": \"IIV_MAT\", \"estimates\": 0.000129949}, {\"index\": \"RUV_PROP\", \"estimates\": 0.209972}], \"__class__\": \"Series\"}, \"parameter_estimates_sdcorr\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"estimates\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"POP_CL\", \"estimates\": 24.5328}, {\"index\": \"POP_VC\", \"estimates\": 104.23}, {\"index\": \"POP_MAT\", \"estimates\": 0.433676}, {\"index\": \"IIV_CL\", \"estimates\": 0.69416}, {\"index\": \"IIV_VC\", \"estimates\": 0.770489}, {\"index\": \"IIV_MAT\", \"estimates\": 0.0113995}, {\"index\": \"RUV_PROP\", \"estimates\": 0.458227}], \"__class__\": \"Series\"}, \"parameter_estimates_iterations\": {\"schema\": {\"fields\": [{\"name\": \"step\", \"type\": \"integer\"}, {\"name\": \"iteration\", \"type\": \"integer\"}, {\"name\": \"POP_CL\", \"type\": \"number\"}, {\"name\": \"POP_VC\", \"type\": \"number\"}, {\"name\": \"POP_MAT\", \"type\": \"number\"}, {\"name\": \"IIV_CL\", \"type\": \"number\"}, {\"name\": \"IIV_VC\", \"type\": \"number\"}, {\"name\": \"IIV_MAT\", \"type\": \"number\"}, {\"name\": \"RUV_PROP\", \"type\": \"number\"}], \"primaryKey\": [\"step\", \"iteration\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"step\": 1, \"iteration\": 0, \"POP_CL\": 10.0, \"POP_VC\": 100.0, \"POP_MAT\": 3.0, \"IIV_CL\": 0.1, \"IIV_VC\": 0.1, \"IIV_MAT\": 0.1, \"RUV_PROP\": 0.1}, {\"step\": 1, \"iteration\": 19, \"POP_CL\": 24.5328, \"POP_VC\": 104.23, \"POP_MAT\": 0.433676, \"IIV_CL\": 0.481858, \"IIV_VC\": 0.593654, \"IIV_MAT\": 0.000129949, \"RUV_PROP\": 0.209972}], \"__class__\": \"DataFrame\"}, \"covariance_matrix\": null, \"correlation_matrix\": null, \"precision_matrix\": null, \"standard_errors\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"SE\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"POP_CL\", \"SE\": null}, {\"index\": \"POP_VC\", \"SE\": null}, {\"index\": \"POP_MAT\", \"SE\": null}, {\"index\": \"IIV_CL\", \"SE\": null}, {\"index\": \"IIV_VC\", \"SE\": null}, {\"index\": \"IIV_MAT\", \"SE\": null}, {\"index\": \"RUV_PROP\", \"SE\": null}], \"__class__\": \"Series\"}, \"standard_errors_sdcorr\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"SE_sdcorr\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"POP_CL\", \"SE_sdcorr\": null}, {\"index\": \"POP_VC\", \"SE_sdcorr\": null}, {\"index\": \"POP_MAT\", \"SE_sdcorr\": null}, {\"index\": \"IIV_CL\", \"SE_sdcorr\": null}, {\"index\": \"IIV_VC\", \"SE_sdcorr\": null}, {\"index\": \"IIV_MAT\", \"SE_sdcorr\": null}, {\"index\": \"RUV_PROP\", \"SE_sdcorr\": null}], \"__class__\": \"Series\"}, \"relative_standard_errors\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"RSE\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"POP_CL\", \"RSE\": null}, {\"index\": \"POP_VC\", \"RSE\": null}, {\"index\": \"POP_MAT\", \"RSE\": null}, {\"index\": \"IIV_CL\", \"RSE\": null}, {\"index\": \"IIV_VC\", \"RSE\": null}, {\"index\": \"IIV_MAT\", \"RSE\": null}, {\"index\": \"RUV_PROP\", \"RSE\": null}], \"__class__\": \"Series\"}, \"minimization_successful\": true, \"minimization_successful_iterations\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"minimization_successful\", \"type\": \"boolean\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 1, \"minimization_successful\": true}], \"__class__\": \"Series\"}, \"estimation_runtime\": 0.1, \"estimation_runtime_iterations\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"estimation_runtime\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 1, \"estimation_runtime\": 0.1}], \"__class__\": \"Series\"}, \"individual_ofv\": {\"schema\": {\"fields\": [{\"name\": \"ID\", \"type\": \"integer\"}, {\"name\": \"iOFV\", \"type\": \"number\"}], \"primaryKey\": [\"ID\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"ID\": 110, \"iOFV\": -27.757117738212596}, {\"ID\": 112, \"iOFV\": -23.659693956918993}, {\"ID\": 113, \"iOFV\": -36.30250340838696}, {\"ID\": 121, \"iOFV\": -30.46432650339884}, {\"ID\": 123, \"iOFV\": -17.03489785529841}, {\"ID\": 124, \"iOFV\": -29.83017598430377}, {\"ID\": 126, \"iOFV\": -18.161070502060255}, {\"ID\": 127, \"iOFV\": -25.30830623329063}, {\"ID\": 128, \"iOFV\": -39.593518766996056}, {\"ID\": 210, \"iOFV\": 73.45108866618784}, {\"ID\": 212, \"iOFV\": -36.297448304415774}, {\"ID\": 213, \"iOFV\": -16.657331275923575}, {\"ID\": 223, \"iOFV\": -26.86790636422737}, {\"ID\": 224, \"iOFV\": -23.38474407699666}, {\"ID\": 225, \"iOFV\": -14.462473572966879}, {\"ID\": 226, \"iOFV\": -18.084052506539773}, {\"ID\": 321, \"iOFV\": -29.537618905425326}, {\"ID\": 322, \"iOFV\": -22.571577470515756}, {\"ID\": 324, \"iOFV\": -39.55227183057257}, {\"ID\": 325, \"iOFV\": -30.260321113966278}, {\"ID\": 326, \"iOFV\": -15.324346924964129}, {\"ID\": 327, \"iOFV\": -11.864847217603312}, {\"ID\": 402, \"iOFV\": -41.78788648909999}, {\"ID\": 405, \"iOFV\": -22.438074449324464}, {\"ID\": 407, \"iOFV\": -28.822414036567572}, {\"ID\": 408, \"iOFV\": -4.7416525947271}, {\"ID\": 410, \"iOFV\": -20.854950318689603}, {\"ID\": 411, \"iOFV\": -28.858814269916444}, {\"ID\": 412, \"iOFV\": 12.119293605195637}, {\"ID\": 414, \"iOFV\": -38.78010264060548}, {\"ID\": 417, \"iOFV\": -26.108006342331773}, {\"ID\": 418, \"iOFV\": -12.084463999868625}, {\"ID\": 420, \"iOFV\": -16.107541469952537}, {\"ID\": 501, \"iOFV\": -41.051749549676316}, {\"ID\": 502, \"iOFV\": -23.975788168633052}, {\"ID\": 503, \"iOFV\": -26.601889353610044}, {\"ID\": 505, \"iOFV\": -16.337252051195144}, {\"ID\": 601, \"iOFV\": -15.329607563706224}, {\"ID\": 602, \"iOFV\": -25.915910642057952}, {\"ID\": 603, \"iOFV\": -26.155356577798734}, {\"ID\": 605, \"iOFV\": -40.15791757439326}, {\"ID\": 606, \"iOFV\": -29.309239203102806}, {\"ID\": 608, \"iOFV\": -24.25925674988165}, {\"ID\": 702, \"iOFV\": -18.68017863281196}, {\"ID\": 703, \"iOFV\": -15.513569872210185}, {\"ID\": 801, \"iOFV\": 3.868586506398302}, {\"ID\": 802, \"iOFV\": -20.381109085894337}, {\"ID\": 804, \"iOFV\": -31.979224761546668}, {\"ID\": 805, \"iOFV\": -34.461144564381385}, {\"ID\": 806, \"iOFV\": -24.531332077570653}, {\"ID\": 807, \"iOFV\": -35.911007626290974}, {\"ID\": 901, \"iOFV\": 96.25113382988735}, {\"ID\": 902, \"iOFV\": -28.351624261809206}, {\"ID\": 903, \"iOFV\": -27.624662846421316}, {\"ID\": 905, \"iOFV\": -33.550632220456386}, {\"ID\": 906, \"iOFV\": -28.610945262076246}, {\"ID\": 907, \"iOFV\": 110.24421854427464}, {\"ID\": 1001, \"iOFV\": -23.230280423883478}, {\"ID\": 1002, \"iOFV\": -9.588942255300452}, {\"ID\": 1003, \"iOFV\": -22.496394702066297}, {\"ID\": 1007, \"iOFV\": -17.582359716262946}, {\"ID\": 1009, \"iOFV\": -13.260673048112748}, {\"ID\": 1010, \"iOFV\": -13.881201577524783}, {\"ID\": 1101, \"iOFV\": 23.78286521326166}, {\"ID\": 1201, \"iOFV\": -19.558235004491628}, {\"ID\": 1202, \"iOFV\": -19.74102560575892}, {\"ID\": 1203, \"iOFV\": -33.539568246274115}, {\"ID\": 1207, \"iOFV\": -28.490183352550552}, {\"ID\": 1403, \"iOFV\": -12.992187029991388}, {\"ID\": 1404, \"iOFV\": -3.169379592613083}, {\"ID\": 1405, \"iOFV\": -17.42665493469631}, {\"ID\": 1406, \"iOFV\": -25.249238648004926}, {\"ID\": 1407, \"iOFV\": -9.44776697043828}], \"__class__\": \"Series\"}, \"individual_estimates\": {\"schema\": {\"fields\": [{\"name\": \"ID\", \"type\": \"integer\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"ID\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"ID\": 110, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 112, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 113, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 121, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 123, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 124, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 126, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 127, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 128, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 210, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 212, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 213, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 223, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 224, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 225, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 226, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 321, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 322, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 324, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 325, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 326, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 327, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 402, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 405, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 407, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 408, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 410, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 411, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 412, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 414, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 417, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 418, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 420, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 501, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 502, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 503, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 505, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 601, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 602, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 603, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 605, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 606, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 608, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 702, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 703, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 801, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 802, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 804, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 805, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 806, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 807, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 901, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 902, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 903, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 905, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 906, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 907, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1001, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1002, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1003, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1007, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1009, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1010, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1101, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1201, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1202, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1203, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1207, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1403, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1404, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1405, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1406, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"ID\": 1407, \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}], \"__class__\": \"DataFrame\"}, \"individual_estimates_covariance\": {\"data\": [{\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}, {\"__class__\": \"DataFrame\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"string\"}, {\"name\": \"ETA_1\", \"type\": \"number\"}, {\"name\": \"ETA_2\", \"type\": \"number\"}, {\"name\": \"ETA_3\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": \"ETA_1\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_2\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}, {\"index\": \"ETA_3\", \"ETA_1\": 0.0, \"ETA_2\": 0.0, \"ETA_3\": 0.0}]}], \"index\": {\"__class__\": \"Index\", \"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"ID\", \"type\": \"integer\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 0, \"ID\": 110}, {\"index\": 1, \"ID\": 112}, {\"index\": 2, \"ID\": 113}, {\"index\": 3, \"ID\": 121}, {\"index\": 4, \"ID\": 123}, {\"index\": 5, \"ID\": 124}, {\"index\": 6, \"ID\": 126}, {\"index\": 7, \"ID\": 127}, {\"index\": 8, \"ID\": 128}, {\"index\": 9, \"ID\": 210}, {\"index\": 10, \"ID\": 212}, {\"index\": 11, \"ID\": 213}, {\"index\": 12, \"ID\": 223}, {\"index\": 13, \"ID\": 224}, {\"index\": 14, \"ID\": 225}, {\"index\": 15, \"ID\": 226}, {\"index\": 16, \"ID\": 321}, {\"index\": 17, \"ID\": 322}, {\"index\": 18, \"ID\": 324}, {\"index\": 19, \"ID\": 325}, {\"index\": 20, \"ID\": 326}, {\"index\": 21, \"ID\": 327}, {\"index\": 22, \"ID\": 402}, {\"index\": 23, \"ID\": 405}, {\"index\": 24, \"ID\": 407}, {\"index\": 25, \"ID\": 408}, {\"index\": 26, \"ID\": 410}, {\"index\": 27, \"ID\": 411}, {\"index\": 28, \"ID\": 412}, {\"index\": 29, \"ID\": 414}, {\"index\": 30, \"ID\": 417}, {\"index\": 31, \"ID\": 418}, {\"index\": 32, \"ID\": 420}, {\"index\": 33, \"ID\": 501}, {\"index\": 34, \"ID\": 502}, {\"index\": 35, \"ID\": 503}, {\"index\": 36, \"ID\": 505}, {\"index\": 37, \"ID\": 601}, {\"index\": 38, \"ID\": 602}, {\"index\": 39, \"ID\": 603}, {\"index\": 40, \"ID\": 605}, {\"index\": 41, \"ID\": 606}, {\"index\": 42, \"ID\": 608}, {\"index\": 43, \"ID\": 702}, {\"index\": 44, \"ID\": 703}, {\"index\": 45, \"ID\": 801}, {\"index\": 46, \"ID\": 802}, {\"index\": 47, \"ID\": 804}, {\"index\": 48, \"ID\": 805}, {\"index\": 49, \"ID\": 806}, {\"index\": 50, \"ID\": 807}, {\"index\": 51, \"ID\": 901}, {\"index\": 52, \"ID\": 902}, {\"index\": 53, \"ID\": 903}, {\"index\": 54, \"ID\": 905}, {\"index\": 55, \"ID\": 906}, {\"index\": 56, \"ID\": 907}, {\"index\": 57, \"ID\": 1001}, {\"index\": 58, \"ID\": 1002}, {\"index\": 59, \"ID\": 1003}, {\"index\": 60, \"ID\": 1007}, {\"index\": 61, \"ID\": 1009}, {\"index\": 62, \"ID\": 1010}, {\"index\": 63, \"ID\": 1101}, {\"index\": 64, \"ID\": 1201}, {\"index\": 65, \"ID\": 1202}, {\"index\": 66, \"ID\": 1203}, {\"index\": 67, \"ID\": 1207}, {\"index\": 68, \"ID\": 1403}, {\"index\": 69, \"ID\": 1404}, {\"index\": 70, \"ID\": 1405}, {\"index\": 71, \"ID\": 1406}, {\"index\": 72, \"ID\": 1407}]}, \"name\": null, \"dtype\": \"object\", \"__class__\": \"Series[DataFrame]\"}, \"residuals\": null, \"predictions\": null, \"derivatives\": null, \"runtime_total\": 4.0, \"termination_cause\": null, \"termination_cause_iterations\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"termination_cause\", \"type\": \"string\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 1, \"termination_cause\": null}], \"__class__\": \"Series\"}, \"function_evaluations\": 149, \"function_evaluations_iterations\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"function_evaluations\", \"type\": \"integer\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 1, \"function_evaluations\": 149}], \"__class__\": \"Series\"}, \"significant_digits\": 3.8, \"significant_digits_iterations\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"significant_digits\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 1, \"significant_digits\": 3.8}], \"__class__\": \"Series\"}, \"log_likelihood\": 556.7175682954451, \"log\": {\"__class__\": \"Log\"}, \"evaluation\": {\"schema\": {\"fields\": [{\"name\": \"index\", \"type\": \"integer\"}, {\"name\": \"evaluation\", \"type\": \"number\"}], \"primaryKey\": [\"index\"], \"pandas_version\": \"1.4.0\"}, \"data\": [{\"index\": 1, \"evaluation\": 0.0}], \"__class__\": \"Series\"}, \"covstep_successful\": null, \"gradients\": null, \"gradients_iterations\": null, \"warnings\": [], \"individual_eta_samples\": null, \"__module__\": \"pharmpy.workflows.results\", \"__class__\": \"ModelfitResults\"}",
        "model": {
            "__class__": "Model",
            "arg_name": "mox2",
            "db_name": "input_model"
        },
        "strictness": "minimization_successful or (rounding_errors and sigdigs >= 0.1)",
        "E": null
    },
    "common_options": {
        "dispatcher": "pharmpy.workflows.dispatchers.local_dask",
        "context": {
            "class": "LocalDirectoryContext",
            "toolname": "modelsearch",
            "path": "/tmp/tool_results/modelsearch"
        }
    }
}

Datasets#

Pharmpy will create a directory .datasets/ where any unique datasets the tool creates will be stored. An example of this is when running Modelsearch and having zero order absorption in the search space, a RATE column will be created. If any of the stepwise algorithms are used, the subsequent models will have the “same” dataset, and thus only one copy of that dataset will be located in .datasets/.