From 83c0ff3de1925b0e2d4831a9ccb6ffc196aa795b Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 15 Nov 2024 06:30:23 -0600 Subject: [PATCH] [docs] add note about pyodide support (#6715) * [docs] add note about pyodide support * Update README.md Co-authored-by: Nikita Titov --------- Co-authored-by: Nikita Titov --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f151c9db2ebe..39108559e8bc 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,8 @@ lightgbm-transform (feature transformation binding): https://github.com/microsof `postgresml` (LightGBM training and prediction in SQL, via a Postgres extension): https://github.com/postgresml/postgresml +`pyodide` (run `lightgbm` Python-package in a web browser): https://github.com/pyodide/pyodide + `vaex-ml` (Python DataFrame library with its own interface to LightGBM): https://github.com/vaexio/vaex Support