naman.mistry

Results 6 comments of naman.mistry

Hey @rasbt I have fixed the load_boston dereciation in `test_exhaustive_feature_selector.py` can you please approve my pull request and I am working on other 3 errors. So, Could you please assign...

Hello @rasbt, Actually I am very new to open source and this is the first repo that I am contributing to. So could you please elaborate on how to add...

I have modified the `_build(self, X=None):` function inside `DataFrameMapper` class and added code to filter the columns based on `self.drop_cols` variable. Previous build function: ```py def _build(self, X=None): """ Build...

Hey @danielbellsa I cannot reproduce the issue can you please provide more context? I have tested the following code on Colab: ```py from fastai.vision.all import * import torch # Define...

Hey, Can you provide more details? I have tried it on Python version 3.10.4 and it is working fine for me. Please try using a different version of Python.