Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel pca #21

Merged
merged 10 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install xr_fresh
run: |
pip install "."
pip install -e "."

- name: Run Unittests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __pycache__/

# Distribution / packaging
.Python

build/
develop-eggs/
dist/
downloads/
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ git clone https://github.com/mmann1123/xr_fresh
cd xr_fresh
pip install .
```
Note: If you run into problems related to `rle` try running `python setup.py build_ext --inplace` from the `xr_fresh` directory



# Documentation

Expand Down
113 changes: 0 additions & 113 deletions build/lib.linux-x86_64-cpython-39/xr_fresh/Sklearn_Methods.py

This file was deleted.

48 changes: 0 additions & 48 deletions build/lib.linux-x86_64-cpython-39/xr_fresh/__init__.py

This file was deleted.

134 changes: 0 additions & 134 deletions build/lib.linux-x86_64-cpython-39/xr_fresh/backends.py

This file was deleted.

8 changes: 0 additions & 8 deletions build/lib.linux-x86_64-cpython-39/xr_fresh/data/__init__.py

This file was deleted.

Loading
Loading