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

100 refactor fitting for feature sets #101

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d168ca5
Initial framework for multiproperty fitting.
ConnorPigg Jun 17, 2019
1c9cd29
Testing for the interpolation and normalization.
ConnorPigg Jun 18, 2019
3f76322
Added tests for features used during fitting.
ConnorPigg Jun 18, 2019
5222a06
Updated bayes modelling to correct strategy.
ConnorPigg Jun 19, 2019
4c93c01
Update feature weighting to be based on errors.
ConnorPigg Jun 19, 2019
ba3a10f
Test for bad fitting inputs.
ConnorPigg Jun 20, 2019
9cd1db8
Change fitting procedure to expose models.
ConnorPigg Jun 20, 2019
69f836c
Expose weighting option for fitting.
ConnorPigg Jun 20, 2019
18238b5
Cleaned up unused functions and docstrings.
ConnorPigg Jun 20, 2019
a539652
Described available parameters for the model.
ConnorPigg Jun 21, 2019
16cec72
Format error messages correctly.
ConnorPigg Jun 21, 2019
9c2b2c5
Do not interpolate inplace by default.
ConnorPigg Jun 24, 2019
0b42551
Return TabulatedModel to interpolating.
ConnorPigg Jun 24, 2019
25c4f5e
Use set_param_hint to be more lmfit idiomatic.
ConnorPigg Jun 24, 2019
322f1b2
Test changing fitting method.
ConnorPigg Jun 24, 2019
4ab9ec2
Test TabulatedModel with more inputs.
ConnorPigg Jun 24, 2019
6e353cc
Added filtering to ProfileProperty.
ConnorPigg Jun 24, 2019
78e0646
Begins code structure for fixing #103.
ConnorPigg Jun 25, 2019
fef9df2
Fixes #103 by using new general modelling.
ConnorPigg Jun 26, 2019
92ff0b4
Correct set checking for valid input.
ConnorPigg Jun 26, 2019
c059277
Fix #103 by adding tests specific to new changes.
ConnorPigg Jun 26, 2019
4a7c814
Update documentation regarding `models`.
ConnorPigg Jun 26, 2019
16301ed
Fixes bug of model objects not copying.
ConnorPigg Jun 26, 2019
05c693e
Test "bad" inputs specific for the new modelling
ConnorPigg Jun 26, 2019
4d49da7
Rewriting code to try to be simpler to read.
ConnorPigg Jun 27, 2019
45204c3
Change handling of variable argument type.
ConnorPigg Jun 27, 2019
0b3cf9b
Correct test assertion.
ConnorPigg Jun 28, 2019
e1aa603
Fix docs. Change `subset` `None` behavior.
ConnorPigg Jul 1, 2019
172feb3
Address PR change requests.
ConnorPigg Jul 3, 2019
909ab07
Add warnings. Consider logging instead/also.
ConnorPigg Jul 3, 2019
495992c
Expose subset filtering to model creation.
ConnorPigg Jul 3, 2019
0a66bf8
Use random seed to reduce test flaky-ness.
ConnorPigg Jul 5, 2019
f7817f0
Persist interpolator kws through modifications.
ConnorPigg Jul 5, 2019
08b93e4
Patched models to use modified _residual.
ConnorPigg Jul 5, 2019
4d0e6c1
Change modelling to no longer bound probs.
ConnorPigg Jul 8, 2019
aaefb41
Test parameter naming conventions.
ConnorPigg Jul 8, 2019
d84858a
Fix probability checking to use new names.
ConnorPigg Jul 8, 2019
029a686
Beware bounding total parameter.
ConnorPigg Jul 8, 2019
6797190
Update code and documentation of model creation.
ConnorPigg Jul 9, 2019
748a148
Fix bug in when to vary slope.
ConnorPigg Jul 9, 2019
d254652
Address overwriting parameter hints.
ConnorPigg Jul 10, 2019
be0c8af
Fix bug where tabulated choice was ignored.
ConnorPigg Jul 12, 2019
855ed21
Distinguish between composite and simple tabulate.
ConnorPigg Jul 29, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading