mollyc123 commited on
Commit
12a9628
·
verified ·
1 Parent(s): f5ddc9f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +43 -43
  2. config.json +1 -1
README.md CHANGED
@@ -27,57 +27,57 @@ This model is made for assignment purposes and is not ready to be used in produc
27
 
28
  ### Model Plot
29
 
30
- <style>#sk-container-id-13 {/* Definition of color scheme common for light and dark mode */--sklearn-color-text: black;--sklearn-color-line: gray;/* Definition of color scheme for unfitted estimators */--sklearn-color-unfitted-level-0: #fff5e6;--sklearn-color-unfitted-level-1: #f6e4d2;--sklearn-color-unfitted-level-2: #ffe0b3;--sklearn-color-unfitted-level-3: chocolate;/* Definition of color scheme for fitted estimators */--sklearn-color-fitted-level-0: #f0f8ff;--sklearn-color-fitted-level-1: #d4ebff;--sklearn-color-fitted-level-2: #b3dbfd;--sklearn-color-fitted-level-3: cornflowerblue;/* Specific color for light theme */--sklearn-color-text-on-default-background: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, black)));--sklearn-color-background: var(--sg-background-color, var(--theme-background, var(--jp-layout-color0, white)));--sklearn-color-border-box: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, black)));--sklearn-color-icon: #696969;@media (prefers-color-scheme: dark) {/* Redefinition of color scheme for dark theme */--sklearn-color-text-on-default-background: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, white)));--sklearn-color-background: var(--sg-background-color, var(--theme-background, var(--jp-layout-color0, #111)));--sklearn-color-border-box: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, white)));--sklearn-color-icon: #878787;}
31
- }#sk-container-id-13 {color: var(--sklearn-color-text);
32
- }#sk-container-id-13 pre {padding: 0;
33
- }#sk-container-id-13 input.sk-hidden--visually {border: 0;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;
34
- }#sk-container-id-13 div.sk-dashed-wrapped {border: 1px dashed var(--sklearn-color-line);margin: 0 0.4em 0.5em 0.4em;box-sizing: border-box;padding-bottom: 0.4em;background-color: var(--sklearn-color-background);
35
- }#sk-container-id-13 div.sk-container {/* jupyter's `normalize.less` sets `[hidden] { display: none; }`but bootstrap.min.css set `[hidden] { display: none !important; }`so we also need the `!important` here to be able to override thedefault hidden behavior on the sphinx rendered scikit-learn.org.See: https://github.com/scikit-learn/scikit-learn/issues/21755 */display: inline-block !important;position: relative;
36
- }#sk-container-id-13 div.sk-text-repr-fallback {display: none;
37
  }div.sk-parallel-item,
38
  div.sk-serial,
39
  div.sk-item {/* draw centered vertical line to link estimators */background-image: linear-gradient(var(--sklearn-color-text-on-default-background), var(--sklearn-color-text-on-default-background));background-size: 2px 100%;background-repeat: no-repeat;background-position: center center;
40
- }/* Parallel-specific style estimator block */#sk-container-id-13 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 2px solid var(--sklearn-color-text-on-default-background);flex-grow: 1;
41
- }#sk-container-id-13 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: var(--sklearn-color-background);position: relative;
42
- }#sk-container-id-13 div.sk-parallel-item {display: flex;flex-direction: column;
43
- }#sk-container-id-13 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;
44
- }#sk-container-id-13 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;
45
- }#sk-container-id-13 div.sk-parallel-item:only-child::after {width: 0;
46
- }/* Serial-specific style estimator block */#sk-container-id-13 div.sk-serial {display: flex;flex-direction: column;align-items: center;background-color: var(--sklearn-color-background);padding-right: 1em;padding-left: 1em;
47
  }/* Toggleable style: style used for estimator/Pipeline/ColumnTransformer box that is
48
  clickable and can be expanded/collapsed.
49
  - Pipeline and ColumnTransformer use this feature and define the default style
50
  - Estimators will overwrite some part of the style using the `sk-estimator` class
51
- *//* Pipeline and ColumnTransformer style (default) */#sk-container-id-13 div.sk-toggleable {/* Default theme specific background. It is overwritten whether we have aspecific estimator or a Pipeline/ColumnTransformer */background-color: var(--sklearn-color-background);
52
  }/* Toggleable label */
53
- #sk-container-id-13 label.sk-toggleable__label {cursor: pointer;display: block;width: 100%;margin-bottom: 0;padding: 0.5em;box-sizing: border-box;text-align: center;
54
- }#sk-container-id-13 label.sk-toggleable__label-arrow:before {/* Arrow on the left of the label */content: "▸";float: left;margin-right: 0.25em;color: var(--sklearn-color-icon);
55
- }#sk-container-id-13 label.sk-toggleable__label-arrow:hover:before {color: var(--sklearn-color-text);
56
- }/* Toggleable content - dropdown */#sk-container-id-13 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
57
- }#sk-container-id-13 div.sk-toggleable__content.fitted {/* fitted */background-color: var(--sklearn-color-fitted-level-0);
58
- }#sk-container-id-13 div.sk-toggleable__content pre {margin: 0.2em;border-radius: 0.25em;color: var(--sklearn-color-text);/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
59
- }#sk-container-id-13 div.sk-toggleable__content.fitted pre {/* unfitted */background-color: var(--sklearn-color-fitted-level-0);
60
- }#sk-container-id-13 input.sk-toggleable__control:checked~div.sk-toggleable__content {/* Expand drop-down */max-height: 200px;max-width: 100%;overflow: auto;
61
- }#sk-container-id-13 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";
62
- }/* Pipeline/ColumnTransformer-specific style */#sk-container-id-13 div.sk-label input.sk-toggleable__control:checked~label.sk-toggleable__label {color: var(--sklearn-color-text);background-color: var(--sklearn-color-unfitted-level-2);
63
- }#sk-container-id-13 div.sk-label.fitted input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: var(--sklearn-color-fitted-level-2);
64
  }/* Estimator-specific style *//* Colorize estimator box */
65
- #sk-container-id-13 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {/* unfitted */background-color: var(--sklearn-color-unfitted-level-2);
66
- }#sk-container-id-13 div.sk-estimator.fitted input.sk-toggleable__control:checked~label.sk-toggleable__label {/* fitted */background-color: var(--sklearn-color-fitted-level-2);
67
- }#sk-container-id-13 div.sk-label label.sk-toggleable__label,
68
- #sk-container-id-13 div.sk-label label {/* The background is the default theme color */color: var(--sklearn-color-text-on-default-background);
69
  }/* On hover, darken the color of the background */
70
- #sk-container-id-13 div.sk-label:hover label.sk-toggleable__label {color: var(--sklearn-color-text);background-color: var(--sklearn-color-unfitted-level-2);
71
  }/* Label box, darken color on hover, fitted */
72
- #sk-container-id-13 div.sk-label.fitted:hover label.sk-toggleable__label.fitted {color: var(--sklearn-color-text);background-color: var(--sklearn-color-fitted-level-2);
73
- }/* Estimator label */#sk-container-id-13 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;
74
- }#sk-container-id-13 div.sk-label-container {text-align: center;
75
  }/* Estimator-specific */
76
- #sk-container-id-13 div.sk-estimator {font-family: monospace;border: 1px dotted var(--sklearn-color-border-box);border-radius: 0.25em;box-sizing: border-box;margin-bottom: 0.5em;/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
77
- }#sk-container-id-13 div.sk-estimator.fitted {/* fitted */background-color: var(--sklearn-color-fitted-level-0);
78
  }/* on hover */
79
- #sk-container-id-13 div.sk-estimator:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-2);
80
- }#sk-container-id-13 div.sk-estimator.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-2);
81
  }/* Specification for estimator info (e.g. "i" and "?") *//* Common style for "i" and "?" */.sk-estimator-doc-link,
82
  a:link.sk-estimator-doc-link,
83
  a:visited.sk-estimator-doc-link {float: right;font-size: smaller;line-height: 1em;font-family: monospace;background-color: var(--sklearn-color-background);border-radius: 1em;height: 1em;width: 1em;text-decoration: none !important;margin-left: 1ex;/* unfitted */border: var(--sklearn-color-unfitted-level-1) 1pt solid;color: var(--sklearn-color-unfitted-level-1);
@@ -97,13 +97,13 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
97
  .sk-estimator-doc-link span {display: none;z-index: 9999;position: relative;font-weight: normal;right: .2ex;padding: .5ex;margin: .5ex;width: min-content;min-width: 20ex;max-width: 50ex;color: var(--sklearn-color-text);box-shadow: 2pt 2pt 4pt #999;/* unfitted */background: var(--sklearn-color-unfitted-level-0);border: .5pt solid var(--sklearn-color-unfitted-level-3);
98
  }.sk-estimator-doc-link.fitted span {/* fitted */background: var(--sklearn-color-fitted-level-0);border: var(--sklearn-color-fitted-level-3);
99
  }.sk-estimator-doc-link:hover span {display: block;
100
- }/* "?"-specific style due to the `<a>` HTML tag */#sk-container-id-13 a.estimator_doc_link {float: right;font-size: 1rem;line-height: 1em;font-family: monospace;background-color: var(--sklearn-color-background);border-radius: 1rem;height: 1rem;width: 1rem;text-decoration: none;/* unfitted */color: var(--sklearn-color-unfitted-level-1);border: var(--sklearn-color-unfitted-level-1) 1pt solid;
101
- }#sk-container-id-13 a.estimator_doc_link.fitted {/* fitted */border: var(--sklearn-color-fitted-level-1) 1pt solid;color: var(--sklearn-color-fitted-level-1);
102
  }/* On hover */
103
- #sk-container-id-13 a.estimator_doc_link:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-3);color: var(--sklearn-color-background);text-decoration: none;
104
- }#sk-container-id-13 a.estimator_doc_link.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-3);
105
  }
106
- </style><div id="sk-container-id-13" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>LinearRegression()</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-13" type="checkbox" checked><label for="sk-estimator-id-13" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;&nbsp;LinearRegression<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.linear_model.LinearRegression.html">?<span>Documentation for LinearRegression</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>LinearRegression()</pre></div> </div></div></div></div>
107
 
108
  ## Evaluation Results
109
 
 
27
 
28
  ### Model Plot
29
 
30
+ <style>#sk-container-id-14 {/* Definition of color scheme common for light and dark mode */--sklearn-color-text: black;--sklearn-color-line: gray;/* Definition of color scheme for unfitted estimators */--sklearn-color-unfitted-level-0: #fff5e6;--sklearn-color-unfitted-level-1: #f6e4d2;--sklearn-color-unfitted-level-2: #ffe0b3;--sklearn-color-unfitted-level-3: chocolate;/* Definition of color scheme for fitted estimators */--sklearn-color-fitted-level-0: #f0f8ff;--sklearn-color-fitted-level-1: #d4ebff;--sklearn-color-fitted-level-2: #b3dbfd;--sklearn-color-fitted-level-3: cornflowerblue;/* Specific color for light theme */--sklearn-color-text-on-default-background: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, black)));--sklearn-color-background: var(--sg-background-color, var(--theme-background, var(--jp-layout-color0, white)));--sklearn-color-border-box: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, black)));--sklearn-color-icon: #696969;@media (prefers-color-scheme: dark) {/* Redefinition of color scheme for dark theme */--sklearn-color-text-on-default-background: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, white)));--sklearn-color-background: var(--sg-background-color, var(--theme-background, var(--jp-layout-color0, #111)));--sklearn-color-border-box: var(--sg-text-color, var(--theme-code-foreground, var(--jp-content-font-color1, white)));--sklearn-color-icon: #878787;}
31
+ }#sk-container-id-14 {color: var(--sklearn-color-text);
32
+ }#sk-container-id-14 pre {padding: 0;
33
+ }#sk-container-id-14 input.sk-hidden--visually {border: 0;clip: rect(1px 1px 1px 1px);clip: rect(1px, 1px, 1px, 1px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;
34
+ }#sk-container-id-14 div.sk-dashed-wrapped {border: 1px dashed var(--sklearn-color-line);margin: 0 0.4em 0.5em 0.4em;box-sizing: border-box;padding-bottom: 0.4em;background-color: var(--sklearn-color-background);
35
+ }#sk-container-id-14 div.sk-container {/* jupyter's `normalize.less` sets `[hidden] { display: none; }`but bootstrap.min.css set `[hidden] { display: none !important; }`so we also need the `!important` here to be able to override thedefault hidden behavior on the sphinx rendered scikit-learn.org.See: https://github.com/scikit-learn/scikit-learn/issues/21755 */display: inline-block !important;position: relative;
36
+ }#sk-container-id-14 div.sk-text-repr-fallback {display: none;
37
  }div.sk-parallel-item,
38
  div.sk-serial,
39
  div.sk-item {/* draw centered vertical line to link estimators */background-image: linear-gradient(var(--sklearn-color-text-on-default-background), var(--sklearn-color-text-on-default-background));background-size: 2px 100%;background-repeat: no-repeat;background-position: center center;
40
+ }/* Parallel-specific style estimator block */#sk-container-id-14 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 2px solid var(--sklearn-color-text-on-default-background);flex-grow: 1;
41
+ }#sk-container-id-14 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: var(--sklearn-color-background);position: relative;
42
+ }#sk-container-id-14 div.sk-parallel-item {display: flex;flex-direction: column;
43
+ }#sk-container-id-14 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;
44
+ }#sk-container-id-14 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;
45
+ }#sk-container-id-14 div.sk-parallel-item:only-child::after {width: 0;
46
+ }/* Serial-specific style estimator block */#sk-container-id-14 div.sk-serial {display: flex;flex-direction: column;align-items: center;background-color: var(--sklearn-color-background);padding-right: 1em;padding-left: 1em;
47
  }/* Toggleable style: style used for estimator/Pipeline/ColumnTransformer box that is
48
  clickable and can be expanded/collapsed.
49
  - Pipeline and ColumnTransformer use this feature and define the default style
50
  - Estimators will overwrite some part of the style using the `sk-estimator` class
51
+ *//* Pipeline and ColumnTransformer style (default) */#sk-container-id-14 div.sk-toggleable {/* Default theme specific background. It is overwritten whether we have aspecific estimator or a Pipeline/ColumnTransformer */background-color: var(--sklearn-color-background);
52
  }/* Toggleable label */
