https://github.com/msmathcomp/hyperbolic-tsne
Tip revision: e2ce19d8f2454260d788cb2bec500d37d55e7c8f authored by Hunter van Geffen on 06 September 2023, 01:33:06 UTC
Fix theta value not being set
Fix theta value not being set
Tip revision: e2ce19d
.gitignore
# virtual environment
venv
# non-stylistic pycharm configs
.idea
# Mac Finder layout
.DS_Store
# IPython/Jupyter notebook checkpoints
*.ipynb_checkpoints
# Python 2.x & 3.x bytecode cache
*.pyc
*__pycache__
# datasets
datasets
# compiled folders and files
build
*.egg-info
*.cpp
*.pyd
*.so
# VS Code workspace
.vscode
# Outputs
results
temp
