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

Fellow ___metrician #23

Closed
caseykneale opened this issue Oct 1, 2019 · 2 comments
Closed

Fellow ___metrician #23

caseykneale opened this issue Oct 1, 2019 · 2 comments

Comments

@caseykneale
Copy link

Hey there,

Noticed your package. I like your code style. I am running a package: https://github.com/caseykneale/ChemometricsTools.jl and it has similar elements.

I figured I'd reach out and say hi. Maybe there's a way we can abstract our works into a larger "JuliaMetrics" landscape or something?

@caseykneale caseykneale added the enhancement New feature or request label Oct 1, 2019
@Nosferican
Copy link
Owner

Hi! I am all for nice abstraction and improving the Julia ecosystem. This package builds on a few abstractions:

  • Statistical Model abstraction from (StatsBase.jl)
  • Tabular data (Tables.jl)
  • StatsModels for (formulae / data => modeling components)
    and others such as Optimization through Optim.jl and AD, etc.

Still, there are a few things I would like to move towards,

  • Reusing the LSMR from FixedEffects.jl
  • Finish up the predict methods for MLJ.jl
  • Port some of the code to shared packages
    • CovarianceMatrices.jl
    • RegressionTables.jl
    • Some interest on a nice utility for ANOVA / LR/Wald/Score tests
      Other goals include the current open issues in the repo, time series support, and streaming data.

One big challenge is having a nice API for the components to play nicely together.

As for dev path, I am happy to try a few approaches to get a feel of the best approaches.

@caseykneale
Copy link
Author

Just eyeballing your code we have some similar elements for how we decided to align things. Also looks like we tried to get some similar features implemented. I don't have a ton of time to work on my package anymore, but, I really love how your package focusses on core analytics.

I jumped more to machine learning type things and specialized tools assuming the end user could access those things. Not sure exactly how or if we can directly integrate but I'll be keeping it in the back of my mind.

@Nosferican Nosferican added community and removed enhancement New feature or request labels Oct 8, 2019
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