Skip to content

Latest commit

 

History

History
125 lines (91 loc) · 3.93 KB

index.md

File metadata and controls

125 lines (91 loc) · 3.93 KB
layout
default
<script src="https://code.jquery.com/jquery-3.5.1.js"></script> <script src="https://cdn.datatables.net/1.10.21/js/jquery.dataTables.min.js"></script>

SPRING 2024

Class Information

| Item | | ---------------------- | -------------------------------------------------------------------------------------------- | | Schedule | Tuesdays 6:00 - 7:00 PM Eastern | | Location | Zoom. Details on Carmen | | Professor | Greg Ryslik / ryslik DOT 1 AT osu DOT edu | | Professor Office Hours | Likely Friday - via zoom. Details on Carmen. Contact me ahead of time if you plan to attend. | | TA | To be confirmed | | TA Office Hours | To be confirmed | | Slack Link | See email invite. |

Description:

This class aims to introduce ways to mine and analyze data for people that are data related fields but are not necessarily computer scientists or data scientists. This webpage will serve as a source of content for the course and will eventually house the homeworks and project code files. It is highly encouraged that you simply fork this entire repo and then just sync updates periodically. This will provide you the easiest access to all the updated code at once. For more information on this process, you can see the documentation here.

Github Repository Details

If you would like to make a correction or a fix (either to this page or the associated jupyter notebooks/data) please submit a pull request. I'll review and merge and then hopefully, everyone taking this class benefits!

The direct link to the actual repository is here: https://github.com/gryslik/gradtda5622.

Grading Plan:

  1. Homework x5: 30%
  2. Case Studies x4: 40%
  3. Final Project: 20%
  4. Participation: 10%

There might be tentative bonus points assigned for harder math or cs problems. Max would be at most 2-3% per problem.

Homeworks

{% for row in site.data.Homeworks %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %}
{% tablerow pair in row %}
  {{ 	pair[1] }}
{% endtablerow %}

{% endfor %}

{{ pair[0] }}

Case Studies

{% for row in site.data.Casestudies %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %}
{% tablerow pair in row %}
  {{ 	pair[1] }}
{% endtablerow %}

{% endfor %}

{{ pair[0] }}

Synchronous Class Notebooks

{% for row in site.data.SyncClass %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %}
{% tablerow pair in row %}
  {{ 	pair[1] }}
{% endtablerow %}

{% endfor %}

{{ pair[0] }}

Final

{% for row in site.data.Final %} {% if forloop.first %} {% for pair in row %} {% endfor %} {% endif %}
{% tablerow pair in row %}
  {{ 	pair[1] }}
{% endtablerow %}

{% endfor %}

{{ pair[0] }}

Testing some text4

{{ page.last_modified_at }}