Wasif Khan

Results 4 issues of Wasif Khan

Thank you for sharing the code. Could you also share a toy example which make use of these algorithms?

Hello, You have mentioned that BinKit 2.0 has 371,928 binaries, however, the Zip file download from the drive contains ~213K files. Could you please clarify? Thank you

Thank you for the implementation. How to handle if we have categorical data or mixed data in our dataset?

Hello, Thank you for the nice work. The IF has issue with n_features. ``` 46 def _score_samples(iforest, tree_idx, X): ---> 47 if iforest.n_features_in != X.shape[1]: 48 raise ValueError("Number of features...