Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment the effect of removing perCapita stop words #4415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"Parts": [
{
"CosineScore": [
0.9257855415344238
0.9257858991622925
],
"QueryPart": "male population",
"SV": [
Expand All @@ -63,8 +63,8 @@
},
{
"CosineScore": [
0.9296979904174805,
0.8847434520721436
0.9296978712081909,
0.884743332862854
],
"QueryPart": "female population",
"SV": [
Expand All @@ -80,7 +80,7 @@
"Parts": [
{
"CosineScore": [
0.9117770791053772
0.9117770195007324
],
"QueryPart": "male population female",
"SV": [
Expand All @@ -89,8 +89,8 @@
},
{
"CosineScore": [
0.887420117855072,
0.8723466396331787
0.8874201774597168,
0.8723466992378235
],
"QueryPart": "population",
"SV": [
Expand All @@ -108,7 +108,7 @@
"CosineScore": [
0.8034241199493408,
0.8017654418945312,
0.7751556634902954,
0.775155782699585,
0.7698014974594116,
0.7586972713470459
],
Expand All @@ -123,7 +123,7 @@
},
{
"CosineScore": [
0.9170327186584473
0.9170328378677368
],
"QueryPart": "population female population",
"SV": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"Parts": [
{
"CosineScore": [
0.7526574730873108,
0.7335996031761169,
0.7317347526550293,
0.7282766103744507,
0.72101229429245,
0.752657413482666,
0.7335996627807617,
0.7317348718643188,
0.7282766699790955,
0.7210124135017395,
0.7188708782196045,
0.7138628363609314,
0.7071599960327148
Expand Down Expand Up @@ -95,7 +95,7 @@
},
{
"CosineScore": [
0.9999996423721313
0.9999995827674866
],
"QueryPart": "blood pressure",
"SV": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
"Parts": [
{
"CosineScore": [
0.8084912300109863,
0.8084913492202759,
0.8080331683158875,
0.8044112920761108,
0.7984198331832886,
0.7966946959495544,
0.791584849357605,
0.7901858687400818,
0.786588728427887,
0.8044112324714661,
0.7984197735786438,
0.7966947555541992,
0.7915847301483154,
0.7901859283447266,
0.7865886092185974,
0.7779486775398254,
0.7773175239562988,
0.777317464351654,
0.7629759907722473
],
"QueryPart": "number poor hispanic",
Expand All @@ -86,8 +86,8 @@
},
{
"CosineScore": [
0.8318259119987488,
0.8029923439025879
0.8318256735801697,
0.8029924631118774
],
"QueryPart": "women phd",
"SV": [
Expand All @@ -103,7 +103,7 @@
"Parts": [
{
"CosineScore": [
0.8433718085289001,
0.8433718681335449,
0.8265039920806885
],
"QueryPart": "number poor hispanic women",
Expand All @@ -114,11 +114,11 @@
},
{
"CosineScore": [
0.7646969556808472,
0.7476687431335449,
0.7646968364715576,
0.7476688027381897,
0.7377066612243652,
0.7362766861915588,
0.7305880784988403
0.7362765669822693,
0.7305881977081299
],
"QueryPart": "phd",
"SV": [
Expand All @@ -137,7 +137,7 @@
"Parts": [
{
"CosineScore": [
0.7890844941139221
0.7890843152999878
],
"QueryPart": "number poor",
"SV": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
"Parts": [
{
"CosineScore": [
0.794236958026886,
0.7929013967514038,
0.7586168050765991,
0.758395791053772
0.7942368984222412,
0.7929012775421143,
0.7586166858673096,
0.7583957314491272
],
"QueryPart": "show climate",
"SV": [
Expand All @@ -80,7 +80,7 @@
},
{
"CosineScore": [
0.8665127754211426
0.8665127158164978
],
"QueryPart": "change drought",
"SV": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@
"properties": [],
"sessionId": "007_999999999",
"variables": [
"Count_CriminalActivities_MotorVehicleTheft",
"Count_CriminalActivities_LarcenyTheft",
"Count_CriminalActivities_Robbery",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea on this diff?

"Count_CriminalActivities_Burglary",
"Count_CriminalActivities_PropertyCrime",
"Count_CriminalActivities_CombinedCrime",
"dc/topic/Crime"
"dc/topic/Crime",
"Count_CriminalActivities_MotorVehicleTheft"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why we are losing startWithDenom?

"title": "Population Below Poverty Line"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Count of Mortality Event: 1 Years or Less in Counties of Massachusetts"
},
{
Expand All @@ -83,7 +82,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Causes of Infant Mortality"
},
{
Expand Down Expand Up @@ -116,7 +114,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Mortality Events (1 Years or Less): Symptoms, Signs and Abnormal Clinical and Laboratory Findings, Not Elsewhere Classified) in Counties of Massachusetts"
},
{
Expand Down Expand Up @@ -149,7 +146,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Mortality Events (1 Years or Less): Certain Conditions Originating in the Perinatal Period) in Counties of Massachusetts"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Population: Literate vs. Population Below poverty line"
},
{
Expand Down Expand Up @@ -56,7 +55,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Population: Literate in Administrative Area 1 Places of India"
},
{
Expand Down Expand Up @@ -89,7 +87,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Population Below Poverty Line in Administrative Area 1 Places of India"
},
{
Expand All @@ -111,7 +108,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Population: Illiterate vs. Population Below poverty line (Per Capita)"
},
{
Expand Down Expand Up @@ -195,7 +191,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Population: Literate vs. Population Below poverty line (Per Capita)"
},
{
Expand All @@ -217,7 +212,6 @@
}
],
"denom": "Count_Person",
"startWithDenom": true,
"title": "Population: Illiterate vs. Population Below poverty line"
}
],
Expand Down
Loading
Loading