Advertisement
donRumata03

Untitled

Jul 19th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. lvv-2003@sa-1:~/Huawei_AutoML$ python3.9 experiments/sensitivity_analysis/white_box_experiments/mutation_chain_experiments.py
  2. 2024-07-19 06:46:45,399 - Experiment logger - INFO - Dataset - australian
  3. 2024-07-19 06:46:45,399 - Dataset - australian
  4. 2024-07-19 06:46:45,399 - Experiment logger - INFO - Path - {'path': '/home/lvv-2003/Huawei_AutoML/data/datasets/australian', 'train_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/train_australian_fold0.npy', 'test_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/test_australian_fold0.npy', 'trainY_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/trainy_australian_fold0.npy', 'testY_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/testy_australian_fold0.npy'}
  5. 2024-07-19 06:46:45,399 - Path - {'path': '/home/lvv-2003/Huawei_AutoML/data/datasets/australian', 'train_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/train_australian_fold0.npy', 'test_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/test_australian_fold0.npy', 'trainY_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/trainy_australian_fold0.npy', 'testY_path': '/home/lvv-2003/Huawei_AutoML/data/datasets/testy_australian_fold0.npy'}
  6. Dataset australian is valid
  7. 2024-07-19 06:46:45,889 - __main__ - Current pipeline index is 0, fold_id 3
  8. 2024-07-19 06:46:46,239 - __main__ - {'f1': 0.8148148148148149, 'ROCAUC': 0.8747877758913412}
  9. 2024-07-19 06:46:46,240 - GraphStructuralAnalysis - Approaches for analysis are not given, thus will be set to defaults.
  10. 2024-07-19 06:46:46,241 - NodesAnalysis - Nodes to analyze are not defined. All nodes will be analyzed.
  11. 2024-07-19 06:46:46,259 - node_analysis - rf node can not be deleted
  12. 2024-07-19 06:46:46,263 - node_analysis - replacing node: logit
  13. 2024-07-19 06:46:46,263 - node_analysis - replacing node: logit
  14. 2024-07-19 06:46:46,928 - node_analysis - losses: [1.033492822966507]
  15.  
  16. 2024-07-19 06:46:47,037 - node_analysis - losses: [1.033492822966507]
  17.  
  18. 2024-07-19 06:46:47,038 - node_analysis - rf subtree can not be deleted
  19. 2024-07-19 06:46:47,665 - node_analysis - losses for pca: [1.0519480519480517]
  20. 'NoneType' object has no attribute 'nodes_from'
  21. 2024-07-19 06:46:48,240 - node_analysis - losses for pca: [1.0573426573426574]
  22. 2024-07-19 06:46:48,886 - node_analysis - losses for scaling: [0.8047690014903128]
  23. 2024-07-19 06:46:48,887 - node_analysis - replacing node: normalization
  24. 2024-07-19 06:46:48,887 - node_analysis - replacing node: pca
  25. 2024-07-19 06:46:49,551 - node_analysis - losses: [1.0257801899592942]
  26.  
  27. 2024-07-19 06:46:49,859 - node_analysis - losses: [0.7242921013412816]
  28.  
  29. 2024-07-19 06:46:50,506 - node_analysis - losses for scaling: [0.8047690014903128]
  30. 2024-07-19 06:46:50,521 - EdgesAnalysis - Edges to analyze are not defined. All edges will be analyzed.
  31. 2024-07-19 06:46:50,538 - edge_analysis - Can not delete edge since modified graph can not pass verification
  32. 2024-07-19 06:46:50,538 - edge_analysis - if remove this edge then get an invalid graph
  33. 2024-07-19 06:46:51,380 - edge_analysis - loss: [1.0]
  34. 2024-07-19 06:46:51,382 - edge_analysis - Can not delete edge since modified graph can not pass verification
  35. 2024-07-19 06:46:51,382 - edge_analysis - if remove this edge then get an invalid graph
  36. 2024-07-19 06:46:51,383 - edge_analysis - Can not connect these nodes
  37. 2024-07-19 06:46:51,383 - edge_analysis - Can not connect these nodes
  38. 2024-07-19 06:46:52,059 - edge_analysis - loss: [1.0]
  39. 2024-07-19 06:46:52,073 - NodeDeletion - pca was deleted
  40. 2024-07-19 06:46:52,073 - GraphStructuralAnalysis - 1 iterations passed during SA
  41. 2024-07-19 06:46:52,073 - GraphStructuralAnalysis - The following actions were applied during SA: {'NodeDeletionAnalyze': 1, 'NodeReplaceOperationAnalyze': 0, 'SubtreeDeletionAnalyze': 0, 'EdgeDeletionAnalyze': 0, 'EdgeReplaceOperationAnalyze': 0}
  42. 2024-07-19 06:46:52,481 - __main__ - Pipeline 0 (australian) initially: {'f1': 0.8148148148148149, 'ROCAUC': 0.8747877758913412}
  43. 2024-07-19 06:46:52,481 - __main__ - Pipeline 0 (australian) after 0 SA evaluations: {'f1': 0.8571428571428571, 'ROCAUC': 0.9418505942275043}
  44. 2024-07-19 06:46:52,485 - __main__ - Current pipeline index is 2, fold_id 3
  45. 2024-07-19 06:46:52,863 - __main__ - {'f1': 0.8529411764705881, 'ROCAUC': 0.8718166383701188}
  46. 2024-07-19 06:46:52,864 - GraphStructuralAnalysis - Approaches for analysis are not given, thus will be set to defaults.
  47. 2024-07-19 06:46:52,865 - NodesAnalysis - Nodes to analyze are not defined. All nodes will be analyzed.
  48. 2024-07-19 06:46:52,881 - node_analysis - knn node can not be deleted
  49. 2024-07-19 06:46:52,886 - node_analysis - replacing node: rf
  50. 2024-07-19 06:46:52,887 - node_analysis - replacing node: rf
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement