Skip to content
Snippets Groups Projects
Commit 675551a7 authored by Sofia Wuckert's avatar Sofia Wuckert
Browse files

CNN&IForest

parent 02d82a61
No related branches found
No related tags found
1 merge request!17Dev sofia
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# importe\n",
"from IForest import IForest\n",
"import sys\n",
"import pathlib\n",
"sys.path.append(str(pathlib.Path.absolute)+ '../../')\n",
"from src.utils.slidingWindows import find_length_rank\n",
"from src.run_model_wrapper import main"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# importe\n",
"from IForest import IForest\n",
"import sys\n",
"import pathlib\n",
"sys.path.append(str(pathlib.Path.absolute)+ '../../')\n",
"from src.utils.slidingWindows import find_length_rank\n",
"from src.run_model_wrapper import main"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment