-
Notifications
You must be signed in to change notification settings - Fork 7
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
[DOC] simple examples in documentation are broken #37
Comments
looks like the culprit is in https://github.com/OutlierDetectionJL/OutlierDetectionInterface.jl/blob/68dce35f06ac4bd769e01da46a4b1e6fb50a42c7/src/base.jl#L72, where outdated interface is coded in |
I see that MLJ pipelines do not work for OutlierDetection now: #31, but they are mentioned on the title page https://juliapackages.com/p/outlierdetection (and do not work indeed) in MLJ section. Is it appropriate to change example on title page to something like #31 (comment) ? |
You are right that pipelines do not currently work since they were changed in MLJ. It would be an option to add learning networks to the README, but maybe its enough to show a simple MLJ-based model in the readme. Edit: Thank you for your pull request! |
@all-contributors add @rolling-robot for docs. |
I've put up a pull request to add @rolling-robot! 🎉 |
I think that something like that would fit title page (at least it works)
|
Also this warning should be corrected, as current version is 0.3.3, according to github
|
Do you, by any chance, know how to update that page? |
Well, I have found where it comes from. The page was statically generated long ago from a readme in this repo. This statically generated page is now at https://github.com/djsegal/JuliaPackages.jl/blob/2862c325ecf0c7e3da10e3cc7a210750a39914bf/data/readme_html/outlierdetection.txt |
Looks like title page for every single package on juliapackages.com is a 2 year old readme. |
I think this issue can be closed as the main problem for my OP is upstream. |
Simple examples on https://outlierdetectionjl.github.io/OutlierDetection.jl/dev/API/detectors/#lofdetector
https://juliapackages.com/p/outlierdetection
do not seem to work.
How is it possible to fix them?
The text was updated successfully, but these errors were encountered: