Skip to content

Commit 6828619

Browse files
committed
remove export of transform
1 parent d2c8580 commit 6828619

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/OnlineStats.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using RecipesBase, Reexport, Statistics, LinearAlgebra, Dates
55

66
import OnlineStatsBase: OnlineStat, name, _fit!, _merge!, eachrow, smooth, smooth!,
77
smooth_syr!, bessel, Extrema, StatCollection, Mean, Variance, Series, FTSeries
8-
import LearnBase: fit!, nobs, value, predict, transform, transform!
8+
import LearnBase: fit!, nobs, value, predict
99
import StatsBase: autocov, autocor, confint, skewness, kurtosis, entropy, midpoints,
1010
fweights, sample, coef, Histogram
1111
import DataStructures: OrderedDict, CircularBuffer
@@ -16,7 +16,7 @@ export
1616
mean, var, std, cov, cor,
1717
# functions
1818
fit!, nobs, value, autocov, autocor, predict, confint, probs, skewness, kurtosis,
19-
classify, coef, transform, transform!, stats, series,
19+
classify, coef, stats, series,
2020
# weights
2121
EqualWeight, ExponentialWeight, LearningRate, LearningRate2, HarmonicWeight,
2222
McclainWeight, Bounded, Scaled,

0 commit comments

Comments
 (0)