In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.
"
+ ],
+ "text/plain": [
+ "Pipeline(steps=[('preprocessor',\n",
+ " Pipeline(steps=[('input_scalar_scaler',\n",
+ " ScalarScalerNode(params={'scalar_names': ['angle_in',\n",
+ " 'mach_out'],\n",
+ " 'type': 'MinMaxScaler'})),\n",
+ " ('pca_nodes',\n",
+ " PCAEmbeddingNode(n_components=3,\n",
+ " params={'base_name': 'Base_2_2',\n",
+ " 'field_name': 'nodes',\n",
+ " 'n_components': 3}))])),\n",
+ " ('regressor',\n",
+ " DatasetTargetTransformerRegressor(regressor=GPRegressorNo...\n",
+ " 'output': {'vector_names': ['reduced_mach']},\n",
+ " 'type': 'GaussianProcessRegressor'}),\n",
+ " transformer=Pipeline(steps=[('output_scalar_scaler',\n",
+ " ScalarScalerNode(params={'scalar_names': ['Q',\n",
+ " 'power',\n",
+ " 'Pr',\n",
+ " 'Tr',\n",
+ " 'eth_is',\n",
+ " 'angle_out'],\n",
+ " 'type': 'MinMaxScaler'})),\n",
+ " ('pca_mach',\n",
+ " PCAEmbeddingNode(n_components=5,\n",
+ " params={'base_name': 'Base_2_2',\n",
+ " 'field_name': 'mach',\n",
+ " 'n_components': 5}))])))])"
+ ]
+ },
+ "execution_count": 8,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "pipeline.fit(dataset_train, dataset_train)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 9,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "# pipeline.get_params()"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 10,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "3\n",
+ "5\n"
+ ]
+ }
+ ],
+ "source": [
+ "print(pipeline.get_params()['preprocessor__pca_nodes__n_components'])\n",
+ "print(pipeline.get_params()['regressor__transformer__pca_mach__n_components'])"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "Fitting 3 folds for each of 4 candidates, totalling 12 fits\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:45,338:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,338:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,339:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,339:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,340:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,340:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,340:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,341:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,341:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,341:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,342:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,342:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,342:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,343:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,343:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,343:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,344:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,344:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,344:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,344:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,345:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,345:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,345:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,346:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,346:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,346:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,347:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,347:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,347:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,348:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,348:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,348:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,348:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:45,349:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 1/3] END preprocessor__pca_nodes__n_components=2, regressor__transformer__pca_mach__n_components=4;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:46,292:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,292:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,293:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,293:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,293:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,294:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,294:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,294:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,295:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,295:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,295:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,296:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,296:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,296:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,296:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,297:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,297:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,297:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,298:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,298:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,298:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,299:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,299:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,299:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,300:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,300:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,300:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,300:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,301:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,301:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,301:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,302:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:46,302:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 2/3] END preprocessor__pca_nodes__n_components=2, regressor__transformer__pca_mach__n_components=4;, score=nan total time= 1.0s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:47,137:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,138:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,138:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,138:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,139:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,139:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,139:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,140:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,140:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,140:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,141:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,141:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,141:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,142:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,142:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,142:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,142:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,143:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,143:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,143:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,144:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,144:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,144:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,145:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,145:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,145:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,145:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,146:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,146:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,146:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,147:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,147:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:47,147:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 3/3] END preprocessor__pca_nodes__n_components=2, regressor__transformer__pca_mach__n_components=4;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:48,151:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,152:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,152:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,153:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,153:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,153:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,154:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,154:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,154:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,155:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,155:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,155:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,156:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,156:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,156:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,156:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,157:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,157:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,157:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,158:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,158:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,158:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,159:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,159:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,159:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,160:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,160:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,160:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,160:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,161:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,161:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,161:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,162:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:48,162:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 1/3] END preprocessor__pca_nodes__n_components=2, regressor__transformer__pca_mach__n_components=5;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:49,205:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,206:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,206:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,207:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,207:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,207:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,208:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,208:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,208:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,209:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,209:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,209:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,210:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,210:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,210:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,211:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,211:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,211:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,211:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,212:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,212:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,212:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,213:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,213:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,213:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,214:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,214:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,214:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,214:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,215:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,215:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,215:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:49,216:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 2/3] END preprocessor__pca_nodes__n_components=2, regressor__transformer__pca_mach__n_components=5;, score=nan total time= 1.1s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:50,098:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,099:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,099:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,100:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,100:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,100:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,101:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,101:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,101:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,101:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,102:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,102:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,102:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,103:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,103:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,103:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,104:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,104:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,104:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,104:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,105:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,105:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,105:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,106:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,106:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,106:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,107:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,107:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,107:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,107:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,108:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,108:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,108:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 3/3] END preprocessor__pca_nodes__n_components=2, regressor__transformer__pca_mach__n_components=5;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:50,984:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,984:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,985:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,985:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,985:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,986:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,986:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,986:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,987:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,987:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,987:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,988:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,988:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,988:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,989:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,989:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,989:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,990:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,990:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,990:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,990:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,991:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,991:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,991:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,992:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,992:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,992:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,993:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,993:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,993:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,993:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,994:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,994:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:50,994:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 1/3] END preprocessor__pca_nodes__n_components=3, regressor__transformer__pca_mach__n_components=4;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:51,868:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,868:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,869:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,869:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,870:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,870:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,870:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,870:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,871:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,871:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,871:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,872:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,872:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,872:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,873:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,873:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,873:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,874:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,874:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,874:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,874:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,875:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,875:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,875:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,876:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,876:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,876:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,877:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,877:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,877:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,877:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,878:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:51,878:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 2/3] END preprocessor__pca_nodes__n_components=3, regressor__transformer__pca_mach__n_components=4;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:52,666:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,667:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,667:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,668:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,668:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,668:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,669:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,669:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,669:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,670:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,670:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,670:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,671:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,671:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,671:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,671:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,672:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,672:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,672:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,673:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,673:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,673:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,674:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,674:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,674:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,674:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,675:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,675:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,675:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,676:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,676:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,676:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:52,677:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 3/3] END preprocessor__pca_nodes__n_components=3, regressor__transformer__pca_mach__n_components=4;, score=nan total time= 0.8s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:53,603:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,603:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,604:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,605:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,605:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,605:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,606:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,606:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,606:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,607:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,607:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,607:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,608:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,608:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,608:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,608:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,609:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,609:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,609:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,610:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,610:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,610:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,611:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,611:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,611:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,611:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,612:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,612:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,612:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,613:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,613:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,613:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,614:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:53,614:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 1/3] END preprocessor__pca_nodes__n_components=3, regressor__transformer__pca_mach__n_components=5;, score=nan total time= 0.9s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:54,486:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,486:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,487:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,487:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,487:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,488:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,488:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,488:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,489:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,489:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,489:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,490:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,490:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,490:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,491:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,491:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,491:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,491:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,492:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,492:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,492:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,493:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,493:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,493:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,494:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,494:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,494:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,494:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,495:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,495:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,495:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,496:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:54,496:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 2/3] END preprocessor__pca_nodes__n_components=3, regressor__transformer__pca_mach__n_components=5;, score=nan total time= 1.0s\n"
+ ]
+ },
+ {
+ "name": "stderr",
+ "output_type": "stream",
+ "text": [
+ "[2025-07-16 18:19:55,422:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,423:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,423:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,424:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,424:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,424:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,425:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,425:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,425:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,426:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,426:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,427:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,427:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,427:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,428:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,428:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,428:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,429:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,429:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,429:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,430:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,430:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,430:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,431:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,431:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,431:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,432:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,432:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,432:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,433:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,433:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,433:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n",
+ "[2025-07-16 18:19:55,434:WARNING:sample.py:add_field(1685)]:field node with name mach already exists -> data will be replaced\n"
+ ]
+ },
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "[CV 3/3] END preprocessor__pca_nodes__n_components=3, regressor__transformer__pca_mach__n_components=5;, score=nan total time= 0.8s\n"
+ ]
+ },
+ {
+ "data": {
+ "text/html": [
+ "
In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook. On GitHub, the HTML representation is unable to render, please try loading this page with nbviewer.org.