These are tentative policies that may change before the start of the course.

Meetings

All times are Pacific. Attendance at lectures and lab sessions is required. Weekly lectures are Wednesday mornings in Chen 100, 9-9:50 am. On Mondays, you may attend one of the two lab sessions in Chen 130: 9 am-noon or 1-4 pm. Because of large enrollment numbers, we encourage you to attend the lab session you registered for.

TA-led recitations are 7-8:30 pm on Thursdays in Chen 130. TA-led homework help sessions follow immediately thereafter, 8:30-10 pm on Thursdays, also in Chen 130. There are additional TA-led homework help sessions Wednesdays 2:30-4 pm. Instructor office hours are 2–3 pm on Tuesdays in Kerckhoff B123. Attendance at these three activities is not required. There will be no recitations, homework help, or instructor office hours the week of Thanksgiving.

Lab sessions

The lab sessions are spent working on the week’s homework, which always includes working with real data sets with the help of course staff and possibly in collaboration with classmates. You are expected to be working diligently during this time, and it is a golden opportunity to do so.

Submission of assignments

All assignments are submitted (and graded assignments handed back) via Canvas. Lesson exercises are submitted as a single .ipynb file, and each homework problem is submitted separately. (See the Homework section below for more details.)

Lessons and lesson exercises

Prior to each lab session, you must go through the lessons listed on the schedule page for the week. These will give you the requisite skills you need to work on the homework problems of the week. To verify completion of the lessons and to identify points of confusion ahead of time, you will submit a small exercise. The file name must be l##_lastname_firstname.ipynb, where ## is the number of the lesson exercise. Lesson exercises are due at noon Pacific time on the Sunday before the lab session.

The lesson exercises are not graded for correctness, but for thoughtfulness. A perfectly reasonable answer to a problem in a lesson exercise is, “I am really having trouble with this concept. Can you please go over it in class?”

Homework

There are weekly homework assignments. These consist almost entirely of working up real data sets.

  • Each homework has a defined due date and time. For most homeworks, this is Friday at 5 pm Pacific time.

  • Each homework problem must be submitted as both as a single Jupyter notebook with file name hw#.#_lastname_firstname.ipynb. All cells in the notebook must be pre-run in order prior to submission. (A tip: You should use Jupyter’s “Restart and Run All” option under the Run pulldown menu to make sure your notebook is in runnable, submittable form.) Additionally, any other files that are necessary for your homework should also be submitted. Note that these are all submitted as separate files, but the TAs will only add graded comments to the Jupyter notebook. The exception to this rule is for homework problems where the instructions specifically say they may be submitted as a PDF, in which case a single PDF with file name hw#.#_lastname_firstname.pdf is submitted.

  • For team-problems, all members of the team submit exactly the same notebook (except with different file names containing the name of the submitter), with the names of all team members at the top of the notebook.

  • All code you wrote to do your assignment must be included in the notebook. Code from imported packages that you did not write (e.g., modules distributed by the class instructors) need not be displayed in the notebook. We will run the code in your notebook; all code must run to get credit.

  • Since we are running your code to check it, you must have the data sets be accessed in the standard way for the class. That is to say, the following code (or something similar that sets up the correct directory structure) must be at the top of each submitted notebook that uses a data set.

    import os, sys
    if "google.colab" in sys.modules:
        data_path = "https://s3.amazonaws.com/bebi103.caltech.edu/data/"
    else:
        data_path = "../data/"
    

    When accessing files within your notebooks, do it with something like this: filename = os.path.join(data_path, 'name_of_datafile.csv').

  • All of your results must be clearly explained and all graphics clearly presented and embedded in the Jupyter notebook.

  • Any mathematics in your homework must render clearly and properly with MathJax. This essentially means that your equations must be written in correct LaTeX.

  • Where appropriate, you need to give detailed discussion of analysis choices you have made. As an example, you may choose to display data as a jittered strip plot as opposed to, say, a collection of ECDFs. You need to justify that choice.

  • To give a better guideline on how to construct your assignments (and this is good practice in general in your own workflows), you should follow these guidelines.

    • Each code cell should do only one task or define only one, simple function.

    • Do not have any adjacent code cells. Thus, you should have explanatory text describing what is happening in the code cells. This text should not just explain the code, but your reasoning behind why you are doing the calculation.

    • Show all equations.

    • Use Markdown headers to delineate sections of your notebook. In this class, this at least means using headers to delineate parts of the problem.

    Because this is important to make your work clear, the TAs will deduct points if these rules are not followed.

  • There is seldom a single right way to analyze a set of data. You are encouraged to try different approaches to analysis. If you perform an analysis and find problems with it, clearly write what the problems are and how they came about. Even if your analysis does not completely work, but you demonstrate that you thought carefully about it and understand its difficulties, you will get nearly full credit.

  • Throughout the term, you will have six “grace days” for late homeworks. For example, you can submit homework 1 two days late, homework 6 three days late, and homework 8 one day late. After that, no more late homeworks will be accepted. No grace days may be applied to the last two homeworks due to the end-of-term schedule. If a team-problem is late, grace days will be charged to all members of the team. The instructor will not grant less than six grace days, but reserves the right to grant more grace days.

Grading

85% of your grade is determined from homework. 15% of your grade is determined from submission of lesson exercises.

You are expected to work alone, with your classmates, and/or with course instructors with your full attention during the lab sessions. Each unexcused absence from a lab session, or not working on BE/Bi 103 a coursework during a lab session, will result in a 1% deduction from your final grade.

Collaboration policy and Honor Code

Some of the data we will use in this course is unpublished, generously given to us by researchers both from Caltech and from other institutions. They have given us their data in good faith that it will be used only in this class. It is therefore imperative that you do not disseminate data sets that I ask you not to distribute anywhere outside of this class.

You may work on your assignments with classmates, but each submission must be your own. You must indicate with whom you collaborated on the top of each problem. The exceptions are team-problems; you and your teammate(s) submit exactly the same assignment.

You may not consult solutions of homework problems from previous editions of this course.

You are free to consult references, literature, websites, blogs, etc., outside of the materials presented in class. (The exceptions are places where homework problems are completely worked out, such as previous editions of this or other courses, or other students’ work. In fact, you are encouraged to do so.) If you do, you must properly cite the sources in your homework.

Except for when we explicitly ask you to use them, you may not use large language models (LLMs; examples include ChatGPT and GPT-4) or other AI tools. For looking up resources and documentation, Google or other search engines should work just fine. I have this rule with the understanding that many scientists and data scientists actively use LLMs in their work. I am not trying to deny you an important tool; quite the contrary. In order to effectively use LLMs, you need to have a basal competence to be able to understand what the LLM gives you, and even what to ask of it. In this course, we are building that competence, so using LLMs will result in confusion and are best avoided.

Excused absences and extensions

Under certain circumstances, missed lab or lecture sessions will be excused and extensions given on the homework without costing grace days. They must be requested from the course instructor.

Course communications

You should use the course Ed page for all questions related to the course. Note that you may post private messages to course staff via Ed if you wish. If you need to communicate with course staff about a private matter, you should email the instructor.

Most of our mass communication with you will be through Ed, so be sure to set your Ed account to give you email alerts if necessary.

“Ediquette”

When posting on Ed, please follow these guidelines:

  • If you have a question about a coding bug make every attempt to provide a minimal example that demonstrates the problem. A minimal example strips out all other details beyond what is necessary to reproduce the problem or bug. Posting error messages without code is seldom helpful.

  • When posting code, do not post screen shots. You can post code in Ed by selecting Code instead of Paragraph at the top left of the text entry window when you are making a post.

  • If you feel that posting a minimal example will result in showing too much of your answer to your classmates, you can post your question on Ed privately so that only the course staff can see it.

  • While you are free to post anonymously to your classmates (course staff will always know who posts), we encourage you to post with your real name. This can spur discussions among students, which can be productive.

  • Course staff strives to answer questions quickly, but students should answer when they can.

This also spurs more conversation and results in faster answers to questions.