SNM Algorithm #150280
Unanswered
HebaBelal
asked this question in
Programming Help
SNM Algorithm
#150280
Replies: 2 comments 2 replies
-
Thanks for posting in the GitHub Community, @HebaBelal ! We’ve moved your post to our Programming Help 🧑💻 category, which is more appropriate for this type of discussion. Please review our guidelines about the Programming Help category for more information. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The difference between these two commands lies in the SVM = SVC(kernel='linear', random_state=0)
SVM = SVC(kernel='linear') Key Differences:1. With
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
Hey,
Seeking your support to clarify the variance between the below Commands:
SVM = SVC(kernel='linear',random_state=0)
SVM = SVC(kernel='linear')
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions