Skip to content
#

multivariate

Here are 112 public repositories matching this topic...

roentgenium
roentgenium commented Apr 22, 2018

To easily install pyMCR into non-ascii environment (e.g. Windows 10 in Japanese), it would be nice to replace the non-breaking hyphen (U+2011) in line 168 of README.rst into more common hyphen-minus (U+002D) to avoid UnicodeDecordError.

On Demo.ipynb, I guess several mcrals._c_mrd should be mcrals._c_mrd[-1] .

Anyway, this code is what I look for. Thank you so much to share your code!

Package towards building Explainable Forecasting and Nowcasting Models with State-of-the-art Deep Neural Networks and Dynamic Factor Model on Time Series data sets with single line of code. Also, provides utilify facility for time-series signal similarities matching, and removing noise from timeseries signals.

  • Updated Dec 27, 2021
  • Jupyter Notebook
jannikmi
jannikmi commented Jan 28, 2021

a user might want to represent and evaluate multiple polynomials (different coefficients) with the same properties.
This is useful e.g. for gradients (= partial derivative polynomial for each dimension)!
add support for 2D coefficient arrays and adjust Numba jit compilation.
then the gradient can be returned as a single polynomial with the same exponents but 2D coefficients or multiple distinct

enhancement help wanted good first issue
sigvaldm
sigvaldm commented Sep 6, 2021

Today polyfit() doesn't return fitting coefficient like NumPy's does, but NumPy's is only 1D. Now that localreg is multivariate, it would be nice to make it more similar to NumPy's for replacement. The ordering of the coefficients are more complicated for the multivariate case, but perhaps there could also be a class or something that could return a SymPy expression of the fit?

enhancement good first issue

Improve this page

Add a description, image, and links to the multivariate topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multivariate topic, visit your repo's landing page and select "manage topics."

Learn more