Skip to content

Commit

Permalink
hide imports nonlinear smoothing
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavesmontero committed Nov 22, 2024
1 parent 8d043dd commit 2b91ad4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions lace/utils/nonlinear_smoothing_p1d.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import numpy as np
import skfda
from skfda.misc.hat_matrix import NadarayaWatsonHatMatrix
from skfda.misc.kernels import epanechnikov
from skfda.preprocessing.smoothing import KernelSmoother


class Nonlinear_Smoothing(object):
"""Smooth P1D using a nonlinear approach"""

import numpy as np
import skfda
from skfda.misc.hat_matrix import NadarayaWatsonHatMatrix
from skfda.misc.kernels import epanechnikov
from skfda.preprocessing.smoothing import KernelSmoother

def __init__(
self,
data_set_kernel,
Expand Down

0 comments on commit 2b91ad4

Please sign in to comment.