SlideShare a Scribd company logo
1 of 81
Legal Analytics
Professor Daniel Martin Katz
Professor Michael J Bommarito II
legalanalyticscourse.com
Class 1
Introduction to the Course
This Course
is Called
“Legal Analytics”
access more at legalanalyticscourse.com
< As We Define it ...
“Legal Analytics” is about
deriving substantively
meaningful insight from some
sort of legal data >
access more at legalanalyticscourse.com
< Let us start with a general
description of the overall
landscape >
access more at legalanalyticscourse.com
() Statistical Models for
Causal Inference
() Statistical Models for
Prediction
versus
access more at legalanalyticscourse.com
Few Words About Causal Inference
Causal Inference is at the core of the “empirical turn”
that has taken hold in law as well as the social sciences
access more at legalanalyticscourse.com
Such Approaches are best for Appropriate Problems/
Question where identifying/linking cause and effect
are key
Few Words About Causal Inference
access more at legalanalyticscourse.com
Instrumental Variables, Propensity Score Matching, Rubin Causal
Model, Regression Discontinuity, Difference in Differences, etc.
Here are just some of the methods/topics
associated with causal inference
Few Words About Causal Inference
access more at legalanalyticscourse.com
However, the methods
associated with Causal
Inference will not be the
focus of this course
access more at legalanalyticscourse.com
We are focused
upon prediction
access more at legalanalyticscourse.com
We are focused
upon machine learning
access more at legalanalyticscourse.com
We are focused
upon data science
access more at legalanalyticscourse.com
We are going to learn
data management skills
access more at legalanalyticscourse.com
SKILLSTO BETAUGHT:
Collecting, cleaning and processing data
Exploring and analyzing data to produce knowledge and
insights, including:
Communicating data and knowledge to clients,
colleagues, or courts.
Machine learning (i.e., classification, regression, and clustering)
Visualization
Natural language processing (time permitting)
Books For This Class
access more at legalanalyticscourse.com
<TheTheoretical Orientation >
access more at legalanalyticscourse.com
Deduction versus Induction
access more at legalanalyticscourse.com
“Long Before Machine Learning came into
existence philosophers knew that
generalizing from particular cases to
general rules is not a well posed problem”
Flach Page 20
access more at legalanalyticscourse.com
David Hume
access more at legalanalyticscourse.com
Black Swans
Two Core Issues:
Uniformity of Nature?
access more at legalanalyticscourse.com
Black Swan Problem
Even If We Observe White Swan
after White Swan we cannot
induce that all swans are white
access more at legalanalyticscourse.com
“[T]here are known knowns; there are things we know we know.
We also know there are known unknowns; that is to say we
know there are some things we do not know.
But there are also unknown unknowns – there are things we do
not know we don't know. ”
United States Secretary of Defense
Donald Rumsfeld
Uniformity of Nature
It is a mistake to presuppose
that a sequence of events in
the future will occur as it
always has in the past
access more at legalanalyticscourse.com
< Regression as a Prediction Tool >
access more at legalanalyticscourse.com
Standard Linear Regression
Can Be Used to
Predict a Quantity
access more at legalanalyticscourse.com
Task = Predict the Expected Hourly
Rate of a Lawyer
f( )
Cost?
#
and/or
010
101
001
access more at legalanalyticscourse.com
Build a (Regression) Model
from Existing Billing Data
access more at legalanalyticscourse.com
Y = βo +/- β1 ( X1 ) +/- β2 ( X2 ) +/- β3 ( X3 ) +/- β4 ( X3 ) +/- β5 ( X3 ) + ε
Y = $151 + $15 ( ) + 161 ( ) + 95 ( ) + 34 ( ) +/- β5 ( ) + ε
Per
100
Lawyers
If Tier 1
Market
is True
Partner
Status
is True
Per
10
Years
Practice
Area
access more at legalanalyticscourse.com
Turn Around and
Use This Model To Predict a
New Lawyer (also Matters, etc.)
access more at legalanalyticscourse.com
This Requires a Method to Deal
With Changes in Dynamics
access more at legalanalyticscourse.com
This Requires a Method to Update
the Model as Time Moves Forward
access more at legalanalyticscourse.com
Must Deal With
Underfitting / Overfitting
the Existing Data
access more at legalanalyticscourse.com
< Machine Learning
A HighLevel Overview >
access more at legalanalyticscourse.com
< Machine Learning HighLevel Overview >
See Flach Textbook Page 11
access more at legalanalyticscourse.com
See Flach Textbook Page 11
Here we have the main ingredients of machine learning:
tasks, models and features.
access more at legalanalyticscourse.com
“A task (red box) requires an
appropriate mapping – a model
– from data described by
features to outputs.”
“Obtaining such a mapping
from training data is what
constitutes a learning problem
(blue box).”
access more at legalanalyticscourse.com
Key Point: “tasks are
addressed by models,
w h e r e a s l e a r n i n g
problems are solved by
learning algorithms that
produce models”
access more at legalanalyticscourse.com
< The Family of ML Methods >
access more at legalanalyticscourse.com
http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html
Adapted from Slides By
Victor Lavrenko and Nigel Goddard
@ University of Edinburgh
Take A LookThese 12
access more at legalanalyticscourse.com
72
Female
Human
3
Female
Horse
36
Male
Human
21
Male
Human
67
Male
Human
29
Female
Human
54
Male
Human
44
Male
Human
50
Male
Human
42
Female
Human
6
Male
Dog
7
Female
Human
access more at legalanalyticscourse.com
Task = Determine the Gender
of the Respective Agents
female
male
f( )
Gender?
and/or
010
101
001
access more at legalanalyticscourse.com
Task = Determine the Gender
of the Respective Agents
female
male
f( )
Gender?
Binary Classification (Supervised Learning)
and/or
010
101
001
access more at legalanalyticscourse.com
Classification (Supervised Learning)
female
male
f( )
Gender?
access more at legalanalyticscourse.com
Classification (Supervised Learning)
decision boundary
female
male
f( )
Gender?
access more at legalanalyticscourse.com
Task = Determine Whether the Agents
Will Obtain Employment?
Yes
No
f( )
Job?
Binary Classification (Supervised Learning)
access more at legalanalyticscourse.com
Classification (Supervised Learning)
Yes
No
f( )
Job?
access more at legalanalyticscourse.com
Classification (Supervised Learning)
decision boundary
Yes
No
f( )
Job?
decision boundary
access more at legalanalyticscourse.com
Task = Determine Whether the Agents
Will Obtain a Loan?
Yes
Perhapsf( )
Loan?
Multi Class Classification (Supervised Learning)
No
access more at legalanalyticscourse.com
f( )
Multi Class Classification (Supervised Learning)
Loan?
Yes
Perhaps
No
access more at legalanalyticscourse.com
f( )
Loan?
Yes
Multi Class Classification (Supervised Learning)
No
Maybe
Yes
Perhaps
No
access more at legalanalyticscourse.com
Multiclass = Hyperplane
access more at legalanalyticscourse.com
Task = Determine the Age of the
Respective Agents
f( )
Age?
Regression (Supervised Learning)
#
access more at legalanalyticscourse.com
Regression (Supervised Learning)
#f( )
Age?
723
21
36
67
54
29
42
44 50
7
6
access more at legalanalyticscourse.com
Regression (Supervised Learning)
#f( )
Age?
723
21
36
67
54
29
42
44 50
7
6
27 44 53 37
68
22 48
10
6
74
3
44
access more at legalanalyticscourse.com
Task = Can We Determine to Which
Group the Agent Belongs?
Clustering (Unsupervised Learning)
f( )
Group?
Cluster
Relies upon some notion of “similarity”
access more at legalanalyticscourse.com
Clustering (Unsupervised Learning)
Clusterf( )
Group?
access more at legalanalyticscourse.com
Clustering (Unsupervised Learning)
Clusterf( )
Group?
access more at legalanalyticscourse.com
< Loss Functions >
access more at legalanalyticscourse.com
“In statistics, typically a loss function is used
for parameter estimation, and the event in
question is some function of the difference
between estimated and true values for an
instance of data.”
access more at legalanalyticscourse.com
Take a Set of Predictor X’s and some response Y
Obtain a function f (X) to make predictions of Y
from those input variables
This is called a loss function L(Y, f (X))
In order to identify f (X) we need another
function to penalize errors in prediction
access more at legalanalyticscourse.com
Once Again Remember
Linear Regression
access more at legalanalyticscourse.com
05101520
0 5 10 15 20
X
Fitted values Y
access more at legalanalyticscourse.com
Notice that the
prediction line does not
really pass through the
middle of any particular
observation
There is an error term called “epsilon” which attempts to capture the amount
of error in the model
Y = α + βx + ε
A Large ErrorTerm Mean that the Regression Line Does not Really “Fit” the
Data Particularly Well
05101520
0 5 10 15 20
X
Fitted values Y
Standard Linear Regression =
minimize the sum of squared residuals
residual is the
difference between
observed value
and fitted value
access more at legalanalyticscourse.com
Regression Analysis
Involves a
Loss Function
access more at legalanalyticscourse.com
Linear Regression
Squared Error Loss Function
L(Y, f ( X)) = ( y − f ( X))Σ 2
access more at legalanalyticscourse.com
Linear Regression
Y = α + βX
where α and β are both in the reals
access more at legalanalyticscourse.com
Y = βo +/- β1 ( X1 ) +/- β2 ( X2 ) +/- β3 ( X3 ) +/- β4 ( X3 ) +/- β5 ( X3 ) + ε
Y = $151 + $15 ( ) + 161 ( ) + 95 ( ) + 34 ( ) +/- β5 ( ) + ε
Per
100
Lawyers
If Tier 1
Market
is True
Partner
Status
is True
Per
10
Years
Practice
Area
access more at legalanalyticscourse.com
Linear Regression
Y = α + βX
where α and β are both in the reals
Minimizing our SSE loss function helps us
identify the "best" alpha and beta that define an
actual function out of the family defined above.
access more at legalanalyticscourse.com
Why is it Squared Error Loss
Function Correct?
access more at legalanalyticscourse.com
There are many other
loss functions
access more at legalanalyticscourse.com
Many models are defined by a functional
form or family, e.g., logistic regression, linear
regression, SVM+kernel.  
Most often, the geometric category that Flach
discusses is tied to these forms, and the "loss"
functions are essentially "distance" or "spatial"
metrics.
Note:
access more at legalanalyticscourse.com
Misclassification is one
common loss function
access more at legalanalyticscourse.com
“Imagine we are trying to predict a binary outcome (0,1)
Now swap the (0,1) for [-1,1]
L(Y, f( X)) = I (y ≠ sign( f))Σ
I is the indicator function where we are summing up
misclassifications”
Example drawn from
Michael Clark @ Notre Dame
access more at legalanalyticscourse.com
< Okay A Few Words About Implementation >
access more at legalanalyticscourse.com
< We Will Use >
access more at legalanalyticscourse.com
< Review These As Needed >
http://computationallegalstudies.com/quantitative-methods-for-lawyers-course/
< Review These As Needed >
http://computationallegalstudies.com/quantitative-methods-for-lawyers-course/
< More to Come in the Next Class >
access more at legalanalyticscourse.com
Legal Analytics
Class 1 - Introduction to the Course
daniel martin katz
blog | ComputationalLegalStudies
corp | LexPredict
michael j bommarito
twitter | @computational
blog | ComputationalLegalStudies
corp | LexPredict
twitter | @mjbommar
more content available at legalanalyticscourse.com
site | danielmartinkatz.com site | bommaritollc.com

