Skip to content

Commit

Permalink
remove export of transform
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Apr 15, 2019
1 parent d2c8580 commit 6828619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OnlineStats.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using RecipesBase, Reexport, Statistics, LinearAlgebra, Dates

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

0 comments on commit 6828619

Please sign in to comment.