[Feature Request] Exponential1D model
See original GitHub issueI found there are polynomial models but not exponential models in astropy’s modeling.
What about including Exponential1D
and Exponential2D
?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Exponential1D — Astropy v5.2
One dimensional exponential model. This property is used to indicate what units or sets of units the evaluate method expects, and returns a...
Read more >Exponential — gammapy vX.Y.Z
Return an instance of the model for which the parameter values have been converted to the right units for the data, then the...
Read more >How to Use Power Transforms for Machine Learning
In this tutorial, you will discover how to use power transforms in scikit-learn to make variables more Gaussian for modeling.
Read more >The importance of geometry in mathematical models of ... - NCBI
A widely-studied system in which the proper choice of geometry is critical is embryonic development of Drosophila melanogaster, and we discuss ...
Read more >Modeling and characterization of hemt devices - CORE
transistor which utilized the mobility enhancement of the two- dimensional electron gas. ... In chapter 2, the exponential 1D model was introduced as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
I am going to pick up this issue from the code that was provided in the PR and see if I can finish it off if nobody has any complaints. @swapsha96 ?
@swapsha96 Can you come up with sensible defaults for the parameters? Otherwise this looks good to me. Could you make a PR and add them to
functional_models.py
? It’s easier to comment on PRs. Also please include tests intest_models.py
.@ysBach Are the expressions in the
evaluate
methods above what you expect?