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

Add tutorial for StaticTransformer #24

Open
tlienart opened this issue Nov 29, 2019 · 5 comments
Open

Add tutorial for StaticTransformer #24

tlienart opened this issue Nov 29, 2019 · 5 comments

Comments

@tlienart
Copy link
Collaborator

tlienart commented Nov 29, 2019

one example given on slack would be recoding: x -> replace(uppercase(x), " "=>"")

@tlienart tlienart self-assigned this Nov 29, 2019
@tlienart tlienart mentioned this issue Nov 29, 2019
10 tasks
@ablaom
Copy link
Member

ablaom commented Dec 2, 2019

I guess you mean adding docs for subtyping Static (which supersedes this StaticTransformer).

There is some documentation, buried under "Composing Models" section of manual (search for Averager but agree this is not the obvious place to find it. Perhaps under "Simple User Defined Models" with links from "Adding Models for General Use", and the existing entry.

@ablaom
Copy link
Member

ablaom commented Mar 15, 2020

Basically written, no?

JuliaAI/MLJ.jl#307 (comment)

Maybe change the function used example to simplify / improve readability?
Maybe drop use of DataFrames to make more generic?

@ablaom
Copy link
Member

ablaom commented Mar 15, 2020

cc @vollmersj

@ablaom
Copy link
Member

ablaom commented Apr 29, 2020

There is now an entry in the user manual that also could be used.

https://alan-turing-institute.github.io/MLJ.jl/dev/transformers/#Static-transformers-1

@ablaom
Copy link
Member

ablaom commented Apr 12, 2024

On reconsideration, we should just use a standard pipeline, and not a learning network as these are more advanced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants