eloquent attribute value prediction:使用机器学习预测Laravel Eloquent模型的属性值! 源码
:desktop_computer: :brain: :flexed_biceps:雄辩的属性值预测 :red_heart: Laravel开发人员的机器学习! :red_heart: 使用此软件包,您将能够使用机器学习的力量来预测Laravel Eloquent模型的属性值! :glowing_star: 使用直观的语法,您可以预测类别(字符串)和连续(数字)属性的值。看下面的例子。 $ animal = new \ App \ Models \ Animal (); $ animal -> size = 'small' ; $ animal -> has_wings = false ; $ animal -> domesticated = true ; $ animal -> name = $ animal -> predict ( 'name' ); // 'cat' $ predictions = $ animal -> getPredictions ( 'name' ); // [ // 'ca
文件列表
eloquent-attribute-value-prediction-master.zip
(预估有个16文件)
eloquent-attribute-value-prediction-master
composer.json
1KB
phpunit.xml
874B
.github
workflows
php.yml
739B
tests
Unit
PredictionTest.php
2KB
TestClasses
暂无评论