Skip to content

Commit

Permalink
Adding phpdoc to facade
Browse files Browse the repository at this point in the history
  • Loading branch information
torian257x committed Aug 10, 2021
1 parent fce0f1d commit d75e53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/RubixAi.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

/**
*
* @method static array getConfig(string $config_entry = null)
* @method static array train($data, mixed $data_index_w_label = null, \Rubix\ML\Estimator $estimator_algorithm = null, array $transformers = null, $model_filename = 'model_trained.rbx', float $train_part_size = 0.7)
* @method static array trainWithoutTest($data, mixed $data_index_w_label = null, \Rubix\ML\Estimator $estimator_algorithm = null, array $transformers = null, $model_filename = 'model_trained.rbx')
* @method static array|int predict($input_data, \Rubix\ML\Estimator $estimator = null, string $model_filename = 'model_trained.rbx')
* @method static array getErrorAnalysis($samples_w_labels, $key_for_labels, $model_filename = 'model_trained.rbx')
* @method static array getConfig(string $config_entry = null)
*
* @see \Torian257x\RubixAi\RubixAiService
*/
Expand Down

0 comments on commit d75e53e

Please sign in to comment.