53
+ #sk-container-id-14 label.sk-toggleable__label {cursor: pointer;display: block;width: 100%;margin-bottom: 0;padding: 0.5em;box-sizing: border-box;text-align: center;
54
+ }#sk-container-id-14 label.sk-toggleable__label-arrow:before {/* Arrow on the left of the label */content: "▸";float: left;margin-right: 0.25em;color: var(--sklearn-color-icon);
55
+ }#sk-container-id-14 label.sk-toggleable__label-arrow:hover:before {color: var(--sklearn-color-text);
56
+ }/* Toggleable content - dropdown */#sk-container-id-14 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
57
+ }#sk-container-id-14 div.sk-toggleable__content.fitted {/* fitted */background-color: var(--sklearn-color-fitted-level-0);
58
+ }#sk-container-id-14 div.sk-toggleable__content pre {margin: 0.2em;border-radius: 0.25em;color: var(--sklearn-color-text);/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
59
+ }#sk-container-id-14 div.sk-toggleable__content.fitted pre {/* unfitted */background-color: var(--sklearn-color-fitted-level-0);
60
+ }#sk-container-id-14 input.sk-toggleable__control:checked~div.sk-toggleable__content {/* Expand drop-down */max-height: 200px;max-width: 100%;overflow: auto;
61
+ }#sk-container-id-14 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";
62
+ }/* Pipeline/ColumnTransformer-specific style */#sk-container-id-14 div.sk-label input.sk-toggleable__control:checked~label.sk-toggleable__label {color: var(--sklearn-color-text);background-color: var(--sklearn-color-unfitted-level-2);
63
+ }#sk-container-id-14 div.sk-label.fitted input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: var(--sklearn-color-fitted-level-2);
64
  }/* Estimator-specific style *//* Colorize estimator box */
65
+ #sk-container-id-14 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {/* unfitted */background-color: var(--sklearn-color-unfitted-level-2);
66
+ }#sk-container-id-14 div.sk-estimator.fitted input.sk-toggleable__control:checked~label.sk-toggleable__label {/* fitted */background-color: var(--sklearn-color-fitted-level-2);
67
+ }#sk-container-id-14 div.sk-label label.sk-toggleable__label,
68
+ #sk-container-id-14 div.sk-label label {/* The background is the default theme color */color: var(--sklearn-color-text-on-default-background);
69
  }/* On hover, darken the color of the background */
70
+ #sk-container-id-14 div.sk-label:hover label.sk-toggleable__label {color: var(--sklearn-color-text);background-color: var(--sklearn-color-unfitted-level-2);
71
  }/* Label box, darken color on hover, fitted */
72
+ #sk-container-id-14 div.sk-label.fitted:hover label.sk-toggleable__label.fitted {color: var(--sklearn-color-text);background-color: var(--sklearn-color-fitted-level-2);
73
+ }/* Estimator label */#sk-container-id-14 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;
74
+ }#sk-container-id-14 div.sk-label-container {text-align: center;
75
  }/* Estimator-specific */
76
+ #sk-container-id-14 div.sk-estimator {font-family: monospace;border: 1px dotted var(--sklearn-color-border-box);border-radius: 0.25em;box-sizing: border-box;margin-bottom: 0.5em;/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
77
+ }#sk-container-id-14 div.sk-estimator.fitted {/* fitted */background-color: var(--sklearn-color-fitted-level-0);
78
  }/* on hover */
79
+ #sk-container-id-14 div.sk-estimator:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-2);
80
+ }#sk-container-id-14 div.sk-estimator.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-2);
81
  }/* Specification for estimator info (e.g. "i" and "?") *//* Common style for "i" and "?" */.sk-estimator-doc-link,
82
  a:link.sk-estimator-doc-link,
83
  a:visited.sk-estimator-doc-link {float: right;font-size: smaller;line-height: 1em;font-family: monospace;background-color: var(--sklearn-color-background);border-radius: 1em;height: 1em;width: 1em;text-decoration: none !important;margin-left: 1ex;/* unfitted */border: var(--sklearn-color-unfitted-level-1) 1pt solid;color: var(--sklearn-color-unfitted-level-1);
 
97
  .sk-estimator-doc-link span {display: none;z-index: 9999;position: relative;font-weight: normal;right: .2ex;padding: .5ex;margin: .5ex;width: min-content;min-width: 20ex;max-width: 50ex;color: var(--sklearn-color-text);box-shadow: 2pt 2pt 4pt #999;/* unfitted */background: var(--sklearn-color-unfitted-level-0);border: .5pt solid var(--sklearn-color-unfitted-level-3);
98
  }.sk-estimator-doc-link.fitted span {/* fitted */background: var(--sklearn-color-fitted-level-0);border: var(--sklearn-color-fitted-level-3);
99
  }.sk-estimator-doc-link:hover span {display: block;
100
+ }/* "?"-specific style due to the `<a>` HTML tag */#sk-container-id-14 a.estimator_doc_link {float: right;font-size: 1rem;line-height: 1em;font-family: monospace;background-color: var(--sklearn-color-background);border-radius: 1rem;height: 1rem;width: 1rem;text-decoration: none;/* unfitted */color: var(--sklearn-color-unfitted-level-1);border: var(--sklearn-color-unfitted-level-1) 1pt solid;
101
+ }#sk-container-id-14 a.estimator_doc_link.fitted {/* fitted */border: var(--sklearn-color-fitted-level-1) 1pt solid;color: var(--sklearn-color-fitted-level-1);
102
  }/* On hover */
