-
**Describe the bug**
I have the following project structure:
```
project
├── my_pacakge/
├── pipeline/
│ ├── train.py
└── setup.py
```
I create the following estimator:
```python
estimato…
-
scikit-learn guidelines describe the typical motivation for nested cross-validation. They [say](https://scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html) …
-
Clone repo at 699b6796a55604341fbfdffe2b27ced1d868c591 then try to run on a clean virtualenv:
tmp.py
```
#!/usr/bin/env python
from nsfw_detector import predict
model = predict.load_model('mo…
-
Let the domain be [[-1,0],[1,0]] and the range [[0,-1],[0,1]]. The in other words the plane rotates 90 degrees.
Let us apply TS estimator. The estimate becomes { a: 0, b: 0, x: 1, y: 0 } which mean…
-
When we use Estimator.from_keras and save_keras_model API , the save_to_remote_dirhave to use absolute dbfs path ( with dbfs://) , but the log_dir we have to use non-absolute path ( couldn't include d…
-
**Is your feature request related to a problem? Please describe.**
DL estimators are usually based on certain assumptions (save/load is more comprehensive, expected input dimension is [transposed](ht…
-
**Describe the feature you'd like**
As documented here:
https://sagemaker.readthedocs.io/en/stable/api/training/estimators.html#sagemaker.estimator.EstimatorBase.model_data, the `EstimatorBase` cl…
-
Given a sample, we get an estimator in the hypothesis space. The performance gap between the estimator and the best in the space is the estimation error. The estimator is a random function, so if we…
-
**Is your feature request related to a problem? Please describe.**
The [DegradationModel](https://rovi-org.github.io/auto-soh/source/models.html#moirae.models.base.DegradationModel) explains how heal…
-
An issue with an associated common check originally discussed in https://github.com/scikit-learn/scikit-learn/pull/15015
> This is a pretty simple sample_weight test that says that a weight of 0 i…