Skip to content

Commit 32cb55c

Browse files
agshruti12xehu
andauthored
Shruti/time diff tests (#328)
* time diff tests * time diff tests addition + bug fixes * fixing time_pairs numeric tests * clean up testing file * change the unit parameter to a featurebuilder default parameter, since it doens't need to be a column if we're only looking at the first entry in the series * remove extra raises in test feature metrics * update docs and restore unit test files * add missing tests lost due to merge conflict * update testing suite to account for NAs * resolve merge conflicts and clean up test file * add new helper files --------- Co-authored-by: Xinlan Emily Hu <[email protected]> Co-authored-by: Xinlan Emily Hu <[email protected]>
1 parent cbf04fa commit 32cb55c

File tree

84 files changed

+4507
-1126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4507
-1126
lines changed
1.39 KB
Binary file not shown.

docs/build/doctrees/examples.doctree

891 Bytes
Binary file not shown.
2.13 KB
Binary file not shown.
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/build/html/_sources/examples.rst.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Demo / Sample Code
88

99
After following the "Getting Started" steps below, the Team Communication Toolkit can be imported at the top of any Python script. We have provided a simple example file, "featurize.py", and a demo notebook, "demo.ipynb," under our `examples folder <https://github.com/Watts-Lab/team_comm_tools/tree/main/examples>`_ on GitHub.
1010

11-
You can also `access our demo notebook on Google Colab <https://colab.research.google.com/drive/1e8D5h_prRJsGs_N563EvpoQK0uZIAYsJ?usp=sharing>`_, where you can make a copy and run it on your own.
11+
We also have demos available on Google Colab that you can copy and run on your own:
12+
13+
- `Demo 1: Overview of Team Communication Toolkit and 3 Levels of Features <https://colab.research.google.com/drive/1e8D5h_prRJsGs_N563EvpoQK0uZIAYsJ?usp=sharing>`_
14+
15+
- `Demo 2: Sample Analysis with the Group Affect and Performance Corpus <https://colab.research.google.com/drive/1wnuUC5yg6uQH0TYP1AXVPGRgfp2-npgJ?usp=sharing>`_
1216

1317
Finally, this page will walk you through a case study, highlighting top use cases and considerations when using the toolkit.
1418

docs/build/html/_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ Use the Table of Contents below to learn more about our tool. We recommend that
150150

151151
intro
152152
basics
153-
feature_builder
153+
examples
154154
features/index
155155
features_conceptual/index
156-
examples
156+
feature_builder
157157
utils/index
158158

159159
Indices and Tables

docs/build/html/examples.html

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<script src="_static/js/theme.js"></script>
2222
<link rel="index" title="Index" href="genindex.html" />
2323
<link rel="search" title="Search" href="search.html" />
24-
<link rel="next" title="Utilities" href="utils/index.html" />
25-
<link rel="prev" title="Information Diversity" href="features_conceptual/information_diversity.html" />
24+
<link rel="next" title="Features: Technical Documentation" href="features/index.html" />
25+
<link rel="prev" title="The Basics (Get Started Here!)" href="basics.html" />
2626
</head>
2727

2828
<body class="wy-body-for-nav">
@@ -47,10 +47,7 @@
4747
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
4848
<ul class="current">
4949
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
50-
<li class="toctree-l1"><a class="reference internal" href="basics.html">The Basics</a></li>
51-
<li class="toctree-l1"><a class="reference internal" href="feature_builder.html">feature_builder module</a></li>
52-
<li class="toctree-l1"><a class="reference internal" href="features/index.html">Features: Technical Documentation</a></li>
53-
<li class="toctree-l1"><a class="reference internal" href="features_conceptual/index.html">Features: Conceptual Documentation</a></li>
50+
<li class="toctree-l1"><a class="reference internal" href="basics.html">The Basics (Get Started Here!)</a></li>
5451
<li class="toctree-l1 current"><a class="current reference internal" href="#">Worked Example</a><ul>
5552
<li class="toctree-l2"><a class="reference internal" href="#demo-sample-code">Demo / Sample Code</a></li>
5653
<li class="toctree-l2"><a class="reference internal" href="#getting-started">Getting Started</a><ul>
@@ -75,6 +72,9 @@
7572
</li>
7673
</ul>
7774
</li>
75+
<li class="toctree-l1"><a class="reference internal" href="features/index.html">Features: Technical Documentation</a></li>
76+
<li class="toctree-l1"><a class="reference internal" href="features_conceptual/index.html">Features: Conceptual Documentation</a></li>
77+
<li class="toctree-l1"><a class="reference internal" href="feature_builder.html">feature_builder module</a></li>
7878
<li class="toctree-l1"><a class="reference internal" href="utils/index.html">Utilities</a></li>
7979
</ul>
8080

@@ -107,7 +107,11 @@
107107
<section id="demo-sample-code">
108108
<h2>Demo / Sample Code<a class="headerlink" href="#demo-sample-code" title="Link to this heading"></a></h2>
109109
<p>After following the “Getting Started” steps below, the Team Communication Toolkit can be imported at the top of any Python script. We have provided a simple example file, “featurize.py”, and a demo notebook, “demo.ipynb,” under our <a class="reference external" href="https://github.com/Watts-Lab/team_comm_tools/tree/main/examples">examples folder</a> on GitHub.</p>
110-
<p>You can also <a class="reference external" href="https://colab.research.google.com/drive/1e8D5h_prRJsGs_N563EvpoQK0uZIAYsJ?usp=sharing">access our demo notebook on Google Colab</a>, where you can make a copy and run it on your own.</p>
110+
<p>We also have demos available on Google Colab that you can copy and run on your own:</p>
111+
<ul class="simple">
112+
<li><p><a class="reference external" href="https://colab.research.google.com/drive/1e8D5h_prRJsGs_N563EvpoQK0uZIAYsJ?usp=sharing">Demo 1: Overview of Team Communication Toolkit and 3 Levels of Features</a></p></li>
113+
<li><p><a class="reference external" href="https://colab.research.google.com/drive/1wnuUC5yg6uQH0TYP1AXVPGRgfp2-npgJ?usp=sharing">Demo 2: Sample Analysis with the Group Affect and Performance Corpus</a></p></li>
114+
</ul>
111115
<p>Finally, this page will walk you through a case study, highlighting top use cases and considerations when using the toolkit.</p>
112116
</section>
113117
<section id="getting-started">
@@ -459,8 +463,8 @@ <h4>Feature Column Names<a class="headerlink" href="#feature-column-names" title
459463
</div>
460464
</div>
461465
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
462-
<a href="features_conceptual/information_diversity.html" class="btn btn-neutral float-left" title="Information Diversity" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
463-
<a href="utils/index.html" class="btn btn-neutral float-right" title="Utilities" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
466+
<a href="basics.html" class="btn btn-neutral float-left" title="The Basics (Get Started Here!)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
467+
<a href="features/index.html" class="btn btn-neutral float-right" title="Features: Technical Documentation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
464468
</div>
465469

466470
<hr/>

0 commit comments

Comments
 (0)