Ben Auffarth

Results 50 comments of Ben Auffarth

What you set as default_value, i.e. what the value should take if it's missing, should be up to the modeller really - I haven't looked into the lightgbm implementation in...

Please explain clearly what you mean, maybe give an example, show your code, etc; otherwise, I am afraid it's not possible to answer.

I asked you for a clearer description of the problem. I still haven't seen it. I can't answer your question unless you explain clearly. For example, could you break it...

No problem. I am happy you find the code useful. On Sun, 28 Apr 2019, 03:38 周杰, wrote: > @benman1 I'm really sorry for not explaining > my problem clearly....

I have the same problem with a simple example based on one of the examples in the repo. It'd be good to have more documentation on how to do this...

@astooke that's very helpful, thanks for that! Le mar. 30 juin 2020 à 17:12, astooke a écrit : > Hi! Sorry for the long absence...let me try to help sort...

I've removed the force parameter on the save methods which leads to this behaviour. See [my fork](https://github.com/benman1/TextGrocery).

@delgermurun thanks for clarifying,where to get the API keys for the chat. I found https://cloud.jina.ai/settings/tokens mentioned elsewhere, hence the confusion. I confirm it works with API key from the right...

The full example should really be like this: ``` from sklearn.datasets import load_boston from rulefit import RuleFit data = load_boston() features = data.feature_names X = data.data y = data.target rf...

dear @elcolie - it's been two years. I haven't used this package since. However, what I can see is this: ```python 181 alpha_max = np.sqrt(np.sum(Xy ** 2, axis=1)).max() / (n_samples...