Sofware and Skills: Difference between revisions

From cluster
Jump to navigation Jump to search
Line 11: Line 11:
* Minimum Spanning Tree [https://knaidoo29.github.io/mistreedoc/ Package mistree] [https://arxiv.org/abs/1910.08562 arxiv link]
* Minimum Spanning Tree [https://knaidoo29.github.io/mistreedoc/ Package mistree] [https://arxiv.org/abs/1910.08562 arxiv link]


* HDBSCAN [https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html Package]
* HDBSCAN [https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html Package] [[:File:HDBSCAN.pdf|pdf]]


==Plotting==
==Plotting==

Revision as of 10:23, 27 December 2021

Programing


Algorithms and Packages

Plotting

  • interactive plotting
 1. plotly.py is an interactive, open-source, and browser-based graphing library for Python. 
Libary
 2. from ipywidgets import interact Link
  • 3D plots
 1. from mpl_toolkits import mplot3d Link


Presenation

  • try this website for fancy presentations [4]
  • Latex beamer of SHAO File:SBeamer.zip(Credit: Yunliang Zheng)


Writing