adtsvetkov
Results
2
issues of
adtsvetkov
Hello! I'm using this code: ```python import scipy.sparse as sparse import nmslib test_features = sparse.csr_matrix(test_features) # test_features 5000 x 322 train_features = sparse.csr_matrix(train_features) # train_features 45000 x 322 hnsw =...
Is there any opportunity to plot barplot? Following code doesn't show anything: ` plt.hist().add(numbers).bins(binsnames).histtype(HistBuilder.HistType.bar);`
question