Skip to content

Commit

Permalink
use from MLJBase once
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure committed Nov 22, 2024
1 parent 94732e7 commit 89f0114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SpeciesDistributionModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import MLJBase, StatisticalMeasures, CategoricalArrays
import GLM, PrettyTables, Rasters, Shapley, Loess, Distances
import GeoInterface as GI

using MLJBase: pdf
using Rasters: Raster, RasterStack, Band, DD
using ComputationalResources: CPU1, CPUThreads, AbstractCPU, CPUProcesses
using StatisticalMeasures: auc, kappa, sensitivity, selectivity, accuracy, StatisticalMeasuresBase
using ScientificTypesBase: Continuous, OrderedFactor, Multiclass, Count
import MLJBase: StratifiedCV, CV, Holdout, ResamplingStrategy, Machine, Probabilistic
import MLJBase: StratifiedCV, CV, Holdout, ResamplingStrategy, Machine, Probabilistic, pdf

export SDMensemble, predict, sdm, sdmdata, select, machines, machine_keys,
remove_collinear, thin,
Expand Down

0 comments on commit 89f0114

Please sign in to comment.