Nosferican / Econometrics.jl

Econometrics in Julia
https://nosferican.github.io/Econometrics.jl/dev
ISC License
69 stars 19 forks source link

Fellow ___metrician #23

Closed caseykneale closed 3 years ago

caseykneale commented 4 years ago

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?

Nosferican commented 4 years ago

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

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

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 commented 4 years ago

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.