Johannes Kruse

Results 3 issues of Johannes Kruse

Hi, I am trying to get Giveme5W1H up and running but when calling MasterExtractor() in python I get the following: ConfigurationError: Using Nominatim with default or sample `user_agent` "geopy/2.0.0" is...

I'm trying to install your package, however, versions (0.2.2>) does not support the Macos with M1 chip. Currently the following is required; REQUIRED_PACKAGES = ['torch>=1.2.0', 'tqdm', 'scikit-learn', 'tensorflow'] But for...

enhancement&feature request

Hi, I was recently using the ```mrr_score``` implementation ([link](https://github.com/recommenders-team/recommenders/blob/4f86e4785337d455aa3cb7e8920c3fab9a2a0140/recommenders/models/deeprec/deeprec_utils.py#L447)): ``` def mrr_score(y_true, y_score): """Computing mrr score metric. Args: y_true (np.ndarray): Ground-truth labels. y_score (np.ndarray): Predicted labels. Returns: numpy.ndarray: mrr scores....

enhancement