Conversation
| χ²(::SemWLS, fit::SemFit, model::AbstractSemSingle) = | ||
| (nsamples(fit) - 1) * fit.minimum |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| χ²(::SemWLS, fit::SemFit, model::AbstractSemSingle) = | |
| (nsamples(fit) - 1) * fit.minimum | |
| χ²(::SemWLS, fit::SemFit, model::AbstractSemSingle) = (nsamples(fit) - 1) * fit.minimum |
| Default weights of (#samples per group/#total samples) will be used". | ||
| return [(nsamples(model)) / (nsamples_total) for model in models] |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| Default weights of (#samples per group/#total samples) will be used". | |
| return [(nsamples(model)) / (nsamples_total) for model in models] | |
| Default weights of (#samples per group/#total samples) will be used".return [ | |
| (nsamples(model)) / (nsamples_total) for model in models | |
| ] |
| Default weights of (#samples per group/#total samples) will be used". | ||
| return [(nsamples(model)) / (nsamples_total) for model in models] |
There was a problem hiding this comment.
[JuliaFormatter] reported by reviewdog 🐶
| Default weights of (#samples per group/#total samples) will be used". | |
| return [(nsamples(model)) / (nsamples_total) for model in models] | |
| Default weights of (#samples per group/#total samples) will be used".return [ | |
| (nsamples(model)) / (nsamples_total) for model in models | |
| ] |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
@Maximilian-Stefan-Ernst I think these are the nice improvements! Just to let you know that the last remaining big piece in #193 is refactoring around SEM Loss functions and ensembles, which unifies SEM models and SEM ensembles (eliminates |
|
That sounds super cool - I would definitely consider these changes. If you have any comments to this PR now, I would also be happy for a review. |
This PR introduces the following changes:
Fit measures:
Multigroup models: