'RegressionCatalog.RegressionTrainers' does not contain a definition for 'Ols'
Open
:watch: Not Triaged
dotnet-ml/svc
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 15h 21m
- Merged PRs (30d)
- 370
Description
Running the code example [from this link](https://learn.microsoft.com/en-us/dotnet/api/microsoft.ml.mklcomponentscatalog.ols?view=ml-dotnet#microsoft-ml-mklcomponentscatalog-ols(microsoft-ml-regressioncatalog-regressiontrainers-system-string-system-string-system-string)) gives the following exception:
`'RegressionCatalog.RegressionTrainers' does not contain a definition for 'Ols' and no accessible extension method 'Ols' accepting a first argument of type 'RegressionCatalog.RegressionTrainers' could be found `
Note: I'm using ML.Net 2.0
Contributor guide
Assessment
This issue has not been assessed yet.