1
0
mirror of https://github.com/gsi-upm/sitc synced 2024-09-20 20:31:43 +00:00
This commit is contained in:
cif 2022-03-07 14:19:44 +01:00
parent 7bf0fb6479
commit f0278aea33

View File

@ -3,7 +3,7 @@ import matplotlib.pyplot as plt
import numpy as np
from sklearn import svm
#Taken from http://nbviewer.jupyter.org/github/agconti/kaggle-titanic/blob/master/Titanic.ipynb
# Taken from http://nbviewer.jupyter.org/github/agconti/kaggle-titanic/blob/master/Titanic.ipynb
def plot_svm(df):
# set plotting parameters