Jonathan Mallia

Results 6 issues of Jonathan Mallia

Hello! Can I propose a new feature where you click a node and highlights the connected nodes and edges? This will easily show the directly related nodes in a large...

feature request

Just wanted to say thanks for this good library, please keep updating it 👍 Can you maybe include latest recommender algorithms like time dependency matrix factorization?

Hello, When calling `ggf.customer_lifetime_value` function as below, the function expects the bgf model (1st parameter) to predict the number of future transactions in the period. ```python ggf.customer_lifetime_value( bgf, #the model...

theory
tutorial

Issue Type: Bug Hi, Once a piece of code is running, there is no way to interup / stop the execution. This seems like a new 'feature' that was introduced...

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
P-low
A-io-cloud
A-panic

Hi, Can you please update the library to be compatible with numpy 2? The below error is thrown when running: `estimator.fit(df['amount'].values).evaluate(1000)` `np.asfarray` was removed in the NumPy 2.0 release. Use...

help wanted
good first issue