Skip to content

mrc-ide/stateMINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateMINT - Malaria Simulation Emulator

StateMINT is a state space based neural network emulator for malariasimulation. This repository supersedes the old RNN emulator.

Dataset Creation and Usage

** Creating the dataset ** The dataset is created by running the filter_raw_data.py script, which fetches and filters the raw simulation data from a DuckDB database.

The filtered data is saved as a PARQUET file in the specified output folder, with the name format filtered_data_{predictor}.parquet (e.g., filtered_data_prevalence.parquet).

** Using the dataset **

The filtered dataset can be loaded with duckdb into a pandas DataFrame for further analysis and model training. For example:

import duckdb
df = duckdb.query("SELECT * FROM 'path/to/filtered_data_prevalence.parquet'").to_df()

About

malaria simulation state space emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages