• Stars
    star
    2
  • Language
    Jupyter Notebook
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This notebook explores a popular use case in machine learning, which involves predicting whether an object is a rock or a mine using sonar data. The prediction task is accomplished using logistic regression, and the performance of the model is further improved by tuning the hyperparameters of the logistic regression algorithm