Skip to content

Framework for fitting least squares problem involving variable parameters that may be shared across multiple samples.

Notifications You must be signed in to change notification settings

meyer-lab/fit-framework

Repository files navigation

fit-framework

Framework for fitting least squares problems. This framework handles situations where certain fitted parameters are shared between samples depending on another constant property of the samples. For example, if two samples have the same "batch" parameter, then they should have the same "signal" parameter.

Usage

from fit_framework import fit

result_df = fit(...)

About

Framework for fitting least squares problem involving variable parameters that may be shared across multiple samples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published