GithubHelp home page GithubHelp logo

springboard-blog-tutorials's Introduction

Springboard-Blog-Tutorials

These are the respository codes for tutorials on the Springboard blog.

springboard-blog-tutorials's People

Contributors

rogerh91 avatar testitallplz 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  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

springboard-blog-tutorials's Issues

Error ksvm: No Support Vectors found. You may want to change your parameters

Hello
,Thank you for the tutorial. Unfortunately, I have an error when I try to run the "KSVM" part. I used the same files, like you.

The error is :
df.model<-ksvm(corpus~., data= df.train, kernel="rbfdot")
Error in .local(x, ...) :No Support Vectors found. You may want to change your parameters

Do you have any idea where is the problem?

Thank you.

ValueError: Input contains NaN, infinity or a value too large for dtype('float64').

Hi!
The tutorial is very helpful but when I scale, fit and predict it according to my data set it raises
ValueError: Input contains NaN, infinity or a value too large for dtype('float64').

I have tried using:
np.isfinite(X_train).any(), np.isfinite(y_train).any(), np.isfinite(X_test).any()
np.isnan(X_train).any(), np.isnan(y_train).any(), np.isnan(X_test).any()
but still the problem is here.. how can i resolve this problem..
My data set values are actually too large like in exponential form and also it contains negative values. like this:
2.15E-06 -0.000556462 0.000197385 -0.000919 -0.000578077....

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.