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

Typos #9

Merged
merged 1 commit into from
Jan 21, 2023
Merged

Typos #9

merged 1 commit into from
Jan 21, 2023

Conversation

PallHaraldsson
Copy link
Contributor

[skip ci]

[skip ci]
@PallHaraldsson
Copy link
Contributor Author

The docs mention neural networks in 3 places, but the package doesn't seem to implement any. Nor any model likely(?), it's just to (like MLJ.jl) to give you access to ML models, that need not be neural networks.

"Time Series Forecasting" (and "Time Series Classification"), which I'm interested in, part of docs are empty currently. I know neural networks are taking over even for that (at least fist hybrid methods, maybe pure neural networks not yet mainstream). I'm thinking is this or which packages to watch out for.

@ablaom
Copy link
Member

ablaom commented Jan 21, 2023

@PallHaraldsson Thanks for the corrections!

The docs mention neural networks in 3 places, but the package doesn't seem to implement any. Nor any model likely(?), it's just to (like MLJ.jl) to give you access to ML models, that need not be neural networks.

Yes, LearnAPI.jl is just a low level API, and of course no models have yet implemented it. MLJ, which is a full-blown ML toolbox giving you access to over 180 models, has it's own low level API, called MLJModelInterface.jl, which is implemented by all those models. But this API is not perfect and the ideas is that LearnAPI.jl might be a valuable improvement.

@ablaom ablaom closed this Jan 21, 2023
@ablaom ablaom reopened this Jan 21, 2023
@ablaom ablaom merged commit 38f3764 into JuliaAI:dev Jan 21, 2023
@PallHaraldsson PallHaraldsson deleted the patch-1 branch January 21, 2023 16:48
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.

2 participants