Skip to content

Commit

Permalink
get_dataset()
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 10, 2025
1 parent 4c7c678 commit ba10c35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion marginaleffects/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"slopes",
"fit_statsmodels",
"fit_sklearn",
"get_datasets",
"get_dataset",
]

0 comments on commit ba10c35

Please sign in to comment.