QBoard » Artificial Intelligence & ML » AI and ML - Python
  • Vaibhav Mali
    I have lots of excel files(xlsx format) and want to read and handle them.
    For example, file names are ex201901, ex201902,  201912.
    Its name is made by ex YYYYMM format.
    Anyway,...  more
    Last post by Rishi Pandya - August 11, 2021
    369 views 0 likes
    4
  • Vaibhav Mali
    I am new to AI/ML field and I need to solve the following problem using python language.
    Basically, I have certain parameters that come in order and I would like to use supervised...  more
    Last post by Viaan Prakash - August 9, 2021
    226 views 0 likes
    2
  • Sai Anirudh
    I would like to convert a NumPy array to a unit vector. More specifically, I am looking for an equivalent version of this function
    def normalize(v):
    norm = np.linalg.norm(v)
    ...  more
    Last post by Rishi Pandya - August 6, 2021
    1,202 views 0 likes
    4
  • Sai Anirudh
    I have a large csv file but want to read only few rows of data to avoid memory issues. How can we do it using pandas?
    Last post by rick slator - May 10, 2021
    733 views 0 likes
    3
  • Sai Anirudh
    I'm trying to use scikit-learn's LabelEncoder to encode a pandas DataFrame of string labels. As the dataframe has many (50+) columns, I want to avoid creating a LabelEncoder...  more
    Last post by Pranav B - December 12, 2020
    1,508 views 0 likes
    4
  • Nitara Bobal
    I ran a logistic regression model and made predictions of the logit values. I used this to get the points on the ROC curve:
    from sklearn import metrics
    fpr, tpr, thresholds =...  more
    Last post by Rakesh Racharla - October 13, 2020
    1,630 views 0 likes
    4
  • Shivakumar Kota
    Can I extract the underlying decision-rules (or 'decision paths') from a trained tree in a decision tree as a textual list?
    Something like:
    if A>0.4 then if B<0.2 then if...  more
    Last post by Rakesh Racharla - September 14, 2020
    678 views 0 likes
    4
  • Rakesh Racharla
    I am trying to apply deep learning for a binary classification problem with high class imbalance between target classes (500k, 31K). I want to write a custom loss function which...  more
    Last post by Maryam Bains - September 12, 2020
    719 views 0 likes
    4
  • Shivakumar Kota
    When I trained my neural network with Theano or Tensorflow, they will report a variable called "loss" per epoch.
    How should I interpret this variable? Higher loss is better or...  more
    Last post by Jainew Nanda - September 12, 2020
    736 views 0 likes
    4
  • Samar Patil
    I am looking at working on an NLP project, in any programming language (though Python will be my preference).I want to take two documents and determine how similar they are.
    Last post by Rakesh Racharla - September 12, 2020
    846 views 0 likes
    7

QBoard Statistics

Topics 70
Posts 330
Total Users 7405
Active Users 24