From 41c2842e46d3f0b5500d66478809968b5db69970 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 7 Mar 2020 09:19:57 +0700 Subject: python/python3-patsy: Added (statistical models). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-patsy/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/python3-patsy/README (limited to 'python/python3-patsy/README') diff --git a/python/python3-patsy/README b/python/python3-patsy/README new file mode 100644 index 0000000000..02a4b97659 --- /dev/null +++ b/python/python3-patsy/README @@ -0,0 +1,4 @@ +Patsy is a Python package for describing statistical models (especially +linear models, or models that have a linear component) and building +design matrices. It is closely inspired by and compatible with the +formula mini-language used in R and S. -- cgit v1.2.3