Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Register DiscriminantAnalysis: v0.0.1 #4750

Merged
merged 1 commit into from
Mar 12, 2016
Merged

Register DiscriminantAnalysis: v0.0.1 #4750

merged 1 commit into from
Mar 12, 2016

Conversation

trthatcher
Copy link
Contributor

I removed the 0.0.1 and 0.1.0 tags and restarted version number... it points to the latest commit. This should be considered the first release.

@nalimilan
Copy link
Member

Looks like a nice package! Have you thought about adding a formula interface?

@trthatcher
Copy link
Contributor Author

Thanks!

I did want to provide a better interface, but I was hoping wait it out until there was more of a consensus on the API approach for statistical models (ex. JuliaStats/Roadmap.jl#14). Additionally, the package just requires Base Julia right now. I didn't want to make DataFrames a required package as I see this package as providing the model & solver layer (at least for now). However, I'm not sure how to approach conditional functionality contingent on DataFrames being installed.

tkelman added a commit that referenced this pull request Mar 12, 2016
Register DiscriminantAnalysis: v0.0.1
@tkelman tkelman merged commit 97f6a14 into JuliaLang:metadata-v2 Mar 12, 2016
@nalimilan
Copy link
Member

Indeed. Conditional modules will make this easier to handle (JuliaLang/julia#6884). We could also move formulas out of data frames, so that models can be fitted from other data sources. It should likely go into StatsBase or an essential package like this.

Regarding the common API, I think it will only develop if package authors take the lead when they need it. Contributions welcome!

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

Successfully merging this pull request may close these issues.

3 participants