{ "cells": [ { "cell_type": "markdown", "id": "b8c45724", "metadata": {}, "source": [ "# Retrying some regression\n", "\n", "## Instructions\n", "\n", "In the section, you used a subset of the pumpkin data. Now, go back to the original data and try to use all of it, cleaned and standardized, to build a Logistic Regression model.\n", "\n", "## Rubric\n", "\n", "| Criteria | Exemplary | Adequate | Needs Improvement |\n", "| -------- | ----------------------------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------- |\n", "| | A notebook is presented with a well-explained and well-performing model | A notebook is presented with a model that performs minimally | A notebook is presented with a sub-performing model or none |\n", "\n", "## Acknowledgments\n", "\n", "Thanks to Microsoft for creating the open-source course [ML-For-Beginners](https://github.com/microsoft/ML-For-Beginners). It inspires the majority of the content in this chapter." ] } ], "metadata": { "jupytext": { "cell_metadata_filter": "-all", "formats": "md:myst", "text_representation": { "extension": ".md", "format_name": "myst", "format_version": 0.13, "jupytext_version": "1.11.5" } }, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "source_map": [ 14 ] }, "nbformat": 4, "nbformat_minor": 5 }