Chris Snow

Results 70 issues of Chris Snow

Add license file so that github can display it in the project header.

It would be great if an OpenAPI definition file was provided with this project to enable the service to be more easily exposed in environments like Bluemix that have API...

## Bug report ``` $ ./transporter-0.4.0-rc.1-darwin-amd64 init postgresql rabbitmq Writing pipeline.js... adaptor 'postgresql' did not provide a sample config ``` ### Relevant pipeline.js: pipeline.js was empty ### System info: -...

help wanted
ready
Hacktoberfest

It would be really useful if the descriptions for linear regression, logistic regression and algorithms had a section that described data requirements/expectations. For example, from what I understand, least squares...

enhancement

**Describe the bug** ``` ... #11 420.6 [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-compiler/1.4.30/kotlin-compiler-1.4.30.jar (48 MB at 1.2 MB/s) #11 421.7 [INFO] Applied plugin: 'spring' #11 422.8 WARNING: An illegal reflective access...

🐛 bug

Currently, the example code looks like: ``` python my_movie = sc.parallelize([(0, 500)]) # Quiz Show (1994) individual_movie_rating_RDD = new_ratings_model.predictAll(new_user_unrated_movies_RDD) individual_movie_rating_RDD.take(1) ``` Should it be this ...? ``` python my_movie =...

``` python new_user_unrated_movies_RDD = (complete_movies_data.filter(lambda x: x[0] not in new_user_ratings_ids).map(lambda x: (new_user_ID, x[0]))) ``` The list of unrated movies contains duplicates: ``` python print(new_user_unrated_movies_RDD.take(10)) [(0, 1), (0, 1), (0, 1),...

I search for documentation to setup auto-completion on the CLI and could not find any, so I'm assuming it hasn't been implemented? Auto completion makes CLIs so much easier to...

It would be great if wtforms provided documentation on creating updatable tables similar to this: http://stackoverflow.com/questions/29514798/filling-wtforms-formfield-fieldlist-with-data-results-in-html-in-fields

documentation

Example: https://github.com/bluek8s/kubedirector/blob/master/deploy/example_catalog/cr-app-spark245.json ``` "defaultImageRepoTag": "bluedata/spark245:5.2.0.35" ``` App config is embedded in the image ``` "defaultConfigPackage": { "packageURL": "file:///opt/configscripts/appconfig-5.2.0.35.tgz" }, ``` Because I couldn't find the image source code in an...

Priority: High
Type: Enhancement
Project: Developer Support