You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for all the work -
I am getting into Julia and I used ROC last week with success.
This command was working last week but not anymore: r = roc(mergeDf[:cumLSCount], mergeDf[:cumSusceptibility])
Give me this error message:
ERROR: LoadError: MethodError: no method matching roc(::Vector{Union{Missing, Float64}}, ::Vector{Union{Missing, Float64}})
Hi,
Thanks for all the work -
I am getting into Julia and I used ROC last week with success.
This command was working last week but not anymore:
r = roc(mergeDf[:cumLSCount], mergeDf[:cumSusceptibility])
Give me this error message:
ERROR: LoadError: MethodError: no method matching roc(::Vector{Union{Missing, Float64}}, ::Vector{Union{Missing, Float64}})
And some Pkg information:
Status
~/.julia/environments/v1.6/Project.toml
[46ada45e] Agents v4.0.1
[6e4b80f9] BenchmarkTools v1.0.0
[336ed68f] CSV v0.8.5
[a93c6f00] DataFrames v0.21.8
[1313f7d8] DataFramesMeta v0.6.1
[31c24e10] Distributions v0.23.8
[7073ff75] IJulia v1.23.2
[a93385a2] JuliaDB v0.13.0
[add582a8] MLJ v0.14.1
[86cd37e6] OpenStreetMapX v0.2.3
[91a5bcdd] Plots v0.28.4
[c3e4b0f8] Pluto v0.14.8
[49802e3a] ProgressBars v1.2.0
[f535d66d] ROCAnalysis v0.3.0
[b0e4dd01] RollingFunctions v0.6.2
[8e980c4a] Shapefile v0.6.2
[f3b207a7] StatsPlots v0.14.5
[44cfe95a] Pkg
First time posting so please let me know if you need more information
The text was updated successfully, but these errors were encountered: