install.packages('cleanerR')
GenerateCandidates
Asks for a dataframe and some parameters and returns all possible combinations of collums for prediction that satisfy a given error in input
in a list the first element of the list are the combinations while the second is its measure of error,to get the best parameters call BestVectorWorstAccuracyTable
Asks for a data.table, a vector of collumn indices and the goal collumn and returns the minimum possible value of accuracy of filling missing valuesWorstAccuracy
Asks for a dataframe, a vector of collumn indices and the goal collumn and returns the minimum possible value of accuracy of filling missing valuesNA_VALUES
Asks for a dataframe and returns a table of how many missing values are in each collumGenerateCandidatesTable
Asks for a data.table and some parameters and returns all possible combinations of collums for prediction that satisfy a given error in input
in a list the first element of the list are the combinations while the second is its measure of error,to get the best parameters call BestVectorMeanAccuracyTable
Asks for a data.table, a vector of collumn indices and the goal collumn the expected value of accuracy of filling missing values if the dataset is representativeMeanAccuracy
Asks for a dataframe, a vector of collumn indices and the goal collumn the expected value of accuracy of filling missing values if the dataset is representativeCandidatesTable
candidates implementation that asks for a data.table objectAutoComplete
Asks for a dataframe, a vector of collumn indices and the goal collumn and returns the data frame with the values filledAutoCompleteTable
Asks for a data.table, a vector of collumn indices and the goal collumn and returns the data frame with the values filledBestAccuracy
Asks for a dataframe, a vector of collumn indices and the goal collumn and returns the maximum possible value of accuracy of filling missing valuesBestAccuracyTable
Asks for a data.table, a vector of collumn indices and the goal collumn and returns the maximum possible value of accuracy of filling missing valuesCompleteDataset
Asks for a dataframe, a vector of collumn indices and the goal collumn and returns the data frame with the values filledBestVector
Asks for a dataframe and some parameters and returns the best combination of collums to predict the missing valueBestVectorTable
Asks for a data.table and some parameters and returns the best combination of collums to predict the missing valueCompleteDatasetTable
Asks for a data.table, a vector of collumn indices and the goal collumn and returns the data frame with the values filledCandidates
Asks for a dataframe and some parameters and returns how close the collums chosen can predict the goal collum
Should be used mostly with generate_candidates or preferably BestVector in case you only want the best combination possible for prediction