Jeff Levesque
Jeff Levesque
This issue makes more sense, when the api is closer to completion. So, it's being moved to [milestone 1.0](https://github.com/jeff1evesque/machine-learning/milestone/4).
An [issue](https://github.com/sass/node-sass/issues/1769) has been created within the [node-sass](https://github.com/sass/node-sass/issues/1769) project, with the intention to steer, a solution for this issue.
This issue should not be isolated to the current vagrant configuration. Instead, it should be related to a [build pipeline](https://github.com/sass/node-sass/issues/1769#issuecomment-256390763), which is associated continous deployment methodology, which currently doesn't exist.
Can you adjust the committed files in this issue to be similar notation to [`bagger.py`](https://github.com/jeff1evesque/machine-learning/blob/9f2ccba0f7adb69718a0fcf4e9b65175cacdbf44/brain/session/model/bagger.py).
The following are specific adaboost implementations: - [regressor](http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html) - [classifier](http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html)
I changed my `site.pp` to the following: ```puppet [...EARLIER-CODE-UNCHANGED...] ## ## configure mongos ## ## @configdb, connection string '/,,[...]' ## node 'mongos' { class {'mongodb::globals': manage_package_repo => true, repo_location =>...
I decided to kill the current mongos pid, then rerun the puppet agent: ```bash [root@mongos vagrant]# netstat -ntlup Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address...
Using centos7x, I needed to define extensions with `so_name`, using the same syntax @leoserra indicated. Otherwise, the `/etc/php.d/[MY-EXTENSION].ini` was created. However, `/usr/lib64/php/modules/[MY-EXTENSION].so` was never created. Thank you, for these comments.
I found the [reason](https://github.com/Phil-Factor/PSYaml/blob/e5562ef297c1fba2e60a1541cef86fc6fc62ee6e/PSYaml/Public/ConvertTo-Yaml.ps1#L118-L139) why the output is split into multiple lines. Personally, I would say an application should not bake into their program, the linter, or concepts of the...
I will probably utilize this custom resource, and forget (next year or after) when the attribute is built in.