CHANGELOG.md
DEPLOY.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
pyproject.toml
setup.py
notebooks/New_ChiSquareTest.ipynb
notebooks/New_Conjoint_Analysis.ipynb
notebooks/New_Data_Prep_101.ipynb
notebooks/New_Decision_Trees_Random_Forests.ipynb
notebooks/New_Linear_Multiple_Linear_Regression.ipynb
notebooks/New_Logistic_Regression.ipynb
notebooks/New_PCA_Clustering.ipynb
notebooks/New_Probability_Distribution_Simulation.ipynb
notebooks/New_Q_Learning.ipynb
notebooks/New_Quick_Start_bizlens.ipynb
notebooks/New_Statistical_Inference.ipynb
src/bizlens/__init__.py
src/bizlens/core.py
src/bizlens/data_io.py
src/bizlens/datasets.py
src/bizlens/deploy.py
src/bizlens/diagnostic.py
src/bizlens/eda.py
src/bizlens/inference.py
src/bizlens/ml.py
src/bizlens/preprocess.py
src/bizlens/process_mining.py
src/bizlens/quality.py
src/bizlens/scratch.py
src/bizlens/tables.py
src/bizlens/utils.py
src/bizlens/viz.py
src/bizlens.egg-info/PKG-INFO
src/bizlens.egg-info/SOURCES.txt
src/bizlens.egg-info/dependency_links.txt
src/bizlens.egg-info/requires.txt
src/bizlens.egg-info/top_level.txt
src/bizlens/data/breast_cancer_sklearn.csv
src/bizlens/data/diabetes_sklearn.csv
src/bizlens/data/iris.csv
src/bizlens/data/iris_sklearn.csv
src/bizlens/data/penguins.csv
src/bizlens/data/sales_india_store_revenue.csv
src/bizlens/data/tips.csv
src/bizlens/data/titanic.csv
src/bizlens/templates/README.md
src/bizlens/templates/template_association.csv
src/bizlens/templates/template_association.xlsx
src/bizlens/templates/template_classification.csv
src/bizlens/templates/template_classification.xlsx
src/bizlens/templates/template_conjoint.csv
src/bizlens/templates/template_conjoint.xlsx
src/bizlens/templates/template_event_log.csv
src/bizlens/templates/template_event_log.xlsx
src/bizlens/templates/template_regression.csv
src/bizlens/templates/template_regression.xlsx
templates/README.md
templates/template_association.csv
templates/template_association.xlsx
templates/template_classification.csv
templates/template_classification.xlsx
templates/template_conjoint.csv
templates/template_conjoint.xlsx
templates/template_event_log.csv
templates/template_event_log.xlsx
templates/template_regression.csv
templates/template_regression.xlsx
tests/__init__.py
tests/test_core.py
tests/test_integration.py
tests/test_regressions.py