carlosg-m

Results 7 issues of carlosg-m

### Describe the workflow you want to enable The idea seems simple enough as described in this paper: https://arxiv.org/pdf/1905.09884.pdf > Due to its linear complexity, naive Bayes classification remains an...

New Feature
module:naive_bayes
Needs Decision - Include Feature

Is there a way to use Prophet for timeseries pre-whitening? As described in https://online.stat.psu.edu/stat510/lesson/9/9.1 The point is to calculate a "robust" and "noiseless" cross-correlation between two timeseries for lag selection...

When applying Linear Regression or Autoreg to a timeseries it is usually beneficial to create new features based on exogenous variables to extract temporal information, for example lags, moving averages...

I'm trying to replicate statsmodels's Autoreg, with this wrapper and Ridge Regression. Results seems to be on point, however statsmodel gives the option to choose the exact lags to be...

enhancement

Is it possible to deploy this library on a Windows PC, using Anaconda or something similar? ``` AttributeError: module 'os' has no attribute 'geteuid' ```

- DBR 13.3 LTS ML (includes Apache Spark 3.4.1, Scala 2.12) - Standard_DS13_v2 (driver and 2 workers) - Photon disabled - databricks-mosaic 0.4.1 - GDAL init script installed in cluster...

## Summary Share LightGBM categorical variable representation across multiple columns. ## Motivation Very useful for sequences and several use cases. ## Description Encode the same category level along multiple columns....

feature request