From 9694910763a19cddd5efd05227ea91f53100c015 Mon Sep 17 00:00:00 2001 From: Suriyan Laohaprapanon Date: Mon, 17 Apr 2023 19:47:14 +0200 Subject: [PATCH] fix broken format --- README.rst | 108 ++++++++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/README.rst b/README.rst index a7f3419..2cb1f92 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,7 @@ CSV. +============+==========================================================================================================================+ | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | +------------+--------------------------------------------------------------------------------------------------------------------------+ - | | **lname_col** : *{string}* name of the column containing the last name | + | | **lname_col** : *{string}* name of the column containing the last name | +------------+--------------------------------------------------------------------------------------------------------------------------+ | | **Year** : *{2000, 2010}, default=2000* year of census to use | +------------+--------------------------------------------------------------------------------------------------------------------------+ @@ -162,7 +162,7 @@ CSV. +==============+=====================================================================================================================+ | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **namecol** : *{string}* name of the column containing the last name | + | | **namecol** : *{string}* name of the column containing the last name | +--------------+---------------------------------------------------------------------------------------------------------------------+ | | **year** : *{2000, 2010}, default=2000* year of census to use | +--------------+---------------------------------------------------------------------------------------------------------------------+ @@ -214,7 +214,7 @@ CSV. +==============+=====================================================================================================================+ | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **lname_col** : *{string}* name of the column containing the last name | + | | **lname_col** : *{string}* name of the column containing the last name | +--------------+---------------------------------------------------------------------------------------------------------------------+ | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty in model | +--------------+---------------------------------------------------------------------------------------------------------------------+ @@ -228,6 +228,7 @@ CSV. bound of confidence interval :: + "Asian,GreaterEastAsian,EastAsian", "Asian,GreaterEastAsian,Japanese", "Asian,IndianSubContinent", "GreaterAfrican,Africans", "GreaterAfrican,Muslim", @@ -235,7 +236,6 @@ CSV. "GreaterEuropean,Jewish","GreaterEuropean,WestEuropean,French", "GreaterEuropean,WestEuropean,Germanic","GreaterEuropean,WestEuropean,Hispanic", "GreaterEuropean,WestEuropean,Italian","GreaterEuropean,WestEuropean,Nordic". - :: @@ -286,17 +286,17 @@ CSV. model `__ to predict the race and ethnicity. - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Parameters | | - +==============+============================================================================================================================================================================================================================================================================================================================+ - | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **namecol** : *{string}* name of the column containing the name. | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty of predictions | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **conf\_int** : *float, default=1.0* confidence interval | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +--------------+----------------------------------------------------------------------------------------------------------------+ + | Parameters | | + +==============+================================================================================================================+ + | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | + +--------------+----------------------------------------------------------------------------------------------------------------+ + | | **namecol** : *{string}* name of the column containing the name. | + +--------------+----------------------------------------------------------------------------------------------------------------+ + | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty of predictions | + +--------------+----------------------------------------------------------------------------------------------------------------+ + | | **conf\_int** : *float, default=1.0* confidence interval | + +--------------+----------------------------------------------------------------------------------------------------------------+ @@ -351,11 +351,11 @@ CSV. +==============+=====================================================================================================================+ | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **lname_col** : *{string}* name of the column containing the last name | + | | **lname_col** : *{string}* name of the column containing the last name | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **num\_iter** : *int, default=100* number of iterations to calculate the uncertainty | + | | **num\_iter** : *int, default=100* number of iterations to calculate the uncertainty | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **conf\_int** : *float, default=1.0* confidence interval | + | | **conf\_int** : *float, default=1.0* confidence interval | +--------------+---------------------------------------------------------------------------------------------------------------------+ @@ -421,17 +421,17 @@ CSV. model `__ to predict the race and ethnicity. - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Parameters | | - +==============+============================================================================================================================================================================================================================================================================================================================+ - | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **namecol** : *{list}* name of the column containing the name. | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **num\_iter** : *int, default=100* number of iterations to calculate the uncertainty | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **conf\_int** : *float, default=1.0* confidence interval in predicted class | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +--------------+-------------------------------------------------------------------------------------------------------------------+ + | Parameters | | + +==============+===================================================================================================================+ + | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | + +--------------+-------------------------------------------------------------------------------------------------------------------+ + | | **namecol** : *{list}* name of the column containing the name. | + +--------------+-------------------------------------------------------------------------------------------------------------------+ + | | **num\_iter** : *int, default=100* number of iterations to calculate the uncertainty | + +--------------+-------------------------------------------------------------------------------------------------------------------+ + | | **conf\_int** : *float, default=1.0* confidence interval in predicted class | + +--------------+-------------------------------------------------------------------------------------------------------------------+ - Output: Appends the following columns to the pandas DataFrame or CSV: @@ -489,11 +489,11 @@ CSV. +==============+=====================================================================================================================+ | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **lname_col** : *{string, list, int}* name of location of the column containing the last name | + | | **lname_col** : *{string, list, int}* name of location of the column containing the last name | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty | + | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty | +--------------+---------------------------------------------------------------------------------------------------------------------+ - | | **conf\_int** : *float, default=1.0* confidence interval | + | | **conf\_int** : *float, default=1.0* confidence interval | +--------------+---------------------------------------------------------------------------------------------------------------------+ @@ -553,17 +553,17 @@ CSV. model `__ to predict the race and ethnicity. - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Parameters | | - +==============+============================================================================================================================================================================================================================================================================================================================+ - | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **namecol** : *{string, list}* string or list of the name or location of the column containing the first name, last name. | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **conf\_int** : *float, default=1.0* confidence interval | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +--------------+---------------------------------------------------------------------------------------------------------------------------------+ + | Parameters | | + +==============+=================================================================================================================================+ + | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | + +--------------+---------------------------------------------------------------------------------------------------------------------------------+ + | | **namecol** : *{string, list}* string or list of the name or location of the column containing the first name, last name. | + +--------------+---------------------------------------------------------------------------------------------------------------------------------+ + | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty | + +--------------+---------------------------------------------------------------------------------------------------------------------------------+ + | | **conf\_int** : *float, default=1.0* confidence interval | + +--------------+---------------------------------------------------------------------------------------------------------------------------------+ - Output: Appends the following columns to the pandas DataFrame or CSV: @@ -622,17 +622,17 @@ CSV. model `__ to predict the race and ethnicity. - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | Parameters | | - +==============+============================================================================================================================================================================================================================================================================================================================+ - | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **namecol** : *{string, list}* string or list of the name or location of the column containing the first name, last name. | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | | **conf\_int** : *float, default=1.0* confidence interval | - +--------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +--------------+-----------------------------------------------------------------------------------------------------------------------------------+ + | Parameters | | + +==============+===================================================================================================================================+ + | | **df** : *{DataFrame, csv}* Pandas dataframe of CSV file contains the names of the individual to be inferred | + +--------------+-----------------------------------------------------------------------------------------------------------------------------------+ + | | **namecol** : *{string, list}* string or list of the name or location of the column containing the first name, last name. | + +--------------+-----------------------------------------------------------------------------------------------------------------------------------+ + | | **num\_iter** : *int, default=100* number of iterations to calculate uncertainty | + +--------------+-----------------------------------------------------------------------------------------------------------------------------------+ + | | **conf\_int** : *float, default=1.0* confidence interval | + +--------------+-----------------------------------------------------------------------------------------------------------------------------------+ - Output: Appends the following columns to the pandas DataFrame or CSV: