Taylor Yen

Results 4 issues of Taylor Yen

### Discussed in https://github.com/ml-explore/mlx/discussions/154 Originally posted by **LiPingYen** December 14, 2023 In JAX, there are `jacfwd`, `jacrev,` and `hessian` functions for transforming the objective function into functions that compute first-order...

enhancement

## Description I would like to request support for incorporating past covariates in the training process of time series models within AutoGluon. This feature would enhance the flexibility and predictive...

enhancement
module: timeseries

## Description When using `DeepAREstimator` with the `num_feat_dynamic_real` argument set, the `train_loss` becomes infinite and does not decrease as training progresses. However, when `num_feat_dynamic_real` is not used, the `train_loss` decreases...

bug

## Description I would like to use business days (`'B'`) as the time unit for both training and prediction in GluonTS. However, when I attempt to use `'B'` as the...

bug