Changes

Summary

  1. Improved listing deltas and normalizations (commit: 5d23807) (details)
  2. Getting Started: Different Deltas and Normalizations (commit: bbb88d4) (details)
  3. Customizing the pipeline (commit: 0081809) (details)
  4. Use scikit-learn's pairwise distances (commit: 324a47e) (details)
  5. Allow clustering methods that need access to the data (commit: 0182466) (details)
  6. Moved customizing deltas to customizing notebook (commit: 20f3900) (details)
Commit 5d238072a4617260e1b05f453d883a1366c50791 by Thorsten Vitt
Improved listing deltas and normalizations
(commit: 5d23807)
The file was modified delta/deltas.py (diff)
Commit bbb88d4e40050d5c5b5abfba545b1d0f684a4fd6 by Thorsten Vitt
Getting Started: Different Deltas and Normalizations
(commit: bbb88d4)
The file was modified requirements.txt (diff)
The file was modified docs/GettingStarted.ipynb (diff)
The file was modified docs/index.rst (diff)
The file was modified docs/GettingStarted.ipynb (diff)
The file was addeddocs/CustomizingPipeline.ipynb
Commit 324a47e2466286c6b1f77255b4febfd6c89cd8f7 by Thorsten Vitt
Use scikit-learn's pairwise distances
(commit: 324a47e)
The file was modified delta/deltas.py (diff)
The file was modified delta/__init__.py (diff)
Commit 0182466274c8c2a83c491e9830b21996ca73602a by Thorsten Vitt
Allow clustering methods that need access to the data
(commit: 0182466)
The file was modified docs/GettingStarted.ipynb (diff)
The file was modified delta/deltas.py (diff)
The file was modified delta/cluster.py (diff)
Commit 20f3900a82576efafaa961f20032f2a7c0b0a6f6 by Thorsten Vitt
Moved customizing deltas to customizing notebook
(commit: 20f3900)
The file was modified docs/CustomizingPipeline.ipynb (diff)
The file was modified docs/GettingStarted.ipynb (diff)