Adding requirements and draft for using sparseBM package
This commit is contained in:
parent
0c0ed4653c
commit
18ca3a38eb
2 changed files with 10 additions and 0 deletions
5
requirements.txt
Normal file
5
requirements.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cupy
|
||||
sparsebm
|
||||
numpy
|
||||
pandas
|
||||
matplotlib
|
||||
5
sparselbm_full_mat.py
Normal file
5
sparselbm_full_mat.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import numpy as np
|
||||
import pandas as pd
|
||||
|
||||
# Load matrix from csv file
|
||||
pd.read_csv("data/otu_matrix.csv.zip", compression="zip", index_col=0).to_numpy()
|
||||
Loading…
Add table
Reference in a new issue