Model Selection for Julia.
We would like to inform you that the features documentation for the latest version of our package is currently pending. As we are preparing to release a new version, our development team is working diligently to finalize the features and functionalities included in this update.
You can install the package by running the following command in the Julia REPL:
using Pkg
Pkg.add("ModelSelection")
To start perform model selection and save and load the results, follow these steps: To start to perform model selection and manage results, follow these steps:
model = ModelSelection.gsr(:ols, ...)
ModelSelection.save("result.jld", model) # Saves model
ModelSelection.save_csv("result.csv", model) # Saves the results to csv
model = ModelSelection.load("result.jld") # Loads the model
For more detailed information about this package, its functionalities, and usage instructions, please refer to our documentation page.
ModelSelection.jl has a web server package designed to provide a user-friendly interface for utilizing the ModelSelection package. It consists of a backend and an optional frontend that offers a graphical user interface (GUI) for seamless interaction with the underlying ModelSelection functionality. package functions as an interface with ModelSelection.jl. For more details about the functionalities and features provided by ModelSelectionGUI.jl, please visit the package repository.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request on the repository. Make sure to follow the guidelines outlined in the CONTRIBUTING.md file.
For an overview of pending tasks, improvements, and future plans for the ModelSelectionGUI package, please refer to the TODO.md file.
This package is licensed under the MIT License.
The ModelSelection module, was written primarily by Demian Panigo, Adán Mauri Ungaro, Nicolás Monzón, Valentín Mari and Pablo Gluzman. The ModelSelection.jl module was inpired by GSReg for Stata, written by Pablo Gluzmann and Demian Panigo.