mlframework icon indicating copy to clipboard operation
mlframework copied to clipboard

Results 9 mlframework issues
Sort by recently updated
recently updated
newest added

Since we are indexing the dataframe as an array we should use iloc.

Hi Abhishek, I was watching your mlframework videos (thanks for them btw!) and coding along, when I saw that this repo doesn't have a license. I wanted to use this...

Hello Abhishek, I have added a small function to create the k-folds with identical distribution for regression problem.

added code to keep the distribution similar across the folds

https://github.com/scikit-learn-contrib/category_encoders don't you think it will better to encode each column with his category type for the contest ?

After executing this command "sh run.sh randomforest", I got the following error messages. > Traceback (most recent call last): > File "/opt/anaconda3/envs/kaggle/lib/python3.8/runpy.py", line 193, in _run_module_as_main > return _run_code(code, main_globals,...

Saved the One Hot Encoder in class variable, as it was initialized to None in the init function and using the self.ohe in transform function would give an error.