George Walker

Results 7 comments of George Walker

I can see from the regression example [here](https://github.com/ArdalanM/pyLightGBM/blob/master/notebooks/regression_example_kaggle_allstate.ipynb) that you integerise categorical features and then include these with continuous variables: ``` le = LabelEncoder() for col in df.columns.tolist(): if 'cat'...

@ParticularMiner i have updated the test and code but obviously adding this regex replacement has a computational cost, interested what you think

@ParticularMiner how is this? I can squash commits if required

this still needs to be changed!

in python 3.7, a shorter example that gives the same result: ``` >>> fuzz.partial_ratio("thane", "t hosa na e thane ws") 40 ```

https://github.com/Meteorix/pylcs/pull/11