More Related Content

What's hot

Ai copyright: ownership and liability
Ai copyright: ownership and liabilityAi copyright: ownership and liability
Ai copyright: ownership and liabilityAndres Guadamuz
 
Digital forensic science and its scope manesh t
Digital forensic science and its scope manesh tDigital forensic science and its scope manesh t
Digital forensic science and its scope manesh tManesh T
 
Gdpr and usa data privacy issues
Gdpr and usa data privacy issuesGdpr and usa data privacy issues
Gdpr and usa data privacy issuesStefan Schippers
 
ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018
ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018
ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018Talwant Singh
 
Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...
Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...
Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...garypierson
 
The Human Right to Privacy in the Digital Age
The Human Right to Privacy in the Digital Age The Human Right to Privacy in the Digital Age
The Human Right to Privacy in the Digital Age - Mark - Fullbright
 
Cyber law case Assignment
Cyber law case AssignmentCyber law case Assignment
Cyber law case Assignment9945446746
 
Laws governing the internet service provider & there rights and liabilities.
Laws governing the internet service provider & there rights and liabilities.Laws governing the internet service provider & there rights and liabilities.
Laws governing the internet service provider & there rights and liabilities.Gaurav Chordia
 
Internet Jurisdiction: Who controls the Internet?
Internet Jurisdiction: Who controls the Internet?Internet Jurisdiction: Who controls the Internet?
Internet Jurisdiction: Who controls the Internet?CubReporters.org
 
computer forensics
computer forensicscomputer forensics
computer forensicsAkhil Kumar
 
L6 Digital Forensic Investigation Tools.pptx
L6 Digital Forensic Investigation Tools.pptxL6 Digital Forensic Investigation Tools.pptx
L6 Digital Forensic Investigation Tools.pptxBhupeshkumar Nanhe
 
Jurisdictional issues of e commerce and consumer protection
Jurisdictional issues of e commerce and consumer protectionJurisdictional issues of e commerce and consumer protection
Jurisdictional issues of e commerce and consumer protectionAkshay Sharma
 
EU's General Data Protection Regulation (GDPR)
EU's General Data Protection Regulation (GDPR)EU's General Data Protection Regulation (GDPR)
EU's General Data Protection Regulation (GDPR)Kimberly Simon MBA
 
Right to Privacy in the Digital Age-final
Right to Privacy in the Digital Age-finalRight to Privacy in the Digital Age-final
Right to Privacy in the Digital Age-finalGraham Smith
 
Cyber laws - Ritu Gautam
Cyber laws - Ritu GautamCyber laws - Ritu Gautam
Cyber laws - Ritu GautamRitu Gautam
 
Health insurance fraud presentation
Health insurance fraud presentationHealth insurance fraud presentation
Health insurance fraud presentationBayzat
 
