Skip to content

Commit

Permalink
new array
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILIPP111007 committed Apr 11, 2024
1 parent 1f048fb commit e1ab6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/PredictInterval/PredictInterval.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export default function PredictInterval() {
data: {
dates: ["2020-01-01", "2020-01-02", "2020-01-03", "2020-01-04", "2020-01-05", "2020-01-06"],
x: [1, 2, 3, 4, 5, 6],
y_pred: [1, 2, 3, 1, 2, 3],
y_true: [2, 3, 1, 2, 4, 1]
y_pred: [1.8, 2.6, 3, 1, 2, 3],
y_true: [2, 3]
}
}

Expand Down

0 comments on commit e1ab6f6

Please sign in to comment.