<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hey Guys,</p>
<p><br>
</p>
<p>So I'm trying to fit an SGD classifier on a dataset that has 900,000 for about 3,600 features (high cardinality).</p>
<p><br>
</p>
<p>Here is my model:</p>
<p><span id="ms-rterangepaste-start"></span></p>
<div>model = SGDClassifier(loss='log',penalty=None,alpha=0.0,</div>
<div> l1_ratio=0.0,fit_intercept=False,n_iter=1,shuffle=False,learning_rate='constant',</div>
<div> eta0=1.0)</div>
<div><br>
</div>
<div>When I run the model.fit function, The program runs for about 5 minutes, and I receive the message "the kernel has died" from Jupyter.</div>
<div><br>
</div>
<div>Any idea what may cause that? Is my training data too big (in terms of features)? Can I do anything (parameters) to finish training?</div>
<div><br>
Thanks in advance for your help!</div>
<div> </div>
<span id="ms-rterangepaste-end"></span><span style="font-size: 11pt;"></span><br>
<p></p>
</div>
</body>
</html>