-
### Issue Type
Bug
### Source
source
### Keras Version
Keras 2.14
### Custom Code
Yes
### OS Platform and Distribution
_No response_
### Python version
_No response_
### GPU model and memo…
-
Is it possible to use `Keras tuner` for tuning a NN using `Time Series Split` , similar to `sklearn.model_selection.TimeSeriesSplit` in `sklearn`.
For example consider a sample tuner class from [ht…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
## Refer
- Refer to #1, #2, #3 for understanding what you are suppose to do.
- The issues have advanced and difficult models. However as part of evaluation i have picked 1-2 model from each of #1,…
-
Using the TensorBoard callback to generate time series data is currently not possible, since the internal `self._train_step` counter is never updated. Instead, looking at the time series tab only ever…
-
I tried to run `notebooks/TS_dataset_generation_benchmarking1.ipynb` notebook However when calling cell
```python
num_classes = y_train_binary.shape[1]
models = modelgen.generate_models(np.swap…
-
Implement a video based model, not dependent on time series joint positions but on the video image frames instead
References:
[Keras: Video Classification with a CNN-RNN Architecture](https://keras.i…
-
The the example for [time series classification with transformer](https://keras.io/examples/timeseries/timeseries_classification_transformer/), the the function `build_model()` is defined as:
```
…
-
### Describe the feature or idea you want to propose
we would like to increase the use of type hints, and a good first issue is to add them for the simplest case when arguments are primitives (int, f…
-
### _TFX RFP 001 - Request for community comments and proposals_
# Adding Non-Transform Feature Engineering
_An explanation of a specific critical user journey (CUJ) for windowing, and a general…