Skip to content

Ordinal regression #533

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

Merged
merged 17 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
e7b3e6b
[Ordinal Regression #277] example ordinal regression using ordered un…
NathanielF Mar 19, 2023
9dd4ae7
[Ordinal Regression #277] example ordinal regression using ordered un…
NathanielF Mar 20, 2023
1700df9
[Ordinal Regression #277] added some text
NathanielF Mar 20, 2023
07e8365
[Ordinal Regression #277] small update to text
NathanielF Mar 20, 2023
ae1d781
[Ordinal Regression #277] added movie data analysis
NathanielF Mar 22, 2023
0c50a42
[Ordinal Regression #277] added some write up
NathanielF Mar 22, 2023
c01ada4
[Ordinal Regression #277] tidied final plot
NathanielF Apr 1, 2023
67bec56
[Ordinal Regression #277] changed movie comparison to ppc
NathanielF Apr 2, 2023
bbcd721
[Ordinal Regression #277] added forward sampling interrogating the im…
NathanielF Apr 2, 2023
38b4696
[Ordinal Regression #277] added more write up about design v model ba…
NathanielF May 22, 2023
a762c4d
[Ordinal Regression #277] added bibtex ref
NathanielF May 22, 2023
b52a6b3
[Ordinal Regression #277] fixed bib merge conflict
NathanielF May 22, 2023
e46490c
Merge branch 'main' into ordinal_regression
NathanielF May 22, 2023
e464648
[Ordinal Regression #277] trying to fix bib file for pre-commit checks
NathanielF May 22, 2023
a5ef333
[Ordinal Regression #277] Small text changes and updated bib
NathanielF May 22, 2023
91058b0
[Ordinal Regression #277] added note about non-collapsability
NathanielF May 31, 2023
d6f131b
[Ordinal Regression #277] updated with Ben's comments
NathanielF Jun 1, 2023
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
37 changes: 37 additions & 0 deletions examples/data/MoviesData.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
"ID","Descrip","n1","n2","n3","n4","n5"
1,"The Whole Truth",49,70,119,217,245
2,"Priceless",67,22,22,60,574
3,"Allied",59,76,102,203,406
4,"The Infiltrator",173,216,518,1339,2073
5,"Miss Sloane",180,60,48,120,793
6,"Room",278,278,973,3196,9172
7,"The Sea of Trees",650,596,921,1409,1842
8,"Megan Leavey",11,23,45,101,947
9,"Silence",110,63,52,89,209
10,"The Only Living Boy in New York",35,41,41,88,382
11,"Brawl in Cell Block 99",150,50,50,128,335
12,"Freedom Writers",35,12,35,151,927
13,"The Curious Case of Benjamin Button",78,52,78,181,907
14,"Creed",240,480,1199,3238,6836
15,"Triple 9",71,43,92,147,190
16,"Taking Chance",58,0,116,637,4982
17,"Rise",91,81,162,263,415
18,"Revolutionary Road",75,50,60,110,206
19,"Sneaky Pete Season 1",573,1146,2291,9738,43533
20,"Julian Fellowes Presents Doctor Thorne Season 1",422,632,1897,4848,13280
21,"Lifted",48,48,129,274,1111
22,"Bosch Season 3",31,31,46,61,1362
23,"The Man in the High Castle Season 1",3337,3337,6674,21134,76750
24,"Ladies in Lavender",23,31,62,139,519
25,"Me Before You",447,149,248,695,3427
26,"Hunted Season 1",139,104,347,936,1942
27,"The Guardian Season 1",21,21,125,437,1477
28,"Poldark Season 2",99,33,66,231,2869
29,"The Inheritance",43,36,71,121,440
30,"The Marvelous Mrs Maisel Season 1",312,156,156,468,14502
31,"Babel",274,175,187,249,362
32,"Tin Star Season 1",390,244,146,179,667
33,"In Secret",61,56,117,132,143
34,"Philip K. Dick's Electric Dreams - Season 1",140,82,58,82,460
35,"The Choice",248,177,248,497,2376
36,"Fortitude Season 2",111,111,92,92,516
Loading