Baselight

Game Of Thrones

Explore deaths and battles from this fantasy world

@kaggle.mylesoneill_game_of_thrones

Character Predictions
@kaggle.mylesoneill_game_of_thrones.character_predictions

  • 92.27 KB
  • 1946 rows
  • 33 columns
s_no

S.No

actual

Actual

pred

Pred

alive

Alive

plod

Plod

name

Name

title

Title

male

Male

culture

Culture

dateofbirth

DateOfBirth

dateofdeath

DateoFdeath

mother

Mother

father

Father

heir

Heir

house

House

spouse

Spouse

book1

Book1

book2

Book2

book3

Book3

book4

Book4

book5

Book5

isalivemother

IsAliveMother

isalivefather

IsAliveFather

isaliveheir

IsAliveHeir

isalivespouse

IsAliveSpouse

ismarried

IsMarried

isnoble

IsNoble

age

Age

numdeadrelations

NumDeadRelations

booldeadrelations

BoolDeadRelations

ispopular

IsPopular

popularity

Popularity

isalive

IsAlive

10.0540.946Viserys II Targaryennan1nanRhaenyra TargaryenDaemon TargaryenAegon IV Targaryennannan111110.605351170568561
210.3870.613Walder FreyLord of the Crossing1Rivermen208nannannanHouse FreyPerra Royce11111111971110.8963210702341131
310.4930.507Addison HillSer1nannannannanHouse Swyftnan110.2675585284280931
40.0760.924Aemma ArrynQueennan82105nannannanHouse ArrynViserys I Targaryen11230.183946488294314
5110.6170.383Sylva SantagarGreenstoneDornish276nannannanHouse SantagarEldon Estermont1111290.04347826086956521
610.0210.979Tommen Baratheonnan1nanCersei LannisterRobert BaratheonMyrcella Baratheonnannan11151111
70.0140.986Valarr TargaryenHand of the King1Valyrian183209nannannanHouse TargaryenKiera of Tyrosh1112610.431438127090301
80.0360.964Viserys I Targaryennan1nanAlyssa TargaryenBaelon TargaryenRhaenyra Targaryennannan1115110.678929765886287
910.7240.276WilbertSer1nan298nannannannannan110.0066889632107023
1010.3910.609Wilbert OsgreySer1nannannannanHouse Osgreynan10.0200668896321071

CREATE TABLE character_predictions (
  "s_no" BIGINT,
  "actual" BIGINT,
  "pred" BIGINT,
  "alive" DOUBLE,
  "plod" DOUBLE,
  "name" VARCHAR,
  "title" VARCHAR,
  "male" BIGINT,
  "culture" VARCHAR,
  "dateofbirth" DOUBLE,
  "dateofdeath" DOUBLE,
  "mother" VARCHAR,
  "father" VARCHAR,
  "heir" VARCHAR,
  "house" VARCHAR,
  "spouse" VARCHAR,
  "book1" BIGINT,
  "book2" BIGINT,
  "book3" BIGINT,
  "book4" BIGINT,
  "book5" BIGINT,
  "isalivemother" DOUBLE,
  "isalivefather" DOUBLE,
  "isaliveheir" DOUBLE,
  "isalivespouse" DOUBLE,
  "ismarried" BIGINT,
  "isnoble" BIGINT,
  "age" DOUBLE,
  "numdeadrelations" BIGINT,
  "booldeadrelations" BIGINT,
  "ispopular" BIGINT,
  "popularity" DOUBLE,
  "isalive" BIGINT
);

Share link

Anyone who has the link will be able to view this.