You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In this notebook, the term "cost" without a modifier is used several times in back-to-back cells to describe different things: the cost function one is trying to minimize, and the actual cost in dollars to the customer.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Need to explicitly call out which cost is being referred to in each plot, and in each call to the cost tracker. Change the axes for the evaluation of the cost function over iterations to say "cost function," and add a section header before the cost tracking calls to say something along the lines of "Tracking Customer Costs."
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In this notebook, the term "cost" without a modifier is used several times in back-to-back cells to describe different things: the cost function one is trying to minimize, and the actual cost in dollars to the customer.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Need to explicitly call out which cost is being referred to in each plot, and in each call to the cost tracker. Change the axes for the evaluation of the cost function over iterations to say "cost function," and add a section header before the cost tracking calls to say something along the lines of "Tracking Customer Costs."
The text was updated successfully, but these errors were encountered: