Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xiaojian tang classifier1 translation #246

Merged

Conversation

XiaojianTang
Copy link
Contributor

Simplified Chinese Translation

Copy link

@mattholy mattholy left a comment

Choose a reason for hiding this comment

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

校对了一半,出现比较多的错误,建议仔细检查一下重新提交噢

import numpy as np
```

1. 接下来需要将数据分为训练模型所需的X(译者注:代表特征数据)和y(译者注:代表标签数据)两个dataframe。首先可将`cuisine`列的数据单独保存为的一个dataframe作为标签(label)。

Choose a reason for hiding this comment

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

有待进一步讨论

@mattholy
Copy link

建议翻译前先参阅这个讨论组:
#201

@jlooper
Copy link
Contributor

jlooper commented Jul 30, 2021

@mattholy does this look ok now? thanks!

@mattholy
Copy link

@mattholy does this look ok now? thanks!

That's pretty good now

Copy link
Contributor

@feiyun0112 feiyun0112 left a comment

Choose a reason for hiding this comment

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

你将使用这份数据集,并通过多种分类器 在给出了各种配料后预测这是那一个国家的菜品。在此过程中,你将学到更多能够用来调试分类任务算法的方法。
->
你将使用此数据集和各种分类器,根据一组配料预测这是哪一国家的美食。在此过程中,你将学到更多用来权衡分类任务算法的方法。

Copy link
Contributor

@feiyun0112 feiyun0112 left a comment

Choose a reason for hiding this comment

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

../1-Introduction/README.md
->
../../1-Introduction/translations/README.zh-cn.md

Copy link
Contributor

@feiyun0112 feiyun0112 left a comment

Choose a reason for hiding this comment

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

| almond | angelica | anise | anise_seed | apple | apple_brandy | apricot | armagnac | artemisia | artichoke | ... | whiskey | white_bread | white_wine | whole_grain_wheat_flour | wine | wood | yam | yeast | yogurt | zucchini | |

->

| | almond | angelica | anise | anise_seed | apple | apple_brandy | apricot | armagnac | artemisia | artichoke | ... | whiskey | white_bread | white_wine | whole_grain_wheat_flour | wine | wood | yam | yeast | yogurt | zucchini |

Copy link
Contributor

@feiyun0112 feiyun0112 left a comment

Choose a reason for hiding this comment

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

| | 0 | | | | | | | | | | | | | | | | | | | | |

->

|          |        0 | 

Copy link
Contributor

@feiyun0112 feiyun0112 left a comment

Choose a reason for hiding this comment

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

| precision    | recall | f1-score | support |      |     |     |     |     |     |     |     |     |     |     |     |     |     |     |     |     |     |

->

|              | precision | recall | f1-score | support |

Update Introdcution Translation Link and Tabels Format Correction
@XiaojianTang
Copy link
Contributor Author

@feiyun0112 都改好了
All changed

Copy link
Contributor

@feiyun0112 feiyun0112 left a comment

Choose a reason for hiding this comment

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

ok

@jlooper
Copy link
Contributor

jlooper commented Aug 3, 2021

thank you, merging!

@jlooper jlooper merged commit 3a8697e into microsoft:main Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants