Navid Nobani
Navid Nobani
I'm trying to run the **examples/rule_lists_titanic_dataset.ipynb** I've found a couple of problems which I was able to resolve by doing minor modifications of the code. Unfortunately, I can't pass this...
### Description Running the *tc_mnli_transformers* notebook, gives me the following error: ``` AttributeError Traceback (most recent call last) in 19 #!pip install jsonlines 20 from utils_nlp.common.pytorch_utils import dataloader_from_dataset ---> 21...
I used AuoPhrase algorithm ( Java implementation) and found the performance extraordinary! Paper: [Automated Phrase Mining from Massive Text Corpora](https://arxiv.org/pdf/1702.04457.pdf) Repository: [link](https://github.com/shangjingbo1226/AutoPhrase)
Hi, running **example_simulated.py** gives the following error: ``` /Users/navid/opt/anaconda3/envs/rulefit-venv/bin/python "/Users/navid/Google Drive/PhD/Repositories/XAI-2016/rulefit/example_simulated.py" /Users/navid/opt/anaconda3/envs/rulefit-venv/lib/python3.7/site-packages/sklearn/linear_model/_coordinate_descent.py:472: ConvergenceWarning: Objective did not converge. You might want to increase the number of iterations. Duality gap: 0.4675243067167685, tolerance:...
Hi, I've trained a model using my corpus. I tried different methods to get vectors from this model but it seems there's something wrong with the shape: ``` # using...
Hi, I was wondering if the Clustering algorithm is supported or not. I see you mentioned it in the README but looking at the code, I can't find it anywhere....
Having this data: ``` 'data.frame': 100 obs. of 10 variables: $ lines : num 0.234 0.155 0.275 0.198 0.116 ... $ organization : num 0.251 0.166 0.295 0.213 0.124 ......