8000 added scikit learn event in zurich · EdAbati/python-sprints.github.io@6f13530 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f13530

Browse files
committed
added scikit learn event in zurich
1 parent 82dbd19 commit 6f13530

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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/291718007/
7+
event_link:
8+
project: scikit-learn
9+
image:
10+
sponsor: scigility
11+
---
12+
13+
Welcome to the first sprint of Python Sprints Zürich!
14+
15+
In our first meetup, we'll have the opportunity to contribute to `scikit-learn`, 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+
24+
Agenda
25+
------
26+
27+
- 18.30: Welcome, networking, drinks and food
28+
- 18.45: Sponsor presentation, scikit-learn presentation
29+
- 19.00: Coding
30+
- 21.30: End of the event, pub/drinks nearby for those who want to join
31+
32+
33+
How to prepare for the sprint
34+
-----------------------------
35+
36+
You need to **bring your own laptop** and **have a development environment already set up**:
37+
38+
- 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
39+
- (Optional) [Extra videos resources](https://scikit-learn.org/dev/developers/contributing.html#video-resources) are also available:
40+
- 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)
41+
- 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)
42+
- 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)
43+
- 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)
44+
45+
### First Time Contributors
46+
47+
- Create a [GitHub account](https://github.com) if you don't have one.
48+
- 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)).
49+
- 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.
50+
- Check out the videos linked above to get familiar with the process of contributing to scikit-learn.
51+
52+
Code of Conduct
53+
---------------
54+
55+
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)
0