Sandy4321
Sandy4321
great code thanks only do you have example for tabular data ?
dependency and categorical data: it is not described in user manual doc what data and how generated
it is not described what data and how generated for blackbox lime: https://eli5.readthedocs.io/en/latest/blackbox/lime.html eli5 supports dataset generation using Kernel Density Estimation, to ensure that generated dataset looks similar to the...
are categorical features dependent ? for example feature1 is dependent on feature2
can you share link for code for mentioned Word2vec Word ambiguity algorithm? https://www.youtube.com/watch?v=cn4sI39uD_Q&feature=youtu.be&t=2886
really great code but only binder gives error for 07_KNN.ipynb  "" /srv/conda/envs/notebook/lib/python3.7/site-packages/pandas/io/parsers.py in __init__(self, src, **kwds) 1706 kwds['usecols'] = self.usecols 1707 -> 1708 self._reader = parsers.TextReader(src, **kwds) 1709 1710...
what is about binary matrix ? are you planning to develop code for binary matrix ( values only 0 or 1)
great code thanks 1 but what is about other many similarities like https://docs.scipy.org/doc/scipy/reference/spatial.distance.html are you planning to implement some of them ? 2 why you use especially cosine similarity ?...
did you compare with gensim as stated in https://stats.stackexchange.com/questions/61085/cosine-similarity-on-sparse-matrix I am using [gensim](https://radimrehurek.com/gensim/), which works pretty well especially with text data which is usually high dimensional and sparse
last update is from 3 years ago, then is development not existing any more ?
**Is your feature request related to a problem? Please describe.** if we have categorical features how to created new features by all features combinatoric combination since in real life categorical...