From 97cefb75bbb40b5906025cc2a577b600ab893a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?daniel=20serv=C3=A9n?= Date: Wed, 31 Oct 2018 18:11:03 +0100 Subject: [PATCH] update doct string formatting --- pygam/terms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pygam/terms.py b/pygam/terms.py index f184e002..117584b4 100644 --- a/pygam/terms.py +++ b/pygam/terms.py @@ -625,6 +625,7 @@ def __init__(self, feature, n_splines=20, spline_order=3, lam=0.6, Type of basis function to use in the term. 'ps' : p-spline basis + 'cp' : cyclic p-spline basis, useful for building periodic functions. by default, the maximum and minimum of the feature values are used to determine the function's period.