Hello,
I just ran a default SVM model on the same data set, Tablet Production.jmp
I'm using JMP16.2 on a Mac
I randomly selected 50% of the rows and set their state to Hidden/Excluded
I ran the SVM platform from the Analyze menu with and without the hidden/excluded state.
It looks like the platform is obeying the row state.
Why isn't SciKit Matching JMP? It likely has to do with how The model was parameterized.
For example, the default Fit might not match the default in SciKit.
Support Vector Machines(
Y( :Dissolution ),
X(
:API Particle Size, :Mill Time, :Screen Size, :Mag. Stearate Supplier,
:Lactose Supplier, :Sugar Supplier, :Talc Supplier, :Blend Time,
:Blend Speed, :Compressor, :Force, :Coating Supplier, :Coating Viscosity,
:Inlet Temp, :Exhaust Temp, :Spray Rate, :Atomizer Pressure
),
Fit(
Kernel Function( "Radial Basis Function" ),
Gamma( 0.0588235294117647 ),
Cost( 1 ),
Validation Method( "None" )
)
);
JMP Systems Engineer, Health and Life Sciences (Pharma)