Emphasis any Estimator
(#18793)
This commit is contained in:
parent
c6aa3a0624
commit
c65ad957b8
@ -38,8 +38,10 @@ Estimators automatically write the following to disk:
|
|||||||
uses to create visualizations.
|
uses to create visualizations.
|
||||||
|
|
||||||
To specify the top-level directory in which the Estimator stores its
|
To specify the top-level directory in which the Estimator stores its
|
||||||
information, assign a value to the optional `model_dir` argument of any
|
information, assign a value to the optional `model_dir` argument of *any*
|
||||||
Estimator's constructor. For example, the following code sets the `model_dir`
|
`Estimator`'s constructor.
|
||||||
|
Taking `DNNClassifier` as an example,
|
||||||
|
the following code sets the `model_dir`
|
||||||
argument to the `models/iris` directory:
|
argument to the `models/iris` directory:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
Loading…
Reference in New Issue
Block a user