Database#

PyAutoFit’s database feature outputs all model-fitting results as a sqlite3 (https://docs.python.org/3/library/sqlite3.html) relational database, such that all results can be efficiently loaded into a Jupyter notebook or Python script for inspection, analysis and interpretation.

Examples / Tutorials:

Aggregator#

Aggregator(session, filename, predicate[, ...])

Query results from an intermediary SQLite database.