how to download from madewithml.data import stratify_split? #55

Open
opened 2025-11-02 00:02:38 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @andysingal on GitHub (Sep 25, 2023).

How to download?

 from madewithml.data import stratify_split

Originally created by @andysingal on GitHub (Sep 25, 2023). How to download? ``` from madewithml.data import stratify_split ```
Author
Owner

@bhavya-giri commented on GitHub (Oct 23, 2023):

Screenshot 2023-10-23 at 12 07 40 PM Screenshot 2023-10-23 at 12 07 46 PM @GokuMohandas
@bhavya-giri commented on GitHub (Oct 23, 2023): <img width="1270" alt="Screenshot 2023-10-23 at 12 07 40 PM" src="https://github.com/GokuMohandas/Made-With-ML/assets/102273412/f9c77f38-4bf9-4eeb-a7d6-a44351b5446d"> <img width="1270" alt="Screenshot 2023-10-23 at 12 07 46 PM" src="https://github.com/GokuMohandas/Made-With-ML/assets/102273412/f55483c2-b9b6-4f0b-9c13-f1eb49e140b5"> @GokuMohandas
Author
Owner

@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): The error is coming from in madewithml/data.py from madewithml.config import STOPWORDS
Author
Owner

@bhavya-giri commented on GitHub (Oct 23, 2023):

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

@bhavya-giri commented on GitHub (Oct 23, 2023): @andysingal you can directly copy the stratify_split function from directory/madewithml/data.py
Author
Owner

@Luismbpr commented on GitHub (Mar 12, 2024):

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 commented on GitHub (Mar 12, 2024): > 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).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/Made-With-ML#55