From 89f0114638f38bc04db4d2c2c3bf127343c7ce23 Mon Sep 17 00:00:00 2001 From: tiemvanderdeure Date: Fri, 22 Nov 2024 15:20:48 +0100 Subject: [PATCH] use from MLJBase once --- src/SpeciesDistributionModels.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/SpeciesDistributionModels.jl b/src/SpeciesDistributionModels.jl index f3323c6..1e4dae7 100644 --- a/src/SpeciesDistributionModels.jl +++ b/src/SpeciesDistributionModels.jl @@ -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,