Ash

Results 8 issues of Ash

In rii.py line 35 there is an assert for Ks to check if it is less than 256 (which should be 2\*\*32), but in nanopq pq.py line 37 similar assert...

How to supress INFO verbose in smote_variants?? I am using smote_variants in Jupyter notebook/lab environment and it shows lots of verbage ``` 2020-07-08 16:28:12,711:INFO:SMOTE_ENN: Running sampling via ('SMOTE_ENN', "{'proportion': 1.0,...

Is it possible to add a new feature to compare two workbooks and its worksheets based on the range names instead of using cell based reference. Also to use the...

ZeroDivisionError occurs when origin and destination nodes are same, understandably length is 0 in such case, is there a way to draw to circular line pointing back to the node...

Is there a way to search the metasploit exploits based on the common vulnerabilities and exploits (CVE) number or title using the current pymetasploit api?

I have a RII object with 3.3 billion scale dataset which was batch loaded using the `add(update_posting_lists=False)` and then at the end I ran the `reconfigure()`, but it crashes the...

Is the FAISS Index Factory string `IVF132_HNSW32,PQ5x8` ``` D = 128 index = faiss.index_factory(D, `IVF132_HNSW32,PQ5x8`) ``` equivalent to the following code ``` hnsw_m = 32 nlist = 132 M=5 nbits...

I have a use case where I need to compare a given query vector's PQ code to the results PQ codes to see how many sub vectors match. I use...