Coder Social home page Coder Social logo

data-science_projects's Introduction

Data Science Projects Repository

These projects aim to solve real world problems through data mining techniques. The mission is to make accurate predictions of expected outputs applying machine learning algorithms. Software posted in the repository includes both results and drafts of my projects. Therefore, no warranties or conditions of any kind are offered.

For any question, please email me at [email protected] Luis Campos Garrido 2016

data-science_projects's People

Contributors

lcamposgarrido avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

data-science_projects's Issues

ValueError: Invalid parameters

I am getting ValueError: Invalid Parameters when the grid_data list is used to input parameters for the different scikit estimators. The first row, for instance, which is used for the GaussianNB() estimator contains 'degree' and 'C' which are not valid parameters. How were others able to make this work?

image

Alpha Vantage API changed

Some things have changed in the Alpha Vantage api. fi. 'close' is now '4. close' etc. I tried to fix issues, but could not fix all. Could you please update the code.

Stuck on error: Found array with 0 sample(s) (shape=(0, 21)) while a minimum of 1 is required

Traceback (most recent call last):
File "F:\Develop\Stock LSTM\Stock SVM\predict.py", line 151, in
scores(models, X_test, y_test)
File "F:\Develop\Stock LSTM\Stock SVM\predict.py", line 110, in scores
y_pred = model.predict(X)
File "F:\Python27\lib\site-packages\sklearn\naive_bayes.py", line 66, in predict
jll = self._joint_log_likelihood(X)
File "F:\Python27\lib\site-packages\sklearn\naive_bayes.py", line 428, in _joint_log_likelihood
X = check_array(X)
File "F:\Python27\lib\site-packages\sklearn\utils\validation.py", line 462, in check_array
context))
ValueError: Found array with 0 sample(s) (shape=(0, 21)) while a minimum of 1 is required.

Great demo (hide your API key)

Thanks for sharing your code,
Just a side comment, you might want to hide your Alpha Vantage API key, I know it's free but it should be kept private.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.