General Data Protection Regulation (GDPR) Implications for Canadian Firms
General Data Protection Regulation (GDPR) Implications for Canadian FirmsGeneral Data Protection Regulation (GDPR) Implications for Canadian Firms
General Data Protection Regulation (GDPR) Implications for Canadian Firmsaccenture
 
Data protection in_india
Data protection in_indiaData protection in_india
Data protection in_indiaAltacit Global
 

What's hot (20)

Electronic evidence
Electronic evidenceElectronic evidence
Electronic evidence
 
Ai copyright: ownership and liability
Ai copyright: ownership and liabilityAi copyright: ownership and liability
Ai copyright: ownership and liability
 
Digital forensic science and its scope manesh t
Digital forensic science and its scope manesh tDigital forensic science and its scope manesh t
Digital forensic science and its scope manesh t
 
Gdpr and usa data privacy issues
Gdpr and usa data privacy issuesGdpr and usa data privacy issues
Gdpr and usa data privacy issues
 
ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018
ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018
ICT AND E-JUDICIARY: INDIAN PERSPECTIVE: 2018
 
Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...
Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...
Trademarks in Cyberspace: Domain name disputes, cybersquatting and internet i...
 
The Human Right to Privacy in the Digital Age
The Human Right to Privacy in the Digital Age The Human Right to Privacy in the Digital Age
The Human Right to Privacy in the Digital Age
 
Cyber law case Assignment
Cyber law case AssignmentCyber law case Assignment
Cyber law case Assignment
 
Laws governing the internet service provider & there rights and liabilities.
Laws governing the internet service provider & there rights and liabilities.Laws governing the internet service provider & there rights and liabilities.
Laws governing the internet service provider & there rights and liabilities.
 
What about GDPR?
What about GDPR?What about GDPR?
What about GDPR?
 
Internet Jurisdiction: Who controls the Internet?
Internet Jurisdiction: Who controls the Internet?Internet Jurisdiction: Who controls the Internet?
Internet Jurisdiction: Who controls the Internet?
 
computer forensics
computer forensicscomputer forensics
computer forensics
 
L6 Digital Forensic Investigation Tools.pptx
L6 Digital Forensic Investigation Tools.pptxL6 Digital Forensic Investigation Tools.pptx
L6 Digital Forensic Investigation Tools.pptx
 
Jurisdictional issues of e commerce and consumer protection
Jurisdictional issues of e commerce and consumer protectionJurisdictional issues of e commerce and consumer protection
Jurisdictional issues of e commerce and consumer protection
 
EU's General Data Protection Regulation (GDPR)
EU's General Data Protection Regulation (GDPR)EU's General Data Protection Regulation (GDPR)
EU's General Data Protection Regulation (GDPR)
 
Right to Privacy in the Digital Age-final
Right to Privacy in the Digital Age-finalRight to Privacy in the Digital Age-final
Right to Privacy in the Digital Age-final
 
Cyber laws - Ritu Gautam
Cyber laws - Ritu GautamCyber laws - Ritu Gautam
Cyber laws - Ritu Gautam
 
Health insurance fraud presentation
Health insurance fraud presentationHealth insurance fraud presentation
Health insurance fraud presentation
 
General Data Protection Regulation (GDPR) Implications for Canadian Firms
General Data Protection Regulation (GDPR) Implications for Canadian FirmsGeneral Data Protection Regulation (GDPR) Implications for Canadian Firms
General Data Protection Regulation (GDPR) Implications for Canadian Firms
 
Data protection in_india
Data protection in_indiaData protection in_india
Data protection in_india
 

Similar to Legal Analytics - Introduction to the Course - Professor Daniel Martin Katz + Professor Michael J Bommartio II

Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...Daniel Katz
 
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...Daniel Katz
 
Machine learning presentation (razi)
Machine learning presentation (razi)Machine learning presentation (razi)
Machine learning presentation (razi)Rizwan Shaukat
 
102 Creating Value with Real Options
102 Creating Value with Real Options102 Creating Value with Real Options
102 Creating Value with Real Optionsmjvandenplas
 
Leveraging Diversity to Find What Works and Amplify
Leveraging Diversity to Find What Works and Amplify Leveraging Diversity to Find What Works and Amplify
Leveraging Diversity to Find What Works and Amplify Mike Cardus
 
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...Daniel Katz
 
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...Daniel Katz
 