103
+ #sk-container-id-14 a.estimator_doc_link:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-3);color: var(--sklearn-color-background);text-decoration: none;
104
+ }#sk-container-id-14 a.estimator_doc_link.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-3);
105
  }
106
+ </style><div id="sk-container-id-14" class="sk-top-container" style="overflow: auto;"><div class="sk-text-repr-fallback"><pre>LinearRegression()</pre><b>In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. <br />On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.</b></div><div class="sk-container" hidden><div class="sk-item"><div class="sk-estimator fitted sk-toggleable"><input class="sk-toggleable__control sk-hidden--visually" id="sk-estimator-id-14" type="checkbox" checked><label for="sk-estimator-id-14" class="sk-toggleable__label fitted sk-toggleable__label-arrow fitted">&nbsp;&nbsp;LinearRegression<a class="sk-estimator-doc-link fitted" rel="noreferrer" target="_blank" href="https://scikit-learn.org/1.5/modules/generated/sklearn.linear_model.LinearRegression.html">?<span>Documentation for LinearRegression</span></a><span class="sk-estimator-doc-link fitted">i<span>Fitted</span></span></label><div class="sk-toggleable__content fitted"><pre>LinearRegression()</pre></div> </div></div></div></div>
107
 
108
  ## Evaluation Results
109
 
config.json CHANGED
@@ -1 +1 @@
1
- {"sklearn": {"columns": ["fixed acidity", "volatile acidity", "citric acid", "residual sugar", "chlorides", "free sulfur dioxide", "total sulfur dioxide", "density", "pH", "sulphates", "alcohol", "quality"], "environment": ["scikit-learn=1.0.2"], "example_input": {"fixed acidity": [7.0, 6.3, 8.1], "volatile acidity": [2.2, 2.0, 5.9], "citric acid": [2.2, 2.0, 5.9], "residual sugar": [2.2, 2.0, 5.9], "chlorides": [2.2, 2.0, 5.9], "free sulfur dioxide": [2.2, 2.0, 5.9]}, "model": {"file": "regression.pkl"}, "task": "regression"}}
 
1
+ {"sklearn": {"columns": ["fixed acidity", "volatile acidity", "citric acid", "residual sugar", "chlorides", "free sulfur dioxide", "total sulfur dioxide", "density", "pH", "sulphates", "alcohol", "quality"], "environment": ["scikit-learn=1.0.2"], "example_input": {"fixed acidity": [7.0, 6.3, 8.1], "volatile acidity": [0.27, 0.3, 0.28], "citric acid": [0.36, 0.34, 0.4], "residual sugar": [20.7, 1.6, 6.9], "chlorides": [0.045, 0.049, 0.05], "free sulfur dioxide": [45.0, 14.0, 30.0], "total sulfur dioxide": [170.0, 132.0, 97.0], "density": [1.001, 0.994, 0.9951], "pH": [3.0, 3.3, 3.26], "sulphates": [0.45, 0.49, 0.44], "alcohol": [8.8, 9.5, 10.1], "quality": [6, 6, 6]}, "model": {"file": "regression.pkl"}, "task": "regression"}}