Skip to content

Commit 98c3015

Browse files
authored
add podcasts (#52)
1 parent 05df345 commit 98c3015

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ If you attended one of these talks and have follow-up questions
99

1010
## Gallery
1111

12+
### Conferences and Meetups
13+
1214
Click the "title" links below for links to slides, code, and other background information.
1315

1416
| title | video(s) |
1517
|:------------------------------------------------------------------------------------------|:----------------------------------------------------------------------:|
16-
| ["Building for Small Data Science Teams"][36] | [MLOps Community Podcast][37] |
1718
| ["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] |
1920
| ["Does that CSV belong on PyPI? Probably not"][40] | [SciPy 2022][41] |
2021
| ["Economics Consulting"][14] | --- |
2122
| ["Economics as a Science"][13] | --- |
@@ -36,6 +37,17 @@ Click the "title" links below for links to slides, code, and other background in
3637
| ["You can do Open Source"][1] | [satRdays Chicago (Apr 2019)][2] |
3738
| ["You can and should do Open Source"][32] | [CatBoost: от 0 до 1.0.0][33] |
3839

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+
3951
[1]: ./you-can-do-open-source
4052
[2]: https://www.youtube.com/watch?v=quFhQvizBE8&t=4h35m15s
4153
[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
7789
[39]: https://www.youtube.com/watch?v=d5iZONHGQT0&t=38m34s
7890
[40]: ./does-that-csv-belong-on-pypi
7991
[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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# From Open Source to Traditional ML
2+
3+
## Description
4+
5+
1-hour podcast interview covering:
6+
7+
* how I got started with open source
8+
* how I got start with LightGBM
9+
* my opinions on how to make a project friendly for new contributors
10+
* a wide range of other topics related open source contributions
11+
12+
## Where this talk has been given:
13+
14+
* (virtual) [Top End Devs sodcast](https://topenddevs.com/podcasts/adventures-in-machine-learning/episodes/from-open-source-to-traditional-ml-with-james-lamb-ml-138)

0 commit comments

Comments
 (0)