Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita50103d

Browse files
author
minjk-bl
committed
Fix typo on Evaluation app
1 parent977e8be commita50103d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎visualpython/js/m_ml/evaluation.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ define([
276276
// }
277277
if(r_squared){
278278
code=newcom_String();
279-
code.appendLine("# Rsquare");
280-
code.appendFormat("print('Rsquare: {}'.format(metrics.r2_score({0}, {1})))",targetData,predictData);
279+
code.appendLine("# Rsquared");
280+
code.appendFormat("print('Rsquared: {}'.format(metrics.r2_score({0}, {1})))",targetData,predictData);
281281
codeCells.push(code.toString());
282282
}
283283
if(mae){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp