diff --git a/NEWS.md b/NEWS.md index a4ee332..af0c28c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# Development + +New functions: + +* `get_dataset()` +* `fit_sklearn()`, `fit_statsmodels()`, `fit_linearmodels()` + # 0.0.14 * Thanks to Narwhals, marginaleffects can now ingest data frames in multiple formats and convert them to the Polars representation that we need internally. This no longer requires external dependencies like Pandas or DuckDB. Thanks to @artiom-matvei. diff --git a/marginaleffects/__init__.py b/marginaleffects/__init__.py index 2147d6c..c177608 100644 --- a/marginaleffects/__init__.py +++ b/marginaleffects/__init__.py @@ -24,5 +24,5 @@ "slopes", "fit_statsmodels", "fit_sklearn", - "get_datasets", + "get_dataset", ]