[PR #172] [MERGED] added tuning + api reorg #226

Closed
opened 2025-11-02 00:10:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GokuMohandas/Made-With-ML/pull/172
Author: @GokuMohandas
Created: 3/30/2020
Status: Merged
Merged: 3/30/2020
Merged by: @GokuMohandas

Base: masterHead: hp


📝 Commits (1)

📊 Changes

23 files changed (+276 additions, -207 deletions)

View changed files

📝 notebooks/03_APIs/pt-text-classification/Dockerfile (+1 -4)
📝 notebooks/03_APIs/pt-text-classification/README.md (+12 -13)
📝 notebooks/03_APIs/pt-text-classification/requirements.txt (+1 -0)
📝 notebooks/03_APIs/pt-text-classification/text_classification/app.py (+5 -3)
📝 notebooks/03_APIs/pt-text-classification/text_classification/config.py (+4 -3)
📝 notebooks/03_APIs/pt-text-classification/text_classification/data.py (+2 -3)
notebooks/03_APIs/pt-text-classification/text_classification/hp.py (+46 -0)
📝 notebooks/03_APIs/pt-text-classification/text_classification/predict.py (+3 -3)
📝 notebooks/03_APIs/pt-text-classification/text_classification/train.py (+14 -13)
📝 notebooks/03_APIs/pt-text-classification/text_classification/utils.py (+50 -3)
notebooks/03_APIs/pt-text-classification/utilities.py (+0 -49)
notebooks/03_APIs/tf-text-classification/.gitignore copy (+0 -21)
📝 notebooks/03_APIs/tf-text-classification/Dockerfile (+1 -4)
📝 notebooks/03_APIs/tf-text-classification/README.md (+11 -12)
📝 notebooks/03_APIs/tf-text-classification/requirements.txt (+1 -0)
📝 notebooks/03_APIs/tf-text-classification/text_classification/app.py (+5 -3)
📝 notebooks/03_APIs/tf-text-classification/text_classification/config.py (+6 -3)
📝 notebooks/03_APIs/tf-text-classification/text_classification/data.py (+2 -3)
notebooks/03_APIs/tf-text-classification/text_classification/hp.py (+46 -0)
📝 notebooks/03_APIs/tf-text-classification/text_classification/predict.py (+3 -3)

...and 3 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GokuMohandas/Made-With-ML/pull/172 **Author:** [@GokuMohandas](https://github.com/GokuMohandas) **Created:** 3/30/2020 **Status:** ✅ Merged **Merged:** 3/30/2020 **Merged by:** [@GokuMohandas](https://github.com/GokuMohandas) **Base:** `master` ← **Head:** `hp` --- ### 📝 Commits (1) - [`4f42dae`](https://github.com/GokuMohandas/Made-With-ML/commit/4f42daef33a03fdc31e3baaecae911a5f0324992) added tuning + api reorg ### 📊 Changes **23 files changed** (+276 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `notebooks/03_APIs/pt-text-classification/Dockerfile` (+1 -4) 📝 `notebooks/03_APIs/pt-text-classification/README.md` (+12 -13) 📝 `notebooks/03_APIs/pt-text-classification/requirements.txt` (+1 -0) 📝 `notebooks/03_APIs/pt-text-classification/text_classification/app.py` (+5 -3) 📝 `notebooks/03_APIs/pt-text-classification/text_classification/config.py` (+4 -3) 📝 `notebooks/03_APIs/pt-text-classification/text_classification/data.py` (+2 -3) ➕ `notebooks/03_APIs/pt-text-classification/text_classification/hp.py` (+46 -0) 📝 `notebooks/03_APIs/pt-text-classification/text_classification/predict.py` (+3 -3) 📝 `notebooks/03_APIs/pt-text-classification/text_classification/train.py` (+14 -13) 📝 `notebooks/03_APIs/pt-text-classification/text_classification/utils.py` (+50 -3) ➖ `notebooks/03_APIs/pt-text-classification/utilities.py` (+0 -49) ➖ `notebooks/03_APIs/tf-text-classification/.gitignore copy` (+0 -21) 📝 `notebooks/03_APIs/tf-text-classification/Dockerfile` (+1 -4) 📝 `notebooks/03_APIs/tf-text-classification/README.md` (+11 -12) 📝 `notebooks/03_APIs/tf-text-classification/requirements.txt` (+1 -0) 📝 `notebooks/03_APIs/tf-text-classification/text_classification/app.py` (+5 -3) 📝 `notebooks/03_APIs/tf-text-classification/text_classification/config.py` (+6 -3) 📝 `notebooks/03_APIs/tf-text-classification/text_classification/data.py` (+2 -3) ➕ `notebooks/03_APIs/tf-text-classification/text_classification/hp.py` (+46 -0) 📝 `notebooks/03_APIs/tf-text-classification/text_classification/predict.py` (+3 -3) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 00:10:30 -05:00
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#226