Joseph Busch - Ai vs automation workshop
Joseph Busch - Ai vs automation workshopJoseph Busch - Ai vs automation workshop
Joseph Busch - Ai vs automation workshopvoginip
 
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...Daniel Katz
 
Data Driven Risk Management
Data Driven Risk ManagementData Driven Risk Management
Data Driven Risk ManagementResolver Inc.
 
Principles of Health Informatics: Informatics skills - searching and making d...
Principles of Health Informatics: Informatics skills - searching and making d...Principles of Health Informatics: Informatics skills - searching and making d...
Principles of Health Informatics: Informatics skills - searching and making d...Martin Chapman
 
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...Daniel Katz
 
Machine Learning and Inductive Inference
Machine Learning and Inductive InferenceMachine Learning and Inductive Inference
Machine Learning and Inductive Inferencebutest
 
Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing ExplainedTechWell
 
05 Opms Technology Behind
05 Opms Technology Behind05 Opms Technology Behind
05 Opms Technology BehindGs Chandy
 

Similar to Legal Analytics - Introduction to the Course - Professor Daniel Martin Katz + Professor Michael J Bommartio II (19)

Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
Legal Analytics Course - Class 8 - Introduction to Random Forests and Ensembl...
 
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
Legal Analytics Course - Class 6 - Overfitting, Underfitting, & Cross-Validat...
 
Machine learning presentation (razi)
Machine learning presentation (razi)Machine learning presentation (razi)
Machine learning presentation (razi)
 
102 Creating Value with Real Options
102 Creating Value with Real Options102 Creating Value with Real Options
102 Creating Value with Real Options
 
Leveraging Diversity to Find What Works and Amplify
Leveraging Diversity to Find What Works and Amplify Leveraging Diversity to Find What Works and Amplify
Leveraging Diversity to Find What Works and Amplify
 
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
Fin (Legal) Tech – Law’s Future from Finance’s Past (Some Thoughts About the ...
 
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
Legal Analytics Course - Class #2 - Introduction to Machine Learning for Lawy...
 
Operations research
Operations research Operations research
Operations research
 
Operations research
Operations research Operations research
Operations research
 
Joseph Busch - Ai vs automation workshop
Joseph Busch - Ai vs automation workshopJoseph Busch - Ai vs automation workshop
Joseph Busch - Ai vs automation workshop
 
Management science
Management scienceManagement science
Management science
 
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
Measure Twice, Cut Once - Solving the Legal Profession Biggest Challenges Tog...
 
Data Driven Risk Management
Data Driven Risk ManagementData Driven Risk Management
Data Driven Risk Management
 
Principles of Health Informatics: Informatics skills - searching and making d...
Principles of Health Informatics: Informatics skills - searching and making d...Principles of Health Informatics: Informatics skills - searching and making d...
Principles of Health Informatics: Informatics skills - searching and making d...
 
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
Legal Analytics Course - Class 7 - Binary Classification with Decision Tree L...
 
Machine Learning and Inductive Inference
Machine Learning and Inductive InferenceMachine Learning and Inductive Inference
Machine Learning and Inductive Inference
 
Vector
VectorVector
Vector
 
Exploratory Testing Explained
Exploratory Testing ExplainedExploratory Testing Explained
Exploratory Testing Explained
 
05 Opms Technology Behind
05 Opms Technology Behind05 Opms Technology Behind
05 Opms Technology Behind
 

More from Daniel Katz

Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...Daniel Katz
 
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...Daniel Katz
 
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...Daniel Katz
 
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...Daniel Katz
 
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...Daniel Katz
 
Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer Daniel Katz
 
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...Daniel Katz
 
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...Daniel Katz
 
LexPredict - Empowering the Future of Legal Decision Making
LexPredict - Empowering the Future of Legal Decision MakingLexPredict - Empowering the Future of Legal Decision Making
LexPredict - Empowering the Future of Legal Decision MakingDaniel Katz
 
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...Daniel Katz
 
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...Daniel Katz
 
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...Daniel Katz
 
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...Daniel Katz
 
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...Daniel Katz
 
Legal Analytics Course - Class 9 - Clustering Algorithms (K-Means & Hierarch...
Legal Analytics Course - Class 9 -  Clustering Algorithms (K-Means & Hierarch...Legal Analytics Course - Class 9 -  Clustering Algorithms (K-Means & Hierarch...
Legal Analytics Course - Class 9 - Clustering Algorithms (K-Means & Hierarch...Daniel Katz
 
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...Daniel Katz
 
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...Daniel Katz
 
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...Daniel Katz
 
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...Daniel Katz
 
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...Daniel Katz
 

More from Daniel Katz (20)

Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...Can Law Librarians Help Law Become More Data Driven ?  An Open Question in Ne...
Can Law Librarians Help Law Become More Data Driven ? An Open Question in Ne...
 
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
Why We Are Open Sourcing ContraxSuite and Some Thoughts About Legal Tech and ...
 
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
Exploring the Physical Properties of Regulatory Ecosystems - Professors Danie...
 
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
Law + Complexity & Prediction: Toward a Characterization of Legal Systems as ...
 
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
Building Your Personal (Legal) Brand - Some Thoughts for Law Students and Oth...
 
Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer Artificial Intelligence and Law - 
A Primer
Artificial Intelligence and Law - 
A Primer
 
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
Machine Learning as a Service: #MLaaS, Open Source and the Future of (Legal) ...
 
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
Technology, Data and Computation Session @ The World Bank - Law, Justice, and...
 
LexPredict - Empowering the Future of Legal Decision Making
LexPredict - Empowering the Future of Legal Decision MakingLexPredict - Empowering the Future of Legal Decision Making
LexPredict - Empowering the Future of Legal Decision Making
 
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
{Law, Tech, Design, Delivery} Observations Regarding Innovation in the Legal ...
 
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
Legal Analytics Course - Class 11 - Network Analysis and Law - Professors Dan...
 
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
Legal Analytics Course - Class 12 - Data Preprocessing using dPlyR - Professo...
 
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
Legal Analytics Course - Class 10 - Information Visualization + DataViz in R ...
 
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...
Legal Analytics Course - Class #4 - Github and RMarkdown Tutorial - Professor...
 
Legal Analytics Course - Class 9 - Clustering Algorithms (K-Means & Hierarch...
Legal Analytics Course - Class 9 -  Clustering Algorithms (K-Means & Hierarch...Legal Analytics Course - Class 9 -  Clustering Algorithms (K-Means & Hierarch...
Legal Analytics Course - Class 9 - Clustering Algorithms (K-Means & Hierarch...
 
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
Legal Analytics Course - Class 5 - Quantitative Legal Prediction + Data Drive...
 
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
The Three Forms of (Legal) Prediction: Experts, Crowds and Algorithms -- Prof...
 
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
Quantitative Methods for Lawyers - R Boot Camp Bonus Module - Professor Danie...
 
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
Quantitative Methods for Lawyers - Class #15 - Chi Square Distribution and Ch...
 
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
Quantitative Methods for Lawyers - Class #14 - Power Laws, Hypothesis Testing...
 

Recently uploaded

THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 

Recently uploaded (20)

THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 

Legal Analytics - Introduction to the Course - Professor Daniel Martin Katz + Professor Michael J Bommartio II

  • 1. Legal Analytics Professor Daniel Martin Katz Professor Michael J Bommarito II legalanalyticscourse.com Class 1 Introduction to the Course
  • 2. This Course is Called “Legal Analytics” access more at legalanalyticscourse.com
  • 3. < As We Define it ... “Legal Analytics” is about deriving substantively meaningful insight from some sort of legal data > access more at legalanalyticscourse.com
  • 4. < Let us start with a general description of the overall landscape > access more at legalanalyticscourse.com
  • 5. () Statistical Models for Causal Inference () Statistical Models for Prediction versus access more at legalanalyticscourse.com
  • 6. Few Words About Causal Inference Causal Inference is at the core of the “empirical turn” that has taken hold in law as well as the social sciences access more at legalanalyticscourse.com
  • 7. Such Approaches are best for Appropriate Problems/ Question where identifying/linking cause and effect are key Few Words About Causal Inference access more at legalanalyticscourse.com
  • 8. Instrumental Variables, Propensity Score Matching, Rubin Causal Model, Regression Discontinuity, Difference in Differences, etc. Here are just some of the methods/topics associated with causal inference Few Words About Causal Inference access more at legalanalyticscourse.com
  • 9. However, the methods associated with Causal Inference will not be the focus of this course access more at legalanalyticscourse.com
  • 10. We are focused upon prediction access more at legalanalyticscourse.com
  • 11. We are focused upon machine learning access more at legalanalyticscourse.com
  • 12. We are focused upon data science access more at legalanalyticscourse.com
  • 13. We are going to learn data management skills access more at legalanalyticscourse.com
  • 14. SKILLSTO BETAUGHT: Collecting, cleaning and processing data Exploring and analyzing data to produce knowledge and insights, including: Communicating data and knowledge to clients, colleagues, or courts. Machine learning (i.e., classification, regression, and clustering) Visualization Natural language processing (time permitting)
  • 15. Books For This Class access more at legalanalyticscourse.com
  • 16. <TheTheoretical Orientation > access more at legalanalyticscourse.com
  • 17. Deduction versus Induction access more at legalanalyticscourse.com
  • 18. “Long Before Machine Learning came into existence philosophers knew that generalizing from particular cases to general rules is not a well posed problem” Flach Page 20 access more at legalanalyticscourse.com
  • 19. David Hume access more at legalanalyticscourse.com
  • 20. Black Swans Two Core Issues: Uniformity of Nature? access more at legalanalyticscourse.com
  • 21. Black Swan Problem Even If We Observe White Swan after White Swan we cannot induce that all swans are white access more at legalanalyticscourse.com
  • 22. “[T]here are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns – there are things we do not know we don't know. ” United States Secretary of Defense Donald Rumsfeld
  • 23. Uniformity of Nature It is a mistake to presuppose that a sequence of events in the future will occur as it always has in the past access more at legalanalyticscourse.com
  • 24. < Regression as a Prediction Tool > access more at legalanalyticscourse.com
  • 25. Standard Linear Regression Can Be Used to Predict a Quantity access more at legalanalyticscourse.com
  • 26. Task = Predict the Expected Hourly Rate of a Lawyer f( ) Cost? # and/or 010 101 001 access more at legalanalyticscourse.com
  • 27. Build a (Regression) Model from Existing Billing Data access more at legalanalyticscourse.com
  • 28. Y = βo +/- β1 ( X1 ) +/- β2 ( X2 ) +/- β3 ( X3 ) +/- β4 ( X3 ) +/- β5 ( X3 ) + ε Y = $151 + $15 ( ) + 161 ( ) + 95 ( ) + 34 ( ) +/- β5 ( ) + ε Per 100 Lawyers If Tier 1 Market is True Partner Status is True Per 10 Years Practice Area access more at legalanalyticscourse.com
  • 29. Turn Around and Use This Model To Predict a New Lawyer (also Matters, etc.) access more at legalanalyticscourse.com
  • 30. This Requires a Method to Deal With Changes in Dynamics access more at legalanalyticscourse.com
  • 31. This Requires a Method to Update the Model as Time Moves Forward access more at legalanalyticscourse.com
  • 32. Must Deal With Underfitting / Overfitting the Existing Data access more at legalanalyticscourse.com
  • 33. < Machine Learning A HighLevel Overview > access more at legalanalyticscourse.com
  • 34. < Machine Learning HighLevel Overview > See Flach Textbook Page 11 access more at legalanalyticscourse.com
  • 35. See Flach Textbook Page 11 Here we have the main ingredients of machine learning: tasks, models and features. access more at legalanalyticscourse.com
  • 36. “A task (red box) requires an appropriate mapping – a model – from data described by features to outputs.” “Obtaining such a mapping from training data is what constitutes a learning problem (blue box).” access more at legalanalyticscourse.com
  • 37. Key Point: “tasks are addressed by models, w h e r e a s l e a r n i n g problems are solved by learning algorithms that produce models” access more at legalanalyticscourse.com
  • 38. < The Family of ML Methods > access more at legalanalyticscourse.com
  • 40. Adapted from Slides By Victor Lavrenko and Nigel Goddard @ University of Edinburgh Take A LookThese 12 access more at legalanalyticscourse.com
  • 42. Task = Determine the Gender of the Respective Agents female male f( ) Gender? and/or 010 101 001 access more at legalanalyticscourse.com
  • 43. Task = Determine the Gender of the Respective Agents female male f( ) Gender? Binary Classification (Supervised Learning) and/or 010 101 001 access more at legalanalyticscourse.com
  • 44. Classification (Supervised Learning) female male f( ) Gender? access more at legalanalyticscourse.com
  • 45. Classification (Supervised Learning) decision boundary female male f( ) Gender? access more at legalanalyticscourse.com
  • 46. Task = Determine Whether the Agents Will Obtain Employment? Yes No f( ) Job? Binary Classification (Supervised Learning) access more at legalanalyticscourse.com
  • 47. Classification (Supervised Learning) Yes No f( ) Job? access more at legalanalyticscourse.com
  • 48. Classification (Supervised Learning) decision boundary Yes No f( ) Job? decision boundary access more at legalanalyticscourse.com
  • 49. Task = Determine Whether the Agents Will Obtain a Loan? Yes Perhapsf( ) Loan? Multi Class Classification (Supervised Learning) No access more at legalanalyticscourse.com
  • 50. f( ) Multi Class Classification (Supervised Learning) Loan? Yes Perhaps No access more at legalanalyticscourse.com
  • 51. f( ) Loan? Yes Multi Class Classification (Supervised Learning) No Maybe Yes Perhaps No access more at legalanalyticscourse.com
  • 52. Multiclass = Hyperplane access more at legalanalyticscourse.com
  • 53. Task = Determine the Age of the Respective Agents f( ) Age? Regression (Supervised Learning) # access more at legalanalyticscourse.com
  • 54. Regression (Supervised Learning) #f( ) Age? 723 21 36 67 54 29 42 44 50 7 6 access more at legalanalyticscourse.com
  • 55. Regression (Supervised Learning) #f( ) Age? 723 21 36 67 54 29 42 44 50 7 6 27 44 53 37 68 22 48 10 6 74 3 44 access more at legalanalyticscourse.com
  • 56. Task = Can We Determine to Which Group the Agent Belongs? Clustering (Unsupervised Learning) f( ) Group? Cluster Relies upon some notion of “similarity” access more at legalanalyticscourse.com
  • 57. Clustering (Unsupervised Learning) Clusterf( ) Group? access more at legalanalyticscourse.com
  • 58. Clustering (Unsupervised Learning) Clusterf( ) Group? access more at legalanalyticscourse.com
  • 59. < Loss Functions > access more at legalanalyticscourse.com
  • 60. “In statistics, typically a loss function is used for parameter estimation, and the event in question is some function of the difference between estimated and true values for an instance of data.” access more at legalanalyticscourse.com
  • 61. Take a Set of Predictor X’s and some response Y Obtain a function f (X) to make predictions of Y from those input variables This is called a loss function L(Y, f (X)) In order to identify f (X) we need another function to penalize errors in prediction access more at legalanalyticscourse.com
  • 62. Once Again Remember Linear Regression access more at legalanalyticscourse.com
  • 63. 05101520 0 5 10 15 20 X Fitted values Y access more at legalanalyticscourse.com
  • 64. Notice that the prediction line does not really pass through the middle of any particular observation There is an error term called “epsilon” which attempts to capture the amount of error in the model Y = α + βx + ε A Large ErrorTerm Mean that the Regression Line Does not Really “Fit” the Data Particularly Well 05101520 0 5 10 15 20 X Fitted values Y
  • 65. Standard Linear Regression = minimize the sum of squared residuals residual is the difference between observed value and fitted value access more at legalanalyticscourse.com
  • 66. Regression Analysis Involves a Loss Function access more at legalanalyticscourse.com
  • 67. Linear Regression Squared Error Loss Function L(Y, f ( X)) = ( y − f ( X))Σ 2 access more at legalanalyticscourse.com
  • 68. Linear Regression Y = α + βX where α and β are both in the reals access more at legalanalyticscourse.com
  • 69. Y = βo +/- β1 ( X1 ) +/- β2 ( X2 ) +/- β3 ( X3 ) +/- β4 ( X3 ) +/- β5 ( X3 ) + ε Y = $151 + $15 ( ) + 161 ( ) + 95 ( ) + 34 ( ) +/- β5 ( ) + ε Per 100 Lawyers If Tier 1 Market is True Partner Status is True Per 10 Years Practice Area access more at legalanalyticscourse.com
  • 70. Linear Regression Y = α + βX where α and β are both in the reals Minimizing our SSE loss function helps us identify the "best" alpha and beta that define an actual function out of the family defined above. access more at legalanalyticscourse.com
  • 71. Why is it Squared Error Loss Function Correct? access more at legalanalyticscourse.com
  • 72. There are many other loss functions access more at legalanalyticscourse.com
  • 73. Many models are defined by a functional form or family, e.g., logistic regression, linear regression, SVM+kernel.   Most often, the geometric category that Flach discusses is tied to these forms, and the "loss" functions are essentially "distance" or "spatial" metrics. Note: access more at legalanalyticscourse.com
  • 74. Misclassification is one common loss function access more at legalanalyticscourse.com
  • 75. “Imagine we are trying to predict a binary outcome (0,1) Now swap the (0,1) for [-1,1] L(Y, f( X)) = I (y ≠ sign( f))Σ I is the indicator function where we are summing up misclassifications” Example drawn from Michael Clark @ Notre Dame access more at legalanalyticscourse.com
  • 76. < Okay A Few Words About Implementation > access more at legalanalyticscourse.com
  • 77. < We Will Use > access more at legalanalyticscourse.com
  • 78. < Review These As Needed > http://computationallegalstudies.com/quantitative-methods-for-lawyers-course/
  • 79. < Review These As Needed > http://computationallegalstudies.com/quantitative-methods-for-lawyers-course/
  • 80. < More to Come in the Next Class > access more at legalanalyticscourse.com
  • 81. Legal Analytics Class 1 - Introduction to the Course daniel martin katz blog | ComputationalLegalStudies corp | LexPredict michael j bommarito twitter | @computational blog | ComputationalLegalStudies corp | LexPredict twitter | @mjbommar more content available at legalanalyticscourse.com site | danielmartinkatz.com site | bommaritollc.com