Metadata-Version: 2.4
Name: pyrsm
Version: 1.6.2
Summary: Python package used in the MSBA program the Rady School of Management @ UCSD
Author-email: Vincent Nijs <vnijs@ucsd.edu>, Vikram Jambulapati <vikjam@ucsd.edu>, Suhas Goutham <sgoutham@ucsd.edu>, Raghav Prasad <rprasad@ucsd.edu>
License-Expression: AGPL-3.0-only
Project-URL: Bug Reports, https://github.com/vnijs/pyrsm/issues
Project-URL: Source, https://github.com/vnijs/pyrsm
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: shiny>=1.2.0
Requires-Dist: faicons>=0.2.2
Requires-Dist: numpy>=2.0.2
Requires-Dist: pandas>=2.2.2
Requires-Dist: polars>=1.12.0
Requires-Dist: ipykernel>=6.17.1
Requires-Dist: seaborn>=0.9.0
Requires-Dist: matplotlib>=3.1.1
Requires-Dist: statsmodels>=0.14.4
Requires-Dist: scipy<=1.15.3
Requires-Dist: scikit-learn!=1.6.*,>=1.5.2
Requires-Dist: IPython>=7.34.0
Requires-Dist: nest-asyncio>=1.5.6
Requires-Dist: ruff
Requires-Dist: black
Requires-Dist: pyarrow>=17.0.0
Requires-Dist: xgboost>=2.1.1
Dynamic: license-file

# PYRSM

Python functions and classes for Customer Analytics at the Rady School of Management (RSM), University of California, San Diego (UCSD)

## Install instructions

If you have python and UV installed you can use the below to install the latest version of `pyrsm` in a project folder:

```bash
mkdir ~/project
cd ~/project
uv init .
uv venv --python 3.12
source .venv/bin/activate
uv add pyrsm
```

&copy; Vincent Nijs (2025) <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank"><img alt="Creative Commons License" style="border-width: 0" src="images/by-nc-sa.png"/></a>
