You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change to the directory of the project: cd arborist
Run the program using briefcase: briefcase dev
Development
Activate venv: source venv/bin/activate
Change to the layouts directory: cd arborist/src/arborist/layouts
Building the layouts (run the following commands for the respective layouts):
pyside6-uic load.ui -o load.py
pyside6-uic train.ui -o train.py
pyside6-uic plot.ui -o plot.py
pyside6-uic predict.ui -o predict.py
About
The cross-platform app for efficiently performing Bayesian causal inference and supervised learning tasks using tree-based models, including BCF, BART, and XBART.