Skip to content

Commit 8af8557

Browse files
committed
minor update
1 parent 222ba67 commit 8af8557

9 files changed

+30
-1608826
lines changed

best_model_interpretation-classification.ipynb

+4-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 2,
5+
"execution_count": 1,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -31,18 +31,14 @@
3131
},
3232
{
3333
"cell_type": "code",
34-
"execution_count": 3,
34+
"execution_count": 2,
3535
"metadata": {},
3636
"outputs": [
3737
{
3838
"name": "stdout",
3939
"output_type": "stream",
4040
"text": [
41-
"loading MoS2 dataset...\n",
42-
"Index(['Add NaCl', 'Distance of S outside Furnace (in cm)',\n",
43-
" 'Flat/Tilted_Face Down (Tilted)', 'Flow rate (sccm)',\n",
44-
" 'Reaction Temperature (°C)', 'Ramp time (min)', 'Reaction time (min)'],\n",
45-
" dtype='object')\n"
41+
"loading MoS2 dataset...\n"
4642
]
4743
}
4844
],
@@ -51,8 +47,7 @@
5147
"title = 'mos2_'\n",
5248
"\n",
5349
"X,Y = data_handler.load_XY(task)\n",
54-
"feature_list = X.columns\n",
55-
"print(feature_list)"
50+
"feature_list = X.columns"
5651
]
5752
},
5853
{

data/.gitattributes

-1
This file was deleted.

0 commit comments

Comments
 (0)