Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/webpack-cli-5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Jul 29, 2023
2 parents 77d1788 + ba8d386 commit cfb8b92
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 137 deletions.
29 changes: 15 additions & 14 deletions examples/@default/sandbox/@models/mymodel/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,52 +46,53 @@
"initialLearnRate": 0.15,
"optimizationStrategy": "BATCH_GRADIENT_DESCENT",
"calculatePValues": false,
"enableGlobalExplain": false,
"fitIntercept": true,
"standardizeFeatures": true
},
"trainingStartTime": "1684782126499",
"trainingStartTime": "1690084242490",
"results": [
{
"index": 0,
"durationMs": "1896",
"durationMs": "1818",
"trainingLoss": 1491.0539770637376,
"learnRate": 0.3
},
{
"index": 1,
"durationMs": "2198",
"durationMs": "1967",
"trainingLoss": 241.92978201881212,
"learnRate": 0.6
},
{
"index": 2,
"durationMs": "2054",
"trainingLoss": 41.69727113362378,
"durationMs": "1798",
"trainingLoss": 41.697271133623744,
"learnRate": 0.6
},
{
"index": 3,
"durationMs": "2052",
"trainingLoss": 7.920357012251929,
"durationMs": "1850",
"trainingLoss": 7.920357012251903,
"learnRate": 0.6
},
{
"index": 4,
"durationMs": "2336",
"trainingLoss": 2.603613218455023,
"durationMs": "1670",
"trainingLoss": 2.603613218455012,
"learnRate": 0.6
}
],
"evaluationMetrics": {
"regressionMetrics": {
"meanAbsoluteError": 1.3283107802514729,
"meanSquaredError": 2.603613218455023,
"meanSquaredLogError": 0.001217671951157408,
"medianAbsoluteError": 1.0159802433960223,
"meanAbsoluteError": 1.3283107802514682,
"meanSquaredError": 2.603613218455012,
"meanSquaredLogError": 0.0012176719511573831,
"medianAbsoluteError": 1.0159802433960081,
"rSquared": 0.9968441051897515
}
},
"startTime": "2023-05-22T19:02:06.499Z"
"startTime": "2023-07-23T03:50:42.490Z"
}
]
}
112 changes: 7 additions & 105 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 19 additions & 18 deletions tests/scenario/__snapshots__/pull.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -189,52 +189,53 @@ OPTIONS(
\\"initialLearnRate\\": 0.15,
\\"optimizationStrategy\\": \\"BATCH_GRADIENT_DESCENT\\",
\\"calculatePValues\\": false,
\\"enableGlobalExplain\\": false,
\\"fitIntercept\\": true,
\\"standardizeFeatures\\": true
},
\\"trainingStartTime\\": \\"1684782126499\\",
\\"trainingStartTime\\": \\"1690084242490\\",
\\"results\\": [
{
\\"index\\": 0,
\\"durationMs\\": \\"1896\\",
\\"durationMs\\": \\"1818\\",
\\"trainingLoss\\": 1491.0539770637376,
\\"learnRate\\": 0.3
},
{
\\"index\\": 1,
\\"durationMs\\": \\"2198\\",
\\"durationMs\\": \\"1967\\",
\\"trainingLoss\\": 241.92978201881212,
\\"learnRate\\": 0.6
},
{
\\"index\\": 2,
\\"durationMs\\": \\"2054\\",
\\"trainingLoss\\": 41.69727113362378,
\\"durationMs\\": \\"1798\\",
\\"trainingLoss\\": 41.697271133623744,
\\"learnRate\\": 0.6
},
{
\\"index\\": 3,
\\"durationMs\\": \\"2052\\",
\\"trainingLoss\\": 7.920357012251929,
\\"durationMs\\": \\"1850\\",
\\"trainingLoss\\": 7.920357012251903,
\\"learnRate\\": 0.6
},
{
\\"index\\": 4,
\\"durationMs\\": \\"2336\\",
\\"trainingLoss\\": 2.603613218455023,
\\"durationMs\\": \\"1670\\",
\\"trainingLoss\\": 2.603613218455012,
\\"learnRate\\": 0.6
}
],
\\"evaluationMetrics\\": {
\\"regressionMetrics\\": {
\\"meanAbsoluteError\\": 1.3283107802514729,
\\"meanSquaredError\\": 2.603613218455023,
\\"meanSquaredLogError\\": 0.001217671951157408,
\\"medianAbsoluteError\\": 1.0159802433960223,
\\"meanAbsoluteError\\": 1.3283107802514682,
\\"meanSquaredError\\": 2.603613218455012,
\\"meanSquaredLogError\\": 0.0012176719511573831,
\\"medianAbsoluteError\\": 1.0159802433960081,
\\"rSquared\\": 0.9968441051897515
}
},
\\"startTime\\": \\"2023-05-22T19:02:06.499Z\\"
\\"startTime\\": \\"2023-07-23T03:50:42.490Z\\"
}
]
}",
Expand Down Expand Up @@ -323,7 +324,7 @@ OPTIONS(
)
CLUSTER BY a
OPTIONS(
expiration_timestamp=TIMESTAMP \\"2023-07-21T19:02:15.707Z\\"
expiration_timestamp=TIMESTAMP \\"2023-09-21T03:50:49.196Z\\"
);",
"@default/sandbox/sample_clone_table/metadata.json" => "{
\\"type\\": \\"TABLE\\",
Expand All @@ -341,7 +342,7 @@ OPTIONS(
]",
"@default/sandbox/sample_materialized_view/ddl.sql" => "CREATE MATERIALIZED VIEW IF NOT EXISTS \`bigquery-porter.sandbox.sample_materialized_view\`
OPTIONS(
expiration_timestamp=TIMESTAMP \\"2023-07-21T19:02:10.020Z\\"
expiration_timestamp=TIMESTAMP \\"2023-09-21T03:50:46.175Z\\"
)
AS select 1 as a from \`sandbox.sample_table\`;",
"@default/sandbox/sample_materialized_view/metadata.json" => "{
Expand Down Expand Up @@ -380,7 +381,7 @@ OPTIONS(
date_jst DATE
)
OPTIONS(
expiration_timestamp=TIMESTAMP \\"2023-07-21T19:02:08.362Z\\"
expiration_timestamp=TIMESTAMP \\"2023-09-21T03:50:44.134Z\\"
);",
"@default/sandbox/sample_sharding_@/metadata.json" => "{
\\"type\\": \\"TABLE\\"
Expand Down Expand Up @@ -435,7 +436,7 @@ FOR SYSTEM_TIME AS OF TIMESTAMP \\"2023-05-29T18:01:35.384Z\\";",
)
CLUSTER BY a
OPTIONS(
expiration_timestamp=TIMESTAMP \\"2023-07-21T19:02:08.519Z\\"
expiration_timestamp=TIMESTAMP \\"2023-09-21T03:50:44.115Z\\"
);",
"@default/sandbox/sample_table/metadata.json" => "{
\\"type\\": \\"TABLE\\",
Expand Down

0 comments on commit cfb8b92

Please sign in to comment.