File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed
Module 4 - Machine Learning/04. Supervised ML Algorithms/10. Hyperparameter Tuning/code Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 22 "cells" : [
33 {
44 "cell_type" : " markdown" ,
5+ "id" : " 958937cd" ,
56 "metadata" : {},
67 "source" : [
78 " # Overfitting vs Underfitting"
89 ]
910 },
1011 {
1112 "cell_type" : " markdown" ,
13+ "id" : " 36c50fd2" ,
1214 "metadata" : {},
1315 "source" : [
1416 " ## Occam's Razor - \n " ,
5961 },
6062 {
6163 "cell_type" : " markdown" ,
64+ "id" : " 443deda5" ,
6265 "metadata" : {},
6366 "source" : [
6467 " ## Hyperparameter Tuning"
6770 {
6871 "cell_type" : " code" ,
6972 "execution_count" : 1 ,
73+ "id" : " 70c1ebca" ,
7074 "metadata" : {},
7175 "outputs" : [],
7276 "source" : [
8084 {
8185 "cell_type" : " code" ,
8286 "execution_count" : 2 ,
87+ "id" : " 9f788284" ,
8388 "metadata" : {},
8489 "outputs" : [],
8590 "source" : [
8994 {
9095 "cell_type" : " code" ,
9196 "execution_count" : 3 ,
97+ "id" : " 34b9adb3" ,
9298 "metadata" : {},
9399 "outputs" : [],
94100 "source" : [
99105 {
100106 "cell_type" : " code" ,
101107 "execution_count" : 4 ,
108+ "id" : " 952a3f05" ,
102109 "metadata" : {},
103110 "outputs" : [],
104111 "source" : [
111118 {
112119 "cell_type" : " code" ,
113120 "execution_count" : 5 ,
121+ "id" : " 15715f74" ,
114122 "metadata" : {},
115123 "outputs" : [
116124 {
167175 {
168176 "cell_type" : " code" ,
169177 "execution_count" : 6 ,
178+ "id" : " 0861d9a0" ,
170179 "metadata" : {},
171180 "outputs" : [
172181 {
193202 {
194203 "cell_type" : " code" ,
195204 "execution_count" : 7 ,
205+ "id" : " d5323854" ,
196206 "metadata" : {},
197207 "outputs" : [
198208 {
249259 {
250260 "cell_type" : " code" ,
251261 "execution_count" : 8 ,
262+ "id" : " c30e1761" ,
252263 "metadata" : {},
253264 "outputs" : [
254265 {
274285 },
275286 {
276287 "cell_type" : " markdown" ,
288+ "id" : " fd3dcf13" ,
277289 "metadata" : {},
278290 "source" : [
279291 " ## Cross Validation"
280292 ]
281293 },
282294 {
283295 "cell_type" : " markdown" ,
296+ "id" : " eb5c347a" ,
284297 "metadata" : {},
285298 "source" : [
286299 " ### GridSearchCV"
289302 {
290303 "cell_type" : " code" ,
291304 "execution_count" : 9 ,
305+ "id" : " 00a36166" ,
292306 "metadata" : {},
293307 "outputs" : [],
294308 "source" : [
299313 {
300314 "cell_type" : " code" ,
301315 "execution_count" : 10 ,
316+ "id" : " 5231f7f8" ,
302317 "metadata" : {},
303318 "outputs" : [],
304319 "source" : [
308323 {
309324 "cell_type" : " code" ,
310325 "execution_count" : 11 ,
326+ "id" : " 04d0ec2b" ,
311327 "metadata" : {
312328 "scrolled" : false
313329 },
360376 {
361377 "cell_type" : " code" ,
362378 "execution_count" : 12 ,
379+ "id" : " 02c690a2" ,
363380 "metadata" : {},
364381 "outputs" : [
365382 {
386403 {
387404 "cell_type" : " code" ,
388405 "execution_count" : 13 ,
406+ "id" : " 05c90075" ,
389407 "metadata" : {},
390408 "outputs" : [
391409 {
618636 {
619637 "cell_type" : " code" ,
620638 "execution_count" : 14 ,
639+ "id" : " cad2c588" ,
621640 "metadata" : {},
622641 "outputs" : [
623642 {
653672 },
654673 {
655674 "cell_type" : " markdown" ,
675+ "id" : " 6c22667a" ,
656676 "metadata" : {},
657677 "source" : [
658678 " ### RandomizedSearchCV"
661681 {
662682 "cell_type" : " code" ,
663683 "execution_count" : 15 ,
684+ "id" : " 71f2d2c5" ,
664685 "metadata" : {
665686 "scrolled" : false
666687 },
716737 {
717738 "cell_type" : " code" ,
718739 "execution_count" : 17 ,
740+ "id" : " 440082db" ,
719741 "metadata" : {},
720742 "outputs" : [
721743 {
741763 },
742764 {
743765 "cell_type" : " markdown" ,
766+ "id" : " 14d7b308" ,
744767 "metadata" : {},
745768 "source" : [
746769 " ### Support Vector Machines"
749772 {
750773 "cell_type" : " code" ,
751774 "execution_count" : 18 ,
775+ "id" : " dd60e1d3" ,
752776 "metadata" : {},
753777 "outputs" : [],
754778 "source" : [
758782 {
759783 "cell_type" : " code" ,
760784 "execution_count" : 19 ,
785+ "id" : " 994ebd3e" ,
761786 "metadata" : {},
762787 "outputs" : [
763788 {
810835 {
811836 "cell_type" : " code" ,
812837 "execution_count" : 20 ,
838+ "id" : " 973e2837" ,
813839 "metadata" : {},
814840 "outputs" : [
815841 {
836862 ],
837863 "metadata" : {
838864 "kernelspec" : {
839- "display_name" : " Python 3" ,
865+ "display_name" : " Python 3 (ipykernel) " ,
840866 "language" : " python" ,
841867 "name" : " python3"
842868 },
850876 "name" : " python" ,
851877 "nbconvert_exporter" : " python" ,
852878 "pygments_lexer" : " ipython3" ,
853- "version" : " 3.8.5 "
879+ "version" : " 3.9.12 "
854880 }
855881 },
856882 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments