mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-08 23:02:27 -05:00
how to download from madewithml.data import stratify_split? #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andysingal on GitHub (Sep 25, 2023).
How to download?
@bhavya-giri commented on GitHub (Oct 23, 2023):
@bhavya-giri commented on GitHub (Oct 23, 2023):
The error is coming from in madewithml/data.py
from madewithml.config import STOPWORDS
@bhavya-giri commented on GitHub (Oct 23, 2023):
@andysingal you can directly copy the stratify_split function from directory/madewithml/data.py
@Luismbpr commented on GitHub (Mar 12, 2024):
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).