Skip to content

Commit 1b2e17e

Browse files
authored
add zurich event 2023-11-07 (#212)
1 parent 89a66a1 commit 1b2e17e

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
category: "zurich"
3+
title: "Scikit-Learn Sprint"
4+
level: "All"
5+
time: "18:30"
6+
rsvp_link: https://www.meetup.com/python-sprints-zurich/events/296536487/
7+
event_link:
8+
project: scikit-learn
9+
image:
10+
sponsor: scigility
11+
---
12+
13+
Welcome to our 2nd meetup, this time in collaboration with "[Zürich Women in Machine Learning and Data Science](https://www.meetup.com/zurich-women-in-machine-learning-and-data-science/)"!
14+
15+
Once again, we will have the chance to contribute to [`scikit-learn`](https://scikit-learn.org), one of the [most popular](https://www.kaggle.com/kaggle-survey-2022) open-source libraries for machine learning!
16+
17+
We'll have core developers from scikit-learn leading the sprint. As always, **we welcome new contributors**. For beginners in open-source, we will have a beginners' table where you can make your first pull request on GitHub.
18+
19+
Please read the details below for more info on how to prepare for the event and what to expect during the evening.
20+
21+
This event has **limited seats** and may have a **waiting list**. If you're confirmed but can't attend, please remember to release your place to someone else. Similarly, please don't show up if you're on the waiting list but haven't been confirmed. Unfortunately, we won't be able to accommodate more people than planned.
22+
23+
If you are a member of "[Zürich Women in Machine Learning and Data Science](https://www.meetup.com/zurich-women-in-machine-learning-and-data-science/)" and you cannot find a space here, you can join their event [here](https://www.meetup.com/zurich-women-in-machine-learning-and-data-science/events/296446850/) instead.
24+
25+
26+
Agenda
27+
------
28+
29+
- 18.30: Welcome, networking, drinks and food
30+
- 18.45: Sponsor presentation, scikit-learn presentation
31+
- 19.00: Coding
32+
- 21.30: End of the event, pub/drinks nearby for those who want to join
33+
34+
How to prepare for the sprint
35+
-----------------------------
36+
37+
You need to **bring your own laptop** and **have a development environment already set up**:
38+
39+
- Create the scikit-learn development environment following the [instructions](https://scikit-learn.org/dev/developers/contributing.html#how-to-contribute) from steps 1 to 6
40+
- (Optional) [Extra videos resources](https://scikit-learn.org/dev/developers/contributing.html#video-resources) are also available:
41+
- Crash Course in Contributing to Scikit-Learn & Open Source Projects: [Video](https://youtu.be/5OL8XoMMOfA), [Transcript](https://github.com/data-umbrella/event-transcripts/blob/main/2020/05-andreas-mueller-contributing.md)
42+
- Example of Submitting a Pull Request to scikit-learn: [Video](https://youtu.be/PU1WyDPGePI), [Transcript](https://github.com/data-umbrella/event-transcripts/blob/main/2020/06-reshama-shaikh-sklearn-pr.md)
43+
- Sprint-specific instructions and practical tips: [Video](https://youtu.be/p_2Uw2BxdhA), [Transcript](https://github.com/data-umbrella/data-umbrella-scikit-learn-sprint/blob/master/3_transcript_ACM_video_vol2.md)
44+
- 3 Components of Reviewing a Pull Request: [Video](https://youtu.be/dyxS9KKCNzA), [Transcript](https://github.com/data-umbrella/event-transcripts/blob/main/2021/27-thomas-pr.md)
45+
46+
### First Time Contributors
47+
48+
- Create a [GitHub account](https://github.com) if you don't have one.
49+
- Install Python if you don't have it already (for this sprint, we suggest using [Miniconda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) or [Anaconda](https://docs.anaconda.com/anaconda/install/index.html)).
50+
- If you can, set up the development environment as shown above. If you experience any problems, we'll help you fix them during the event.
51+
- Check out the videos linked above to get familiar with the process of contributing to scikit-learn.
52+
53+
Code of Conduct
54+
---------------
55+
56+
Please be reminded that all participants are expected to follow the [NumFOCUS Code of Conduct](https://numfocus.org/code-of-conduct)

0 commit comments

Comments
 (0)