@@ -9,13 +9,14 @@ If you attended one of these talks and have follow-up questions
9
9
10
10
## Gallery
11
11
12
+ ### Conferences and Meetups
13
+
12
14
Click the "title" links below for links to slides, code, and other background information.
13
15
14
16
| title | video(s) |
15
17
| :------------------------------------------------------------------------------------------| :----------------------------------------------------------------------:|
16
- | [ "Building for Small Data Science Teams"] [ 36 ] | [ MLOps Community Podcast] [ 37 ] |
17
18
| [ "Comparing ` {lightgbm} ` to other R GBDT libraries"] [ 26 ] | [ New York Stats Meetup (May 2021)] [ 27 ] |
18
- | [ "Dask and LightGBM (light intro)"] [ 34 ] | [ Austin Python Meetup (November 2021)] [ 35 ] |
19
+ | [ "Dask and LightGBM (light intro)"] [ 34 ] | [ Austin Python Meetup (Nov 2021)] [ 35 ] |
19
20
| [ "Does that CSV belong on PyPI? Probably not"] [ 40 ] | [ SciPy 2022] [ 41 ] |
20
21
| [ "Economics Consulting"] [ 14 ] | --- |
21
22
| [ "Economics as a Science"] [ 13 ] | --- |
@@ -36,6 +37,17 @@ Click the "title" links below for links to slides, code, and other background in
36
37
| [ "You can do Open Source"] [ 1 ] | [ satRdays Chicago (Apr 2019)] [ 2 ] |
37
38
| [ "You can and should do Open Source"] [ 32 ] | [ CatBoost: от 0 до 1.0.0] [ 33 ] |
38
39
40
+ ### Podcasts
41
+
42
+ * [ "Building for Small Data Science Teams"] [ 36 ] ([ MLOps Community podcast (Dec 2021)] [ 37 ] )
43
+ * [ "From Open Source to Traditional ML"] [ 42 ] ([ Top End Devs (Dec 2023)] [ 43 ] )
44
+
45
+ ### Writing
46
+
47
+ * "Scaling LightGBM with Dask" ([ ODSC Blog (Feb 2021)] [ 44 ] )
48
+ * "What does a Machine Learning Engineer Do?" ([ MLOps Community Blog (Sep 2022)] [ 45 ] )
49
+ * "Once A Maintainer: James Lamb" ([ Allison Pike's "Once a Maintainer" Blog (Oct 2023)] [ 46 ] )
50
+
39
51
[ 1 ] : ./you-can-do-open-source
40
52
[ 2 ] : https://www.youtube.com/watch?v=quFhQvizBE8&t=4h35m15s
41
53
[ 3 ] : ./road-to-a-data-science-career
@@ -77,8 +89,8 @@ Click the "title" links below for links to slides, code, and other background in
77
89
[ 39 ] : https://www.youtube.com/watch?v=d5iZONHGQT0&t=38m34s
78
90
[ 40 ] : ./does-that-csv-belong-on-pypi
79
91
[ 41 ] : https://www.youtube.com/watch?v=-Jqx5QxaNmA&list=PLYx7XA2nY5GcuVaU-l1hPOFgtnhmcHZzC&index=10&t=3h24m50s
80
-
81
- ## Writing
82
-
83
- * [ "Scaling LightGBM with Dask" ] ( https://opendatascience.com/scaling-lightgbm-with-dask/ ) (ODSC Blog)
84
- * [ "What does a Machine Learning Engineer Do?" ] ( https://mlops.community/james-lamb-machine-learning-engineer/ ) (MLOps Community Blog)
92
+ [ 42 ] : ./from-open-source-to-traditional-ml
93
+ [ 43 ] : https://topenddevs.com/podcasts/adventures-in-machine-learning/episodes/from-open-source-to-traditional-ml-with-james-lamb-ml-138
94
+ [ 44 ] : https://opendatascience.com/scaling-lightgbm-with-dask/
95
+ [ 45 ] : https://mlops.community/james-lamb-machine-learning-engineer/
96
+ [ 46 ] : https://onceamaintainer.substack.com/p/once-a-maintainer-james-lamb
0 commit comments