Skip to content
Snippets Groups Projects
Commit 04451a8d authored by Antti Hyttinen's avatar Antti Hyttinen
Browse files

From the meeting.

parent 32139568
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,14 @@ Each experiment is described in terms of
We employed the following decision makers in our experiments:
\begin{itemize}
\item \textbf{Random}: given leniency $r$ they release each subject with probability $r$.
\item \textbf{Batch}: Following Lakkaraju, this decision maker sorts its subjects according to a logistic regression model $y \sim x$ or $y\sim x+z$ and releases $r$ portion of the subjects.
\item \textbf{Independent}: Each subject is released with respect to a cumulative distribution function based on the logistic regression model. \acomment{EXPLAIN BETTER.}
\item \textbf{Probabilistic}: Each subject is released with probability based on the logistic regression model.
\item \textbf{Random}: With observed leniency $r$, a random judge releases portion $r$ randomly.
%they release each subject with probability $r$.
\item \textbf{Batch}: Following Lakkaraju, this decision maker sorts its subjects according to a logistic regression model
$y$ given features
%$y \sim x$ or $y\sim x+z$
and releases $r$ portion of the subjects.
\item \textbf{Independent}: Each subject is released with respect to a cumulative distribution function based on the logistic regression model. \acomment{EXPLAIN BETTER. MAKE DETERMINISTIC?}
\item \textbf{Probabilistic}: Each subject is released with probability based on the logistic regression model, where the leniency is inputted through $\alpha_j$.
\end{itemize}
Decision makers in the data (\human) have access to \unobservable. Evaluated decision makers do not have access to \unobservable. All parameters of the models are for evaluated decision makers are learned from the training data set.
......
......@@ -49,7 +49,7 @@ And therefore, if a positive decision were made, {\it the above reasoning sugges
\begin{figure}
\includegraphics[width=\linewidth]{img/decisions_ZvsX}
\caption{...}
\caption{This is only one judge. Leniency 0.5. What porportion of the subjects do a crime if released? 150 out 300 have $T=1$? What is the proportion of Y? 56 $Y=0, T=1$, 94 have $T=1,Y=1$. How many had $Y=0$ for the subjects (before censoring with decision)? 157.}
%\label{fig:}
\end{figure}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment