Skip to content

Commit bfaa9ca

Browse files
committed
delete old prepare_examples(), delete map_attributes(), update readme.rmd
1 parent ff34301 commit bfaa9ca

7 files changed

+2
-845
lines changed

NAMESPACE

-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ S3method(evaluate,ppred_model)
88
S3method(fit,ppred_model)
99
S3method(plot,ppred_predictions)
1010
S3method(predict,ppred_model)
11-
S3method(prepare_examples,log)
1211
S3method(prepare_examples_dt,activitylog)
1312
S3method(prepare_examples_dt,eventlog)
1413
S3method(split_train_test,ppred_examples_df)
@@ -26,11 +25,9 @@ export(fit)
2625
export(get_task)
2726
export(get_vocabulary)
2827
export(hot_encode_feats)
29-
export(map_attributes)
3028
export(max_case_length)
3129
export(num_outputs)
3230
export(predict)
33-
export(prepare_examples)
3431
export(prepare_examples_dt)
3532
export(split_train_test)
3633
export(stack_layers)

R/map_attributes.R

-28
This file was deleted.

0 commit comments

Comments
 (0)