@@ -27,7 +27,9 @@ <h1 class="title">Module <code>datasist</code></h1>
27
27
< pre > < code class ="python "> from . import feature_engineering
28
28
from . import structdata
29
29
from . import timeseries
30
- from . import visualizations</ code > </ pre >
30
+ from . import visualizations
31
+ from . import model
32
+ from . import nlp</ code > </ pre >
31
33
</ details >
32
34
</ section >
33
35
< section >
@@ -41,9 +43,15 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
41
43
< dd >
42
44
< section class ="desc "> < p > This module contains all functions relating to modeling in using sklearn library.</ p > </ section >
43
45
</ dd >
46
+ < dt > < code class ="name "> < a title ="datasist.nlp " href ="nlp.html "> datasist.nlp</ a > </ code > </ dt >
47
+ < dd >
48
+ < section class ="desc "> < p > This module contains all functions relating to nlp</ p > </ section >
49
+ </ dd >
44
50
< dt > < code class ="name "> < a title ="datasist.structdata " href ="structdata.html "> datasist.structdata</ a > </ code > </ dt >
45
51
< dd >
46
52
< section class ="desc "> < p > This module contains all functions relating to the cleaning and exploration of structured data sets; mostly in pandas format</ p > </ section >
53
+ </ dd >
54
+
47
55
</ dd >
48
56
< dt > < code class ="name "> < a title ="datasist.timeseries " href ="timeseries.html "> datasist.timeseries</ a > </ code > </ dt >
49
57
< dd >
@@ -72,6 +80,7 @@ <h1><img src="datasist.png" alt="logo"></h1>
72
80
< ul >
73
81
< li > < code > < a title ="datasist.feature_engineering " href ="feature_engineering.html "> datasist.feature_engineering</ a > </ code > </ li >
74
82
< li > < code > < a title ="datasist.model " href ="model.html "> datasist.model</ a > </ code > </ li >
83
+ < li > < code > < a title ="datasist.nlp " href ="nlp.html "> datasist.nlp</ a > </ code > </ li >
75
84
< li > < code > < a title ="datasist.structdata " href ="structdata.html "> datasist.structdata</ a > </ code > </ li >
76
85
< li > < code > < a title ="datasist.timeseries " href ="timeseries.html "> datasist.timeseries</ a > </ code > </ li >
77
86
< li > < code > < a title ="datasist.visualizations " href ="visualizations.html "> datasist.visualizations</ a > </ code > </ li >
@@ -81,11 +90,9 @@ <h1><img src="datasist.png" alt="logo"></h1>
81
90
82
91
< li > < h3 > < a href ="#header-submodules "> Contributing</ a > </ h3 >
83
92
< li > < code > < a href ="contributing.html "> Contribution Guide </ a > </ code > </ li >
84
- < li > < code > < a href ="codeofconduct.html "> Contribution Code of Conduct </ a > </ code > </ li >
85
- < li > < code > < a href ="group.html "> Join Our Slack Group </ a > </ code > </ li >
86
-
93
+ <!-- <li><code><a href="codeofconduct.html">Contribution Code of Conduct </a></code></li> -->
94
+ <!-- <li><code><a href="group.html">Join Our Slack Group </a></code></li> -->
87
95
88
-
89
96
90
97
</ ul >
91
98
</ li >
0 commit comments