Create an instance of LogisticRegression. Use cross_val_score() to estimate the model's out-of-sample performance on the dataset. Use 5-fold CV with accuracy as the metric. Print the scores for each fold, as well as mean score. Round all scores to 3 decimal places.