Git Product home page Git Product logo

ajayarunachalam / msda Goto Github PK

View Code? Open in Web Editor NEW
120.0 8.0 31.0 11.74 MB

Library for multi-dimensional, multi-sensor, uni/multivariate time series data analysis, unsupervised feature selection, unsupervised deep anomaly detection, and prototype of explainable AI for anomaly detector

License: Other

Jupyter Notebook 99.27% Python 0.73%
signal-processing sensor-data sensor time-series python data-analysis feature-selection feature-engineering variation visualization correlation multidimensional-data multisensor anomaly-detection deep-neural-networks explainable-artificial-intelligence deep-learning pytorch tabular-data anamoly-detection-using-graphs

msda's Issues

get AttributeError: 'DataFrame' object has no attribute 'map' while running blog example

AttributeError Traceback (most recent call last)
in
----> 1 FeatureSelection.plot(df, logging_interval=2)

c:\users\sitra\anaconda3\envs\pythondata\lib\site-packages\msda\msda.py in plot(df, logging_interval)
410 cols = list(df.columns)[2:]
411 #columns = df.iloc[:,2:].values.tolist()
--> 412 columns = df.iloc[:,2:].aggregate(lambda x: [x.tolist()], axis=0).map(lambda x:x[0])
413 time_min = []
414 initial=0

c:\users\sitra\anaconda3\envs\pythondata\lib\site-packages\pandas\core\generic.py in getattr(self, name)
5137 if self._info_axis._can_hold_identifiers_and_holds_name(name):
5138 return self[name]
-> 5139 return object.getattribute(self, name)
5140
5141 def setattr(self, name: str, value) -> None:

AttributeError: 'DataFrame' object has no attribute 'map'

I have python 3.6.2 and pandas 1.1.4

Why is the deepCNN model used when finding exceptions and another model built by keras used when interpreting the model (XAI)?

I've been studying this project recently and have doubts about model interpretation. In MSDA / blog_ Example / unsupervised-deep-analog-detector-with-interpretable-results.ipynb, which uses the deepcnn or lstmaenn model to train and find exceptions, but the interpretable results of the exception detector use a new model built by keras. This model seems to have nothing to do with the previous exception detection model.
Can you give me some explanations or references? Thank you very much for any reply.

ZeroDivisionError

while executing print Ratios of Variations of Values in each column
my df had initially zeros and removed it, still it shows the same error below

Screen Shot 2021-07-01 at 12 57 08 AM

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.