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

transform and reconstruct #190

Closed
gdkrmr opened this issue Apr 7, 2022 · 1 comment
Closed

transform and reconstruct #190

gdkrmr opened this issue Apr 7, 2022 · 1 comment

Comments

@gdkrmr
Copy link
Contributor

gdkrmr commented Apr 7, 2022

I got a bit confused trying to figure this out myself: Is release 1.0 going to use StatsBase.transform and StatsBase.reconstruct or are you going to use transform and reconstruct from somewhere else?

JuliaStats/StatsBase.jl#781 (comment)

@wildart
Copy link
Collaborator

wildart commented Apr 7, 2022

StatsBase.transform & StatsBase.reconstruct are internal function, they are not exported. MultivariateStats reexports fit & predict that are defined in StatsAPI package. predict call does the same job which is previously transform did, i.e. the function forms the response of a given model. The reconstruct function is exported explicitly in MultivariateStats, Thus, you have fit, predict, and reconstruct as a core API functions for this package,

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

No branches or pull requests

2 participants