-
The current `STLSQ` implementation relies on Scikit-learn's [ridge regression](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.ridge_regression.html#sklearn.linear_model.ridge_r…
-
## *Repository Creation Request*
Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.
1. #### Coordinating Institute: IIT Bombay
2. #### Appr…
-
I am running mango with an address sanitizer using `petsc_pounders`, I have encountered the following memory issue:
```
==============================================
==19584==ERROR: AddressSanit…
-
A typical usage case for non-linear least squares is curve fitting.
In the archived version of @certik, there is already a demo example of a `find_fit` subprogram: https://github.com/certik/minpac…
-
## ❓ Questions and Help
Hi, I'm doing pose graph optimization with theseus. I get the following error:
```
4294 Traceback (most recent call last):
4295 File "/home/stud/lxuh/LoopClosure_for_…
-
### Problem description
I've cloned the current main branch (commit af30a253fb1ec45fd236e46d46230f81f0f21c8e) and run `hatch test`. There are two test failures, seemingly due to actual bugs in the co…
-
Suppose I have 1000-5000 datasets, where each dataset has a 100 point or so time series and I want to independently fit a 2-4 parameter model to each of these. Essentially just fitting 1000-5000 curve…
-
if I do not reset the index of df_train by df_train.reset_index(drop=True,inplace=True) raise error
code:
`X = np.array([2*i for i in range(100)],dtype=float)
y = np.array([(0.35*x+1)**2 for x i…
-
### Describe the doc issue
Hi, I am having issues finding updated documentation on the process for getting calibration matrix and dist values in opencv using python. I am a bit new to this process as…
-
Hi,
First, thanks for developing the Imaging Transcriptomics toolbox—it's been incredibly helpful for my research.
I have a quick question about the models of partial least-squares (PLS) regress…