Skip to content
Snippets Groups Projects
singularity_2776834.out 3.94 KiB
Newer Older
Raymond Chia's avatar
Raymond Chia committed
2023-11-26 00:44:26.282311: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Using TensorFlow backend
Namespace(data_input='imu-bvp', feature_method='tsfresh', lbl_str='pss', model='linreg', overwrite=0, subject=3, test_standing=1, train_len=5, win_shift=0.2, win_size=12)
unable to find matching config id
Data id not set, auto assigned to:  2
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/65 [00:00<?, ?it/s]
Feature Extraction:   2%|▏         | 1/65 [00:00<00:08,  7.47it/s]
Feature Extraction:  12%|█▏        | 8/65 [00:00<00:01, 38.61it/s]
Feature Extraction:  25%|██▍       | 16/65 [00:00<00:00, 53.36it/s]
Feature Extraction:  37%|███▋      | 24/65 [00:00<00:00, 58.89it/s]
Feature Extraction:  49%|████▉     | 32/65 [00:00<00:00, 63.82it/s]
Feature Extraction:  62%|██████▏   | 40/65 [00:00<00:00, 65.14it/s]
Feature Extraction:  74%|███████▍  | 48/65 [00:00<00:00, 67.87it/s]
Feature Extraction:  86%|████████▌ | 56/65 [00:00<00:00, 69.75it/s]
Feature Extraction:  98%|█████████▊| 64/65 [00:01<00:00, 72.31it/s]
Feature Extraction: 100%|██████████| 65/65 [00:01<00:00, 63.53it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/47 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 47/47 [00:00<00:00, 997.74it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/47 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 47/47 [00:00<00:00, 975.44it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/47 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 47/47 [00:00<00:00, 1034.00it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/47 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 47/47 [00:00<00:00, 1018.94it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/49 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 49/49 [00:00<00:00, 1008.80it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/47 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 47/47 [00:00<00:00, 950.21it/s]
Dependency not available for matrix_profile, this feature will be disabled!

Feature Extraction:   0%|          | 0/49 [00:00<?, ?it/s]
Feature Extraction: 100%|██████████| 49/49 [00:00<00:00, 1035.00it/s]
imu-bvp_rr_Pilot03_id2_combi5.0-7.0-10.0-12.0-15.0
train
(101, 74)
test
(978, 73)
---LinearRegression---
Traceback (most recent call last):
  File "regress_rr.py", line 1374, in <module>
    sens_rr_model(subject,
  File "regress_rr.py", line 1268, in sens_rr_model
    x_test = transforms.transform(x_test)
  File "/usr/local/lib/python3.8/dist-packages/sklearn/utils/_set_output.py", line 140, in wrapped
    data_to_wrap = f(self, X, *args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/sklearn/preprocessing/_polynomial.py", line 432, in transform
    X = self._validate_data(
  File "/usr/local/lib/python3.8/dist-packages/sklearn/base.py", line 625, in _validate_data
    self._check_n_features(X, reset=reset)
  File "/usr/local/lib/python3.8/dist-packages/sklearn/base.py", line 414, in _check_n_features
    raise ValueError(
ValueError: X has 70 features, but PolynomialFeatures is expecting 71 features as input.