spartan2-tutorials
spartan2-tutorials copied to clipboard
First, it uses time.spock(),which is not supported after Python 3.8. Second,when I run Holoscope.ipynb. It show "/root/anaconda3/lib/python3.9/site-packages/scipy/stats/_distn_infrastructure.py:2606: RuntimeWarning: invalid value encountered in double_scalars Lhat = muhat - Shat*mu" and exited.
When I use the SpecGreedy in https://github.com/BGT-M/spartan2-tutorials/blob/master/SpecGreedy.ipynb as this: ``` # create a anomaly detection model sg = st.SpecGreedy(stensor) sg.run(bipartite=True, T=3) ``` It has error that: 1 # create a...
Dear editors, how did you generate the data files( input and output)? Best wishes
Hi I have been looking into FlowScope algorithm. The notebook says that the current implementation does not support GPUs. Could you please clarify why it is the case. Is there...
``` graph_1 = st.Graph(fs1_stensor, bipartite=True, weighted=True, modet=None) graph_2 = st.Graph(fs2_stensor, bipartite=True, weighted=True, modet=None) ``` Following error after running above code from [this](https://github.com/BGT-M/spartan2-tutorials/blob/master/FlowScope.ipynb) notebook --------------------------------------------------------------------------- IndexError Traceback (most recent call last)...