Fill This Form To Receive Instant Help
Homework answers / question archive / Introduction (please read carefully) undefined For some of the following tasks you will need to analyze a data set
Introduction (please read carefully)
undefined
For some of the following tasks you will need to analyze a data set. More information regarding this dataset can be found online here:
undefined
https://www.kaggle.com/fedesoriano/company-bankruptcy-prediction
undefined
undefined
undefined
undefined
undefined
Whereyis the observed target variable andf ( x)is a model explaining
undefined
y, and?is the error.
undefined
undefined
Download the data set “bankruptcy.csv” from the course page on campusnet or from the myebs dropbox. The target variable (y) in this dataset is a binary variable indicating whether a company has gone bankrupt. All other variables in the data set can be used for prediction.
undefined
undefined
undefined
undefined
You are allowed to use the scikit-learn package (or any packages of your choice) to answer the following questions.
undefined
undefined
https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Logistic Regression.html. (You can use all available x variables to train your model but often it makes sense to reduce the number of variables before training).