Re: [scikit-learn] update pydata schedule

2016-08-18 Thread m...@sebastianraschka.com
Sorry for this previous Email, please disregard. This was a reminder to myself and I somehow sent it to the wrong recipient. Sent from my iPhone > On Aug 18, 2016, at 11:44 AM, Sebastian Raschka > wrote: > > > ___ > scikit-learn mailing list > scik

Re: [scikit-learn] Inconsistent Logistic Regression fit results

2016-08-15 Thread m...@sebastianraschka.com
9361743, 0.55004] > > log_run(df_save, y) > Out[10]: [0.027728, 0.5] > > > Chris > >> On Aug 15, 2016, at 3:42 PM, [email protected] wrote: >> >> Hi, Chris, >> have you set the random seed to a speci

Re: [scikit-learn] Inconsistent Logistic Regression fit results

2016-08-15 Thread m...@sebastianraschka.com
Hi, Chris, have you set the random seed to a specific, contant integer value? Note that the default in LogisticRegression is random_state=None. Setting it to some arbitrary number like 123 may help if you haven’t done so, yet. Best, Sebastian > On Aug 15, 2016, at 5:27 PM, Chris Cameron wrot