|
257 | 257 | },
|
258 | 258 | {
|
259 | 259 | "cell_type": "code",
|
260 |
| - "execution_count": 5, |
| 260 | + "execution_count": null, |
261 | 261 | "metadata": {},
|
262 | 262 | "outputs": [
|
263 | 263 | {
|
|
342 | 342 | }
|
343 | 343 | ],
|
344 | 344 | "source": [
|
345 |
| - "lifted_dataset = PreProcessor(dataset, transform_config, loader.data_dir)\n", |
| 345 | + "# lifted_dataset = PreProcessor(dataset, transform_config, loader.data_dir)\n", |
346 | 346 | "\n",
|
347 |
| - "if dataset_name == \"simple_configuration_graphs\":\n", |
348 |
| - " for i in range(len(lifted_dataset.data_list)):\n", |
349 |
| - " describe_data(lifted_dataset, i)\n", |
350 |
| - "else:\n", |
351 |
| - " describe_data(lifted_dataset)" |
| 347 | + "# if dataset_name == \"simple_configuration_graphs\":\n", |
| 348 | + "# for i in range(len(lifted_dataset.data_list)):\n", |
| 349 | + "# describe_data(lifted_dataset, i)\n", |
| 350 | + "# else:\n", |
| 351 | + "# describe_data(lifted_dataset)" |
352 | 352 | ]
|
353 | 353 | },
|
354 | 354 | {
|
|
367 | 367 | },
|
368 | 368 | {
|
369 | 369 | "cell_type": "code",
|
370 |
| - "execution_count": 6, |
| 370 | + "execution_count": null, |
371 | 371 | "metadata": {},
|
372 | 372 | "outputs": [
|
373 | 373 | {
|
|
387 | 387 | }
|
388 | 388 | ],
|
389 | 389 | "source": [
|
390 |
| - "from modules.models.cell.cwn import CWNModel\n", |
| 390 | + "# from modules.models.cell.cwn import CWNModel\n", |
391 | 391 | "\n",
|
392 |
| - "model_type = \"cell\"\n", |
393 |
| - "model_id = \"cwn\"\n", |
394 |
| - "model_config = load_model_config(model_type, model_id)\n", |
| 392 | + "# model_type = \"cell\"\n", |
| 393 | + "# model_id = \"cwn\"\n", |
| 394 | + "# model_config = load_model_config(model_type, model_id)\n", |
395 | 395 | "\n",
|
396 |
| - "# If we concatenate features in the lifting, they will be larger\n", |
397 |
| - "if transform_config[\"lifting\"][\"feature_aggregation\"] == \"concat\":\n", |
398 |
| - " dataset_config[\"num_features\"] *= transform_config[\"lifting\"][\"k\"]\n", |
| 396 | + "# # If we concatenate features in the lifting, they will be larger\n", |
| 397 | + "# if transform_config[\"lifting\"][\"feature_aggregation\"] == \"concat\":\n", |
| 398 | + "# dataset_config[\"num_features\"] *= transform_config[\"lifting\"][\"k\"]\n", |
399 | 399 | "\n",
|
400 |
| - "model = CWNModel(model_config, dataset_config)" |
| 400 | + "# model = CWNModel(model_config, dataset_config)" |
401 | 401 | ]
|
402 | 402 | },
|
403 | 403 | {
|
404 | 404 | "cell_type": "code",
|
405 |
| - "execution_count": 7, |
| 405 | + "execution_count": null, |
406 | 406 | "metadata": {},
|
407 | 407 | "outputs": [],
|
408 | 408 | "source": [
|
409 |
| - "y_hat = model(lifted_dataset.get(0))" |
| 409 | + "# y_hat = model(lifted_dataset.get(0))" |
410 | 410 | ]
|
411 | 411 | },
|
412 | 412 | {
|
|
0 commit comments