Logistic Regression Define X and Y for Prediction

Jason Friedman jsf80238 at gmail.com
Wed Nov 13 19:19:17 EST 2019


>
>
> When I define the X and Y values for prediction in the train and test
> data, should I capture all the columns that has been "OneHotEncoded" (that
> is all columns with 0 and 1) for the X and Y values???
>

You might have better luck asking on Stackoverflow, per the Pandas
instructions: https://pandas.pydata.org/community.html.


More information about the Python-list mailing list