jmrichardson

Results 55 comments of jmrichardson

Hi, I am not an expert in PRs and not sure if the first PR should be applied first? If I make the modifications for this and submit a new...

Hi @sonichi Yes, but how would I pass the custom CV splitter? I am currently using: ``` settings = { "time_budget": 60, # total running time in seconds "metric": optimize,...

That's great news and appreciate the help :)

Yes, I can give it a go. Hopefully get to it tomorrow.

No Worries, it was just a quick way to add source code to the hash function. Unfortunately (and this is not a dig because cachier is a very nice package),...

A few things that caused problems for me: - Make sure that you install in the order. For example, torch needs to be installed after Nvida/Cuda/cuDNN and prior to CRNN...

Hi, I am not too familiar with npm, but i did the following and it doesn't seem to be working: ``` (jupyterlab) D:\Projects>npm i @axlair/jupyterlab_vim npm WARN saveError ENOENT: no...

Version 0.40.0: ``` feature_names = shap_values.feature_names shap_df = pd.DataFrame(shap_values.values, columns=feature_names) vals = np.abs(shap_df.values).mean(0) shap_importance = pd.DataFrame(list(zip(feature_names, vals)), columns=['col_name', 'feature_importance_vals']) shap_importance.sort_values(by=['feature_importance_vals'], ascending=False, inplace=True) ``` Verified the same as summary bar plot

Thank you and appreciate the work here. Will let you know if I run into any issues. Thanks again

Hi, is this bug planned to be fixed on windows? Thanks for your consideration