-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.jl
More file actions
27 lines (19 loc) · 775 Bytes
/
testing.jl
File metadata and controls
27 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### A Pluto.jl notebook ###
# v0.20.0
using Markdown
using InteractiveUtils
# ╔═╡ 040ea88d-880f-4937-997e-a15d6a3a4fdc
begin
using Pkg
Pkg.activate(".")
end
# ╔═╡ 3eea81c2-8c51-11ef-3910-415e5db569ed
using DataFrames, Plots, MLJ, MLJModels, HypothesisTests, CSV, Printf, Plots, MLJLinearModels, StatsPlots, Statistics, CategoricalArrays, Random, DecisionTree,MLJDecisionTreeInterface
# ╔═╡ d65961b4-2c37-471d-b8fb-254d2c15e400
# ╔═╡ 705511fc-41c5-4043-9ae0-0941c831e908
restored_mach = MLJ.machine("models/RF_Classifier_DS1_Model.jls")
# ╔═╡ Cell order:
# ╠═040ea88d-880f-4937-997e-a15d6a3a4fdc
# ╠═3eea81c2-8c51-11ef-3910-415e5db569ed
# ╠═d65961b4-2c37-471d-b8fb-254d2c15e400
# ╠═705511fc-41c5-4043-9ae0-0941c831e908