Made-With-ML
Made-With-ML copied to clipboard
how to download from madewithml.data import stratify_split?
How to download?
from madewithml.data import stratify_split
The error is coming from in madewithml/data.py from madewithml.config import STOPWORDS
@andysingal you can directly copy the stratify_split function from directory/madewithml/data.py
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).