Metadata-Version: 2.4
Name: xdat
Version: 0.1.282
Summary: eXtended Data Analysis Toolkit
Home-page: https://bitbucket.org/hermetric/xdat/
Author: Ido Carmi
Author-email: ido@hermetric.com
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy<1.13.0
Requires-Dist: scikit-learn
Requires-Dist: quantile-forest
Requires-Dist: scriptinep3
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: cloudpickle
Requires-Dist: pyarrow
Requires-Dist: mapply
Requires-Dist: matplotlib
Requires-Dist: pandas-sets
Requires-Dist: python-slugify
Requires-Dist: seaborn
Requires-Dist: missingno
Requires-Dist: data-science-utils
Requires-Dist: munch
Requires-Dist: optuna
Requires-Dist: arviz
Requires-Dist: python-pptx
Requires-Dist: feature_engine
Requires-Dist: case-converter
Requires-Dist: datashader
Requires-Dist: mlxtend
Requires-Dist: umap-learn
Requires-Dist: networkx
Requires-Dist: lightgbm
Requires-Dist: pydot
Requires-Dist: baikal
Requires-Dist: combo
Requires-Dist: DESlib
Requires-Dist: makefun
Requires-Dist: natsort
Requires-Dist: sklearn-model
Requires-Dist: SciencePlots
Requires-Dist: venn
Requires-Dist: stegaplots
Requires-Dist: lets-plot
Requires-Dist: adjustText
Requires-Dist: connectorx
Requires-Dist: openpyxl
Requires-Dist: pip-review
Requires-Dist: chardet
Requires-Dist: python-bidi
Requires-Dist: mpld3
Requires-Dist: dunder_xml_reader
Requires-Dist: opencv-python
Requires-Dist: imgaug
Requires-Dist: portalocker
Requires-Dist: colour-science
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

## What is *xdat*?
xdat (eXtended Data Analysis Toolkit), is a set of utilities that help streamline data science projects.

+ Monkey-patches common packages to add useful functionality
+ Helps with standardization of plots in projects
+ Includes useful tools (like caching)


### Warning: this isn't even in "alpha" yet, and will likely have changes that are not backwards-compatible.

## Installation

### Ubuntu 20.04
```
> pip install xdat
```

Optionally, can also install:
```
> sudo apt -q -y install libeigen3-dev
> pip install git+https://github.com/madrury/py-glm.git
```


