v1.0.1
Documentation Hubbehaviorsim==1.0.1

BehaviorSim Documentation

Welcome to the official technical documentation for BehaviorSim—an open-source Python framework and cloud API for generating synthetic sequential behavioral data.

What is BehaviorSim?

BehaviorSim generates sequential data by modeling agents as discrete state machines. At each step, an agent transitions according to stochastic Markov probabilities or rule conditions, emitting continuous and discrete features calibrated for specific domains (finance, healthcare, education, mobile apps).

Who is This Documentation For?

  • Researchers: Prototyping sequential algorithms, testing Markov state estimators, and studying latent recovery.
  • Machine Learning Engineers: Building feature pipelines, testing recurrent models, and evaluating drift detection without sensitive user data.
  • Software Engineers: Stress-testing data ingestion queues, running integration suites, and seeding staging databases.

Quick Installation

terminal
pip install behaviorsim==1.0.1

Requires Python >= 3.9. Learn more in the Installation Guide.

Package Verification & Source

BehaviorSim 1.0.1 on PyPI & GitHub
Released under the permissive MIT License. Maintained by open-source contributors.