Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Pass through the kwargs to the various interpolators #10378
Comments
jreback
changed the title from
Pass through the kwargs to the various inerpolators to Pass through the kwargs to the various interpolators
Jun 17, 2015
This was referenced Jun 17, 2015
jreback
added Missing-data Numeric
labels
Jun 18, 2015
jreback
closed this
in #10383
Jun 26, 2015
jreback
added this to the
0.17.0
milestone
Jun 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cancan101 commentedJun 17, 2015
Many of the interpolators have additional arguments so why not pass the
kwargscollected byinterpolatefunction to the underlying interpolators?For example the spline function can also take a smoothing factor
s.