mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-27 23:18:59 +00:00
Update Task-Oriented-AutoML.md
Fix Typo for issue 443
This commit is contained in:
parent
ba5d4d19f0
commit
6d7c2e3e9b
@ -373,7 +373,7 @@ The best model can be obtained by the `model` property of an `AutoML` instance.
|
||||
|
||||
```python
|
||||
automl.fit(X_train, y_train, task="regression")
|
||||
print(automl.mdoel)
|
||||
print(automl.model)
|
||||
# <flaml.model.LGBMEstimator object at 0x7f9b502c4550>
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user