Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Optimization of copy as python #987

Merged
merged 8 commits into from
Apr 16, 2019
Merged

Optimization of copy as python #987

merged 8 commits into from
Apr 16, 2019

Conversation

lvybriage
Copy link
Contributor

#904 copy trial parameters
delete control page code

some style change:

  1. experiment font-color
  2. change nni icon
  3. table title Id -> ID
  4. default metric column left

@QuanluZhang QuanluZhang requested a review from SparkSnail April 16, 2019 04:27
@@ -46,17 +46,17 @@ class SuccessTable extends React.Component<SuccessTableProps, {}> {

let bgColor = '';
const columns = [{
title: 'Trial No.',
title: 'Trial no.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -31,13 +31,13 @@ class LogPath extends React.Component<LogpathProps, {}> {
/>
<LogPathChild
eachLogpath={logStr.split(',')[1]}
logName="hdfsLogPath:"
logName="hdfs log path:"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HDFS

Copy link
Contributor Author

@lvybriage lvybriage Apr 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so, also Log on HDFS?

/>
<LogPathChild
eachLogpath={logStr.split(',')[1]}
logName="hdfsLog:"
logName="hdfs log:"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log on HDFS

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -63,8 +63,8 @@ class DefaultPoint extends React.Component<DefaultPointProps, DefaultPointState>
},
formatter: function (data: TooltipForAccuracy) {
const result = '<div class="tooldetailAccuracy">' +
'<div>Trial No: ' + data.data[0] + '</div>' +
'<div>Default Metric: ' + data.data[1] + '</div>' +
'<div>Trial no: ' + data.data[0] + '</div>' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -131,13 +131,13 @@ class TableList extends React.Component<TableListProps, TableListState> {
const wantResult: Array<string> = [];
Object.keys(checkedValues).map(m => {
switch (checkedValues[m]) {
case 'Trial No.':
case 'Id':
case 'Trial no.':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -109,7 +109,7 @@ class Intermediate extends React.Component<IntermediateProps, IntermediateState>
obj = temp.hyperPara;
}
return '<div class="tooldetailAccuracy">' +
'<div>Trial Id: ' + trialId + '</div>' +
'<div>Trial id: ' + trialId + '</div>' +
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ID

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -226,9 +226,9 @@ class TableList extends React.Component<TableListProps, TableListState> {
Object.keys(columnSelected).map(key => {
const item = columnSelected[key];
switch (item) {
case 'Trial No.':
case 'Trial no.':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

showColumn.push({
title: 'Trial No.',
title: 'Trial no.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@@ -21,11 +21,11 @@ const MONACO = {
};
const COLUMN_INDEX = [
{
name: 'Trial No.',
name: 'Trial no.',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

index: 10001
}
];
const COLUMN = ['Trial No.', 'Id', 'Duration', 'Status', 'Default', 'Operation', 'Intermediate Result'];
const COLUMN = ['Trial no.', 'ID', 'Duration', 'Status', 'Default', 'Operation', 'Intermediate result'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

<Row className="basic colorOfbasic">
<p>succeed</p>
<p>Succeed</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Succeeded?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@lvybriage lvybriage changed the title optimization of copy as python Optimization of copy as python Apr 16, 2019
@QuanluZhang QuanluZhang merged commit dd04c73 into microsoft:master Apr 16, 2019
@lvybriage lvybriage deleted the webui branch May 27, 2019 06:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants