We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When following the tutorial at https://github.com/opendatagroup/hadrian/wiki/Tutorial-Small-Model-R section "Model as code" exploits function pfa.config in the second code listing.
When copy-pasting the code in RStudio console with package aurelius v 0.8.4 loaded error "could not find function "pfa.config"" is returned.
Issuing command ?pfa.config doesn't return nothing, while issuing command methods("pfa") returns the following: [1] pfa.Arima* pfa.HoltWinters* pfa.cv.glmnet* pfa.ets* pfa.forecast* pfa.gbm* pfa.glm* [8] pfa.glmnet* pfa.ipredknn* pfa.kcca* pfa.kccasimple* pfa.kmeans* pfa.knn3* pfa.knnreg* [15] pfa.lda* pfa.lm* pfa.naiveBayes* pfa.randomForest* pfa.rpart*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When following the tutorial at https://github.com/opendatagroup/hadrian/wiki/Tutorial-Small-Model-R section "Model as code" exploits function pfa.config in the second code listing.
When copy-pasting the code in RStudio console with package aurelius v 0.8.4 loaded error "could not find function "pfa.config"" is returned.
Issuing command ?pfa.config doesn't return nothing, while issuing command methods("pfa") returns the following:
[1] pfa.Arima* pfa.HoltWinters* pfa.cv.glmnet* pfa.ets* pfa.forecast* pfa.gbm* pfa.glm*
[8] pfa.glmnet* pfa.ipredknn* pfa.kcca* pfa.kccasimple* pfa.kmeans* pfa.knn3* pfa.knnreg*
[15] pfa.lda* pfa.lm* pfa.naiveBayes* pfa.randomForest* pfa.rpart*
The text was updated successfully, but these errors were encountered: