Gordon Erlebacher

Results 40 issues of Gordon Erlebacher

When running `fit()` with user features, I get the error: ``` python KeyError: 'the users in [user_features] do not match the users in [interactions]' ``` which has been reported previously....

RankFM has user and item features, and that is great. However, I have a use case with features that cannot be put into this nice form. Specifically, I have some...

Hi, In layer.py, class `FeaturesEmbedding`, one finds the line ```python self.offsets = np.array(0, *np.cumsum(field_dims)[:-1]), dtype=np.long) ``` My code generates an error. I replaced `np.array` by `torch.tensor` and `np.cumsum` by `torch.cumsum`...

I execute `python main.py` under the `examples/` folder, and get the error: ``` % python main.py --dataset_path criteo/train.txt Traceback (most recent call last): File "main.py", line 189, in main(args.dataset_name, File...

I am implementing a discrete Bayesian network using a few Nonlinear functions and cannot get the `messagePassingAlgorithm()` method to run without error. The resulting graph has all its edges terminated...

Great set of tutorials. However, it is so difficult to find tutorials that don't crash the system. In the case of your MLP tutorial (the first one), all goes well...

Hi, In run_main, in the section "if ADD_NOISE:", the code states: if ADD_NOISE: x_PMLR = x_PMLR * np.random.randint(2, size=x_PMLR.shape) x_PMLR += np.random.randint(2, size=x_PMLR.shape) Line 1 creates pepper noise (since you...

HI, The code below can be found in the method `draw_networkx_nodes` . I added a line that computes node_chart in the event a subset of nodes is specified via the...

I posted the following on discourse.julialang.org. I am hoping somebody can help me. I am successfully interacting with a 3D graph created with LightGraphs, but `plotly` backend is rather slow...

Hi, I read that your framework only runs on Windows machine? After downloading Mono, I get 149 errors when building Samples in (main). The first error is "[Could not resolve...