Skip to content

Commit af63015

Browse files
committed
fix docs
1 parent 7612106 commit af63015

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

docs/API_Documentation/model/stemflow.model.special_hurdle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/Examples/09.Database_query.ipynb

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"You will need to know some very basic SQL syntax to fully understand this notebook."
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"metadata": {},
25+
"source": [
26+
"## Examples"
27+
]
28+
},
2229
{
2330
"cell_type": "code",
2431
"execution_count": 1,
@@ -55,14 +62,14 @@
5562
"cell_type": "markdown",
5663
"metadata": {},
5764
"source": [
58-
"## Download data"
65+
"### Download data"
5966
]
6067
},
6168
{
6269
"cell_type": "markdown",
6370
"metadata": {},
6471
"source": [
65-
"### Training/test data"
72+
"#### Training/test data"
6673
]
6774
},
6875
{
@@ -116,7 +123,7 @@
116123
"cell_type": "markdown",
117124
"metadata": {},
118125
"source": [
119-
"## Get X and y"
126+
"### Get X and y"
120127
]
121128
},
122129
{
@@ -620,7 +627,7 @@
620627
"cell_type": "markdown",
621628
"metadata": {},
622629
"source": [
623-
"## First thing first: Spatiotemporal train test split"
630+
"### First thing first: Spatiotemporal train test split"
624631
]
625632
},
626633
{
@@ -642,7 +649,7 @@
642649
"cell_type": "markdown",
643650
"metadata": {},
644651
"source": [
645-
"## Initiate AdaSTEM hurdle model"
652+
"### Initiate AdaSTEM hurdle model"
646653
]
647654
},
648655
{
@@ -701,7 +708,7 @@
701708
"cell_type": "markdown",
702709
"metadata": {},
703710
"source": [
704-
"## \"Traditional\" fit with pandas object"
711+
"### \"Traditional\" fit with pandas object"
705712
]
706713
},
707714
{
@@ -1275,7 +1282,7 @@
12751282
"cell_type": "markdown",
12761283
"metadata": {},
12771284
"source": [
1278-
"## Dump data into duckdb database"
1285+
"### Dump data into duckdb database"
12791286
]
12801287
},
12811288
{
@@ -2192,7 +2199,7 @@
21922199
"cell_type": "markdown",
21932200
"metadata": {},
21942201
"source": [
2195-
"## Using duckdb as input\n"
2202+
"### Using duckdb as input\n"
21962203
]
21972204
},
21982205
{
@@ -3344,7 +3351,7 @@
33443351
"cell_type": "markdown",
33453352
"metadata": {},
33463353
"source": [
3347-
"## Using parquet as input"
3354+
"### Using parquet as input"
33483355
]
33493356
},
33503357
{
@@ -3937,7 +3944,7 @@
39373944
"cell_type": "markdown",
39383945
"metadata": {},
39393946
"source": [
3940-
"## Compare the three method: pd.DataFrame, parquet, and duckdb\n",
3947+
"### Compare the three method: pd.DataFrame, parquet, and duckdb\n",
39413948
"-- Speed, memory use"
39423949
]
39433950
},
@@ -4076,7 +4083,7 @@
40764083
"cell_type": "markdown",
40774084
"metadata": {},
40784085
"source": [
4079-
"# On Small dataset"
4086+
"## On Small dataset"
40804087
]
40814088
},
40824089
{
@@ -4090,7 +4097,7 @@
40904097
"cell_type": "markdown",
40914098
"metadata": {},
40924099
"source": [
4093-
"## Run test: Training using pd.DataFrame, duckdb, and pandas. Increasing ensemble_fold"
4100+
"### Run test: Training using pd.DataFrame, duckdb, and pandas. Increasing ensemble_fold"
40944101
]
40954102
},
40964103
{
@@ -4839,7 +4846,7 @@
48394846
"cell_type": "markdown",
48404847
"metadata": {},
48414848
"source": [
4842-
"## Run test: Training using pd.DataFrame, duckdb, and pandas. Increasing n_jobs"
4849+
"### Run test: Training using pd.DataFrame, duckdb, and pandas. Increasing n_jobs"
48434850
]
48444851
},
48454852
{
@@ -5376,7 +5383,7 @@
53765383
"cell_type": "markdown",
53775384
"metadata": {},
53785385
"source": [
5379-
"# On larger dataset"
5386+
"## On larger dataset"
53805387
]
53815388
},
53825389
{
@@ -5497,7 +5504,7 @@
54975504
"cell_type": "markdown",
54985505
"metadata": {},
54995506
"source": [
5500-
"## Run test: Training using pd.DataFrame, duckdb, and pandas. Increasing n_jobs"
5507+
"### Run test: Training using pd.DataFrame, duckdb, and pandas. Increasing n_jobs"
55015508
]
55025509
},
55035510
{

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ nav:
9898
- 'static_func_AdaSTEM': API_Documentation/model/stemflow.model.static_func_AdaSTEM.md
9999
- 'Hurdle': API_Documentation/model/stemflow.model.Hurdle.md
100100
- 'dummy_model': API_Documentation/model/stemflow.model.dummy_model.md
101-
- 'special_hurdle': API_Documentation/model/stemflow.model.special_hurdle.md
102101
- stemflow.gridding:
103102
- 'Q_blocks': API_Documentation/gridding/stemflow.gridding.Q_blocks.md
104103
- 'QTree': API_Documentation/gridding/stemflow.gridding.QTree.md

0 commit comments

Comments
 (0)