Giter Club home page Giter Club logo

dataaspirant_codes's Introduction

DataAspirant_codes

dataaspirant blog total codes can be found here. ###Feel free to fork.

dataaspirant_codes's People

Contributors

rpalsaxena avatar saimadhu-polamuri 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dataaspirant_codes's Issues

Facing exception

facing Exception at faces = cascade.detectMultiScale(gray_image,1.1,5) on live facecount file

Exception
faces = cascade.detectMultiScale(gray_image,1.1,5)
cv2.error: OpenCV(4.5.2) ..\modules\objdetect\src\cascadedetect.cpp:1689: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale'

logistic_regression

Running the module gives:

C:\ProgramData\Anaconda3\python.exe "D:/Walter Study/Udacity/Deep Learning/SoftwarePractice/Logistic_Binary_Classification/logistic_regression.py"
C:\ProgramData\Anaconda3\lib\site-packages\sklearn\cross_validation.py:44: DeprecationWarning:

This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.

Traceback (most recent call last):
  File "D:/Walter Study/Udacity/Deep Learning/SoftwarePractice/Logistic_Binary_Classification/logistic_regression.py", line 194, in <module>
    main()
  File "D:/Walter Study/Udacity/Deep Learning/SoftwarePractice/Logistic_Binary_Classification/logistic_regression.py", line 176, in main
    feature_target_histogram(feature_target_frequencies, feature)
  File "D:/Walter Study/Udacity/Deep Learning/SoftwarePractice/Logistic_Binary_Classification/logistic_regression.py", line 112, in feature_target_histogram
    py.image.save_as(fig, filename=feature_header + '_Target_Histogram.png')
  File "C:\ProgramData\Anaconda3\lib\site-packages\plotly\plotly\plotly.py", line 831, in save_as
    img = cls.get(figure_or_data, format, width, height, scale)
  File "C:\ProgramData\Anaconda3\lib\site-packages\plotly\plotly\plotly.py", line 744, in get
    response = v2.images.create(payload)
  File "C:\ProgramData\Anaconda3\lib\site-packages\plotly\api\v2\images.py", line 18, in create
    return request('post', url, json=body)
  File "C:\ProgramData\Anaconda3\lib\site-packages\plotly\api\v2\utils.py", line 139, in request
    cls=utils.PlotlyJSONEncoder)
  File "C:\ProgramData\Anaconda3\lib\json\__init__.py", line 238, in dumps
    **kw).encode(obj)
  File "C:\ProgramData\Anaconda3\lib\site-packages\plotly\utils.py", line 136, in encode
    encoded_o = super(PlotlyJSONEncoder, self).encode(o)
  File "C:\ProgramData\Anaconda3\lib\json\encoder.py", line 199, in encode
    chunks = self.iterencode(o, _one_shot=True)
  File "C:\ProgramData\Anaconda3\lib\json\encoder.py", line 257, in iterencode
    return _iterencode(o, 0)
  File "C:\ProgramData\Anaconda3\lib\site-packages\plotly\utils.py", line 204, in default
    return _json.JSONEncoder.default(self, obj)
  File "C:\ProgramData\Anaconda3\lib\json\encoder.py", line 180, in default
    o.__class__.__name__)
TypeError: Object of type 'dict_keys' is not JSON serializable

A doubt

You have used dataset.cov() to find covariance of 2 columns , then what is the purpose of defining cal_covariance
image

Error In predict_house_price.py

Hello,
In predict_house_price.py there is no support for python 3.
In predict_house_price.py while calling show_linear_line function gives error as two argument X and Y are passed. X and Y Is not defined In predict_house_price.py as they are passed as an argument in the function.

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.