mollyc123 commited on
Commit
f5ddc9f
·
verified ·
1 Parent(s): 74db9b0

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -57
README.md CHANGED
@@ -1,7 +1,7 @@
1
 
2
  # Model description
3
 
4
- This is a linear regression model trained on a 2D white wine quality dataset from UCI Machine Learning Repo.
5
 
6
  ## Intended uses & limitations
7
 
@@ -9,64 +9,75 @@ This model is made for assignment purposes and is not ready to be used in produc
9
 
10
  ## Training Procedure
11
 
12
- I used the scikit-learn linear regression model for this data by first splitting it into 80% training and 20% testing data, and then 75%/25% split again. The target value is quality and there are 11 numeric features. Evaluation metrics used are MSE and r2 score.
 
 
13
 
 
 
 
 
 
 
 
 
 
14
 
15
  </details>
16
 
17
  ### Model Plot
18
 
19
- <style>#sk-container-id-7 {/* 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;}
20
- }#sk-container-id-7 {color: var(--sklearn-color-text);
21
- }#sk-container-id-7 pre {padding: 0;
22
- }#sk-container-id-7 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;
23
- }#sk-container-id-7 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);
24
- }#sk-container-id-7 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;
25
- }#sk-container-id-7 div.sk-text-repr-fallback {display: none;
26
  }div.sk-parallel-item,
27
  div.sk-serial,
28
  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;
29
- }/* Parallel-specific style estimator block */#sk-container-id-7 div.sk-parallel-item::after {content: "";width: 100%;border-bottom: 2px solid var(--sklearn-color-text-on-default-background);flex-grow: 1;
30
- }#sk-container-id-7 div.sk-parallel {display: flex;align-items: stretch;justify-content: center;background-color: var(--sklearn-color-background);position: relative;
31
- }#sk-container-id-7 div.sk-parallel-item {display: flex;flex-direction: column;
32
- }#sk-container-id-7 div.sk-parallel-item:first-child::after {align-self: flex-end;width: 50%;
33
- }#sk-container-id-7 div.sk-parallel-item:last-child::after {align-self: flex-start;width: 50%;
34
- }#sk-container-id-7 div.sk-parallel-item:only-child::after {width: 0;
35
- }/* Serial-specific style estimator block */#sk-container-id-7 div.sk-serial {display: flex;flex-direction: column;align-items: center;background-color: var(--sklearn-color-background);padding-right: 1em;padding-left: 1em;
36
  }/* Toggleable style: style used for estimator/Pipeline/ColumnTransformer box that is
37
  clickable and can be expanded/collapsed.
38
  - Pipeline and ColumnTransformer use this feature and define the default style
39
  - Estimators will overwrite some part of the style using the `sk-estimator` class
40
- *//* Pipeline and ColumnTransformer style (default) */#sk-container-id-7 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);
41
  }/* Toggleable label */
42
- #sk-container-id-7 label.sk-toggleable__label {cursor: pointer;display: block;width: 100%;margin-bottom: 0;padding: 0.5em;box-sizing: border-box;text-align: center;
43
- }#sk-container-id-7 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);
44
- }#sk-container-id-7 label.sk-toggleable__label-arrow:hover:before {color: var(--sklearn-color-text);
45
- }/* Toggleable content - dropdown */#sk-container-id-7 div.sk-toggleable__content {max-height: 0;max-width: 0;overflow: hidden;text-align: left;/* unfitted */background-color: var(--sklearn-color-unfitted-level-0);
46
- }#sk-container-id-7 div.sk-toggleable__content.fitted {/* fitted */background-color: var(--sklearn-color-fitted-level-0);
47
- }#sk-container-id-7 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);
48
- }#sk-container-id-7 div.sk-toggleable__content.fitted pre {/* unfitted */background-color: var(--sklearn-color-fitted-level-0);
49
- }#sk-container-id-7 input.sk-toggleable__control:checked~div.sk-toggleable__content {/* Expand drop-down */max-height: 200px;max-width: 100%;overflow: auto;
50
- }#sk-container-id-7 input.sk-toggleable__control:checked~label.sk-toggleable__label-arrow:before {content: "▾";
51
- }/* Pipeline/ColumnTransformer-specific style */#sk-container-id-7 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);
52
- }#sk-container-id-7 div.sk-label.fitted input.sk-toggleable__control:checked~label.sk-toggleable__label {background-color: var(--sklearn-color-fitted-level-2);
53
  }/* Estimator-specific style *//* Colorize estimator box */
54
- #sk-container-id-7 div.sk-estimator input.sk-toggleable__control:checked~label.sk-toggleable__label {/* unfitted */background-color: var(--sklearn-color-unfitted-level-2);
55
- }#sk-container-id-7 div.sk-estimator.fitted input.sk-toggleable__control:checked~label.sk-toggleable__label {/* fitted */background-color: var(--sklearn-color-fitted-level-2);
56
- }#sk-container-id-7 div.sk-label label.sk-toggleable__label,
57
- #sk-container-id-7 div.sk-label label {/* The background is the default theme color */color: var(--sklearn-color-text-on-default-background);
58
  }/* On hover, darken the color of the background */
59
- #sk-container-id-7 div.sk-label:hover label.sk-toggleable__label {color: var(--sklearn-color-text);background-color: var(--sklearn-color-unfitted-level-2);
60
  }/* Label box, darken color on hover, fitted */
61
- #sk-container-id-7 div.sk-label.fitted:hover label.sk-toggleable__label.fitted {color: var(--sklearn-color-text);background-color: var(--sklearn-color-fitted-level-2);
62
- }/* Estimator label */#sk-container-id-7 div.sk-label label {font-family: monospace;font-weight: bold;display: inline-block;line-height: 1.2em;
63
- }#sk-container-id-7 div.sk-label-container {text-align: center;
64
  }/* Estimator-specific */
65
- #sk-container-id-7 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);
66
- }#sk-container-id-7 div.sk-estimator.fitted {/* fitted */background-color: var(--sklearn-color-fitted-level-0);
67
  }/* on hover */
68
- #sk-container-id-7 div.sk-estimator:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-2);
69
- }#sk-container-id-7 div.sk-estimator.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-2);
70
  }/* Specification for estimator info (e.g. "i" and "?") *//* Common style for "i" and "?" */.sk-estimator-doc-link,
71
  a:link.sk-estimator-doc-link,
72
  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);
@@ -86,26 +97,21 @@ div.sk-label-container:hover .sk-estimator-doc-link.fitted:hover,
86
  .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);
87
  }.sk-estimator-doc-link.fitted span {/* fitted */background: var(--sklearn-color-fitted-level-0);border: var(--sklearn-color-fitted-level-3);
88
  }.sk-estimator-doc-link:hover span {display: block;
89
- }/* "?"-specific style due to the `<a>` HTML tag */#sk-container-id-7 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;
90
- }#sk-container-id-7 a.estimator_doc_link.fitted {/* fitted */border: var(--sklearn-color-fitted-level-1) 1pt solid;color: var(--sklearn-color-fitted-level-1);
91
  }/* On hover */
92
- #sk-container-id-7 a.estimator_doc_link:hover {/* unfitted */background-color: var(--sklearn-color-unfitted-level-3);color: var(--sklearn-color-background);text-decoration: none;
93
- }#sk-container-id-7 a.estimator_doc_link.fitted:hover {/* fitted */background-color: var(--sklearn-color-fitted-level-3);
94
  }
95
- </style><div id="sk-container-id-7" 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-7" type="checkbox" checked><label for="sk-estimator-id-7" 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>
96
 
97
  ## Evaluation Results
98
 
99
  [More Information Needed]
100
 
101
  # How to Get Started with the Model
102
- Download the model using:
103
-
104
- from huggingface_hub import hf_hub_download
105
- hf_hub_download(repo_id="CSC310-fall25/example_decision_tree", filename="model.pkl",local_dir='.')
106
- dt_loaded = sio.load('model.pkl')
107
 
108
- then use any sklearn estimator for further evaluation.
109
 
110
  # Model Card Authors
111
 
@@ -114,16 +120,16 @@ Molly Croes
114
  # Model Card Contact
115
 
116
  You can contact the model card authors through following channels:
117
- molly.croes@uri.edu
118
- 802-498-3717
119
 
120
  # Citation
121
 
122
- This dataset is from the UCI Machine Learning Repo and can be found using this link:
123
- https://archive.ics.uci.edu/dataset/186/wine+quality
124
-
125
- (there is also a red wine dataset)
126
 
 
 
 
 
127
 
128
  # Intended uses & limitations
129
 
 
1
 
2
  # Model description
3
 
4
+ This is a regression model trained on a 2D white wine quality dataset.
5
 
6
  ## Intended uses & limitations
7
 
 
9
 
10
  ## Training Procedure
11
 
12
+ [More Information Needed]
13
+
14
+ ### Hyperparameters
15
 
16
+ <details>
17
+ <summary> Click to expand </summary>
18
+
19
+ | Hyperparameter | Value |
20
+ | :------------: | :---: |
21
+ | copy_X | True |
22
+ | fit_intercept | True |
23
+ | n_jobs | None |
24
+ | positive | False |
25
 
26
  </details>
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
  .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
 
110
  [More Information Needed]
111
 
112
  # How to Get Started with the Model
 
 
 
 
 
113
 
114
+ hello
115
 
116
  # Model Card Authors
117
 
 
120
  # Model Card Contact
121
 
122
  You can contact the model card authors through following channels:
123
+ [More Information Needed]
 
124
 
125
  # Citation
126
 
127
+ Below you can find information related to citation.
 
 
 
128
 
129
+ **BibTeX:**
130
+ ```
131
+ [More Information Needed]
132
+ ```
133
 
134
  # Intended uses & limitations
135