You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classification model to decide if a patient has risk of developing a heart
711
711
disease. This would depend on the patient’s Body Mass Index which is defined
712
712
as <codeclass="docutils literal notranslate"><spanclass="pre">weight</span><spanclass="pre">/</span><spanclass="pre">height</span><spanclass="pre">**</span><spanclass="pre">2</span></code>.</p>
713
-
<p>We load the dataset penguins dataset. We first use a set of 3 numerical
713
+
<p>We load the penguins dataset. We first use a set of 3 numerical
714
714
features to predict the target, i.e. the body mass of the penguin.</p>
classification model to decide if a patient has risk of developing a heart
711
711
disease. This would depend on the patient’s Body Mass Index which is defined
712
712
as <codeclass="docutils literal notranslate"><spanclass="pre">weight</span><spanclass="pre">/</span><spanclass="pre">height</span><spanclass="pre">**</span><spanclass="pre">2</span></code>.</p>
713
-
<p>We load the dataset penguins dataset. We first use a set of 3 numerical
713
+
<p>We load the penguins dataset. We first use a set of 3 numerical
714
714
features to predict the target, i.e. the body mass of the penguin.</p>
0 commit comments