Skip to content

Commit

Permalink
Update gh-pages to v0.7.1 (#387)
Browse files Browse the repository at this point in the history
* fix: switch to feature_branch and add reports to main

* fix: add histogram images and use png

* feat: update to 0.7.1
  • Loading branch information
JGSweets authored Aug 9, 2021
1 parent 128145f commit 0b82e48
Show file tree
Hide file tree
Showing 259 changed files with 60,346 additions and 35 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ data-profiler-py3/

DataProfiler/

feature_branch/

build/

dist/
Expand All @@ -37,4 +39,4 @@ venv/
*.orig
dataprofiler/labelers/embeddings/glove-reduced-64D.txt

.torchignore
.torchignore
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ date, then clone the dataprofiler from the feature branch you want in order to
update the documentation (probably main).

# clone the feature branch into the base of this repository
git clone https://github.com/capitalone/DataProfiler DataProfiler
git clone https://github.com/capitalone/DataProfiler feature_branch

Install requirements:

Expand All @@ -47,9 +47,9 @@ Install requirements:
pip install requirements.txt

# install the requirements from the feature branch
pip install DataProfiler/requirements.txt
pip install DataProfiler/requirements-ml.txt
pip install DataProfiler/requirements-reports.txt
pip install feature_branch/requirements.txt
pip install feature_branch/requirements-ml.txt
pip install feature_branch/requirements-reports.txt

In /docs run:

Expand Down
Binary file added docs/0.7.1/doctrees/API.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/data_labeling.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/data_reader.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/data_readers.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.labelers.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.reports.doctree
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.settings.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/0.7.1/doctrees/dataprofiler.version.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/environment.pickle
Binary file not shown.
Binary file added docs/0.7.1/doctrees/examples.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/graphs.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/index.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/install.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/labeler.doctree
Binary file not shown.
Binary file added docs/0.7.1/doctrees/modules.doctree
Binary file not shown.
438 changes: 438 additions & 0 deletions docs/0.7.1/doctrees/nbsphinx/add_new_model_to_data_labeler.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 0b82e48

Please sign in to comment.