提交 7ead0661 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!104 Resolve document alignment issues

Merge pull request !104 from liuluobin/master
...@@ -132,7 +132,7 @@ class MembershipInference: ...@@ -132,7 +132,7 @@ class MembershipInference:
dataset_test (mindspore.dataset): The test set for the target model. dataset_test (mindspore.dataset): The test set for the target model.
attack_config (list): Parameter setting for the attack model. The format is attack_config (list): Parameter setting for the attack model. The format is
[{"method": "knn", "params": {"n_neighbors": [3, 5, 7]}}, [{"method": "knn", "params": {"n_neighbors": [3, 5, 7]}},
{"method": "lr", "params": {"C": np.logspace(-4, 2, 10)}}]. {"method": "lr", "params": {"C": np.logspace(-4, 2, 10)}}].
The support methods list is in self.method_list, and the params of each method The support methods list is in self.method_list, and the params of each method
must within the range of changeable parameters. Tips of params implement must within the range of changeable parameters. Tips of params implement
can be found in can be found in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册