Made-With-ML icon indicating copy to clipboard operation
Made-With-ML copied to clipboard

how to download from madewithml.data import stratify_split?

Open andysingal opened this issue 2 years ago • 4 comments

How to download?

 from madewithml.data import stratify_split

andysingal avatar Sep 25 '23 10:09 andysingal

Screenshot 2023-10-23 at 12 07 40 PM Screenshot 2023-10-23 at 12 07 46 PM @GokuMohandas

bhavya-giri avatar Oct 23 '23 06:10 bhavya-giri

The error is coming from in madewithml/data.py from madewithml.config import STOPWORDS

bhavya-giri avatar Oct 23 '23 06:10 bhavya-giri

@andysingal you can directly copy the stratify_split function from directory/madewithml/data.py

bhavya-giri avatar Oct 23 '23 07:10 bhavya-giri

u can directly copy the stratify_split function from directory/madewithml/data.py

If importing results in an error you can do this. Copy the code into the notebook (or file) you will be using the function on (along with the required libraries needed).

Luismbpr avatar Mar 12 '24 22:03 Luismbpr