Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pillow from 7.2.0 to 8.2.0 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# bwki-weekly-tasks
BWKI Task of the week
# bwki-weekly-tasks is now renamed to Aufgabenpool

**Aufgabenpool**
How to implement a new task to the taskpool of ki-kurs.org ?!
1. **Create a feature branch** from master branch (clone)
2. Upload the challenge as Aufgabe-number.ipynb and the solution Loesung_number.ipynb
3. Set up a PR set one of the SEs as a reviewer
4. Go to
5. Put in:
Githubrepo: https://github.com/bethgelab/bwki-weekly-tasks.git
head: master
path to notebook: Aufgabe-(number from above).ipynb
6. Copy Binder Link for solution as well as for task.
7. Go to the repo of the courseplatform
8. **Create a feature branch from development_2** !!!
9. Go to --> courseplatform/frontend/src/tasks.json
10. Copy the last task and **replace** elements by your infos. Thats how it should look like:
{
"title":"Schriftfarbenvorhersager",
"difficulty": 2,
"category": "Algorithmen",
"objective": "Umsetzung eines ML-Projekts mit einem vereinfachten neuronalen Netz",
"description": "Diese Aufgabe wurde von einem Teilnehmer am BWKI gestellt. Danke Christoph! In dieser Aufgabe bearbeitet ihr ein Machine Learning Projekt von Anfang bis Ende. Das heißt, ihr programmiert zunächst ein Tool zum Datensammeln und erstellt euch so einen Datensatz. Im Anschluss implementiert ihr ein vereinfachtes neuronales Netz, trainiert dieses und am Ende wertet ihr die Vorhersagen aus.",
"notebook": "https://mybinder.org/v2/gh/bethgelab/bwki-weekly-tasks/master?filepath=%2FSchueleraufgaben%2FSchriftfarbenwahl_Aufgabe%2Faufgabe_schriftfarben_vorhersage.ipynb",
"solution": "https://mybinder.org/v2/gh/bethgelab/bwki-weekly-tasks/master?filepath=%2FSchueleraufgaben%2FSchriftfarbenwahl_Aufgabe%2Floesung_schriftfarben_vorhersage.ipynb",
"studenttask": true
}]

11. Push your changes to your feature branch
12. Set up a PR and set one of the SEs as a reviewer, they will review and deploy the changes.

Cheers
Caro

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy==1.18.4
matplotlib==3.1.3
scikit-learn==0.22.1
pandas==1.0.3
Pillow==7.2.0
Pillow==8.2.0