eloquent-attribute-value-prediction:使用机器学习预测Laravel Eloquent模型的属性值!

时间:2021-03-21 02:07:48
【文件属性】:
文件名称:eloquent-attribute-value-prediction:使用机器学习预测Laravel Eloquent模型的属性值!
文件大小:18KB
文件格式:ZIP
更新时间:2021-03-21 02:07:48
PHP :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
----composer.json(1KB)
----phpunit.xml(874B)
----.github()
--------workflows()
----tests()
--------Unit()
----LICENSE(7KB)
----src()
--------Helpers()
--------Traits()
--------Console()
--------ServiceProvider.php(511B)
--------Interfaces()
----.gitignore(36B)
----README.md(7KB)

网友评论