|
How to create a bar chart using lattice package in R?
|
Machine Learning Recipes,bar, chart, using, lattice, package, r |
|
How to create a strip chart using lattice package in R?
|
Machine Learning Recipes,strip, chart, using, lattice, package, r |
|
How to create a dotplot using lattice package in R?
|
Machine Learning Recipes,dotplot, using, lattice, package, r |
|
How to create a kernel density plots using lattice package in R?
|
Machine Learning Recipes,kernel, density, plots, using, lattice, package, r |
|
What are error bar plots and how to use and plot them?
|
Machine Learning Recipes,what, are, error, bar, plots, and, use, and, plot, them |
|
How to create an interactive scatter plot in ggplot?
|
Machine Learning Recipes,interactive, scatter, plot, ggplot |
|
How to do annotation with ggplot2?
|
Machine Learning Recipes,do, annotation, with, ggplot2 |
|
How to plot timeseries in R?
|
Machine Learning Recipes,plot, timeseries, r |
|
How to plot area chart in R?
|
Machine Learning Recipes,plot, area, chart, r |
|
How to create bubble chart in R?
|
Machine Learning Recipes,bubble, chart, r |
|
How to plot pie chart using ggplot in R?
|
Machine Learning Recipes,plot, pie, chart, using, ggplot, r |
|
How to change histogram bins in R?
|
Machine Learning Recipes,change, histogram, bins, r |
|
How to plot pie chart in R?
|
Machine Learning Recipes,plot, pie, chart, r |
|
How to plot scatter plot using plot function in R?
|
Machine Learning Recipes,plot, scatter, plot, using, plot, function, r |
|
What does lines function do to a plot in R?
|
Machine Learning Recipes,what, does, lines, function, do, plot, r |
|
How to plot barchart in R?
|
Machine Learning Recipes,plot, barchart, r |
|
What is cbind in R?
|
Machine Learning Recipes,what, is, cbind, r |
|
How to create data for curve using curve function?
|
Machine Learning Recipes,data, for, curve, using, curve, function |
|
What is eval function in R?
|
Machine Learning Recipes,what, is, eval, function, r |
|
What is do.call function in R?
|
Machine Learning Recipes,what, is, do.call, function, r |
|
How to define infinity in R?
|
Machine Learning Recipes,define, infinity, r |
|
What is knitR?
|
Machine Learning Recipes,what, is, knitr |
|
How to find squareroot of a number in R?
|
Machine Learning Recipes,find, squareroot, of, number, r |
|
How to do matrix multiplication in R?
|
Machine Learning Recipes,do, matrix, multiplication, r |
|
What is mapply in R?
|
Machine Learning Recipes,what, is, mapply, r |
|
What is sapply in R?
|
Machine Learning Recipes,what, is, sapply, r |
|
How to find lagged differences in R?
|
Machine Learning Recipes,find, lagged, differences, r |
|
How to find variance and std dev in R?
|
Machine Learning Recipes,find, variance, and, std, dev, r |
|
How to write a text file through R?
|
Machine Learning Recipes,write, text, file, through, r |
|
How to read a text file in R?
|
Machine Learning Recipes,read, text, file, r |
|
How to read a csv in R?
|
Machine Learning Recipes,read, csv, r |
|
How to apply multiple filters on multiple columns using multiple conditions in R?
|
Machine Learning Recipes,apply, multiple, filters, on, multiple, columns, using, multiple, conditions, r |
|
What is the difference between different filtering functions in R and which of them is fastest?
|
Machine Learning Recipes,what, is, difference, between, different, filtering, functions, r, and, which, of, them, is, fastest |
|
How to apply a filter on dataframe in R?
|
Machine Learning Recipes,apply, filter, on, dataframe, r |
|
How to summarize a R obect?
|
Machine Learning Recipes,summarize, r, obect |
|
What is str function in R?
|
Machine Learning Recipes,what, is, str, function, r |
|
How to access elements of a vector by negative indexing in R?
|
Machine Learning Recipes,access, elements, of, vector, by, negative, indexing, r |
|
Explain toupper and tolower and substring function in R?
|
Machine Learning Recipes,explain, toupper, and, tolower, and, substring, function, r |
|
What does format function do and how is it helpful with strings?
|
Machine Learning Recipes,what, does, format, function, do, and, is, it, helpful, with, strings |
|
How to write a custom function in R?
|
Machine Learning Recipes,write, custom, function, r |
|
What does next function do in loops?
|
Machine Learning Recipes,what, does, next, function, do, loops |
|
How to write break statement in R?
|
Machine Learning Recipes,write, break, statement, r |
|
How to use for loops in R?
|
Machine Learning Recipes,use, for, loops, r |
|
How to write try catch in R?
|
Machine Learning Recipes,write, try, catch, r |
|
How to write if else in R?
|
Machine Learning Recipes,write, if, else, r |
|
How to write a if condition in R?
|
Machine Learning Recipes,write, if, condition, r |
|
What is %in% operator?
|
Machine Learning Recipes,what, is, %%, operator |
|
What happens when you divide 2 vectors of unequal length in R?
|
Machine Learning Recipes,what, happens, when, you, divide, 2, vectors, of, unequal, length, r |
|
What happens when you mutiply 2 vectors of unequal length in R?
|
Machine Learning Recipes,what, happens, when, you, mutiply, 2, vectors, of, unequal, length, r |
|
How to find variables in R with pattern in the current session?
|
Machine Learning Recipes,find, variables, r, with, pattern, current, session |
|
How to create a matrix in R?
|
Machine Learning Recipes,matrix, r |
|
How to find datatype of a variable in R?
|
Machine Learning Recipes,find, datatype, of, variable, r |
|
What are factors in R?
|
Machine Learning Recipes,what, are, factors, r |
|
What are vectors in R?
|
Machine Learning Recipes,what, are, vectors, r |
|
What is a namespace in R?
|
Machine Learning Recipes,what, is, namespace, r |
|
How to convert string to factor in R?
|
Machine Learning Recipes,convert, string, factor, r |
|
How to convert integer to float in R?
|
Machine Learning Recipes,convert, integer, float, r |
|
How to convert float to integer in R?
|
Machine Learning Recipes,convert, float, integer, r |
|
How to divide 2 numbers in R?
|
Machine Learning Recipes,divide, 2, numbers, r |
|
How to add 2 numbers in R?
|
Machine Learning Recipes,add, 2, numbers, r |
|
How to plot histogram in R?
|
Machine Learning Recipes,plot, histogram, r |
|
What is rbind in R?
|
Machine Learning Recipes,what, is, rbind, r |
|
How to plot a simple x and y chart in R?
|
Machine Learning Recipes,plot, simple, x, and, y, chart, r |
|
What is the difference between NA and NAN in R?
|
Machine Learning Recipes,what, is, difference, between, na, and, nan, r |
|
How to find if a vector has nan value in it?
|
Machine Learning Recipes,find, if, vector, has, nan, value, it |
|
How to calculate the time taken by each step in a for loop?
|
Machine Learning Recipes,calculate, time, taken, by, each, step, for, loop |
|
How to calculate time required by a function ?
|
Machine Learning Recipes,calculate, time, required, by, function |
|
How to find number of rows in a dataframe in R?
|
Machine Learning Recipes,find, number, of, rows, dataframe, r |
|
How to find cuberoot of a number in R?
|
Machine Learning Recipes,find, cuberoot, of, number, r |
|
What is rowsums and colsums in R?
|
Machine Learning Recipes,what, is, rowsums, and, colsums, r |
|
What is rowmeans and colmeans in R?
|
Machine Learning Recipes,what, is, rowmeans, and, colmeans, r |
|
WHat is tapply in R?
|
Machine Learning Recipes,what, is, tapply, r |
|
What is lapply in r?
|
Machine Learning Recipes,what, is, lapply, r |
|
What is apply function in R?
|
Machine Learning Recipes,what, is, apply, function, r |
|
How to find quantile and quartiles in R?
|
Machine Learning Recipes,find, quantile, and, quartiles, r |
|
How to find mean and median of a column in R?
|
Machine Learning Recipes,find, mean, and, median, of, column, r |
|
How to find IQR of a column in R?
|
Machine Learning Recipes,find, iqr, of, column, r |
|
How is table function in R useful?
|
Machine Learning Recipes,is, table, function, r, useful |
|
How to write a json through R?
|
Machine Learning Recipes,write, json, through, r |
|
How to write a csv through R?
|
Machine Learning Recipes,write, csv, through, r |
|
How to read a JSON in R?
|
Machine Learning Recipes,read, json, r |
|
How to apply a filter on a vector in R?
|
Machine Learning Recipes,apply, filter, on, vector, r |
|
How to combine 2 lists to create a dataframe in R?
|
Machine Learning Recipes,combine, 2, lists, dataframe, r |
|
How to sort a vector in R?
|
Machine Learning Recipes,sort, vector, r |
|
What is nchar function and does it count spaces?
|
Machine Learning Recipes,what, is, nchar, function, and, does, it, count, spaces |
|
How to do string manipulation in R?
|
Machine Learning Recipes,do, string, manipulation, r |
|
What is a repeat loop in R?
|
Machine Learning Recipes,what, is, repeat, loop, r |
|
What is a switch operator in R?
|
Machine Learning Recipes,what, is, switch, operator, r |
|
How to use where loops in R?
|
Machine Learning Recipes,use, where, loops, r |
|
How to write if and else if in R?
|
Machine Learning Recipes,write, if, and, else, if, r |
|
What is colon operator?
|
Machine Learning Recipes,what, is, colon, operator |
|
What happens when you apply relational operations on 2 vectors of equal and unequal length in R?
|
Machine Learning Recipes,what, happens, when, you, apply, relational, operations, on, 2, vectors, of, equal, and, unequal, length, r |
|
How to find length of vector in R?
|
Machine Learning Recipes,find, length, of, vector, r |
|
What are dataframes and how to create them?
|
Machine Learning Recipes,what, are, dataframes, and, them |
|
How to create arrays with specified dimension in R?
|
Machine Learning Recipes,arrays, with, specified, dimension, r |
|
How to create a list in R?
|
Machine Learning Recipes,list, r |
|
How to define raw vectors in R?
|
Machine Learning Recipes,define, raw, vectors, r |
|
What are strings in R?
|
Machine Learning Recipes,what, are, strings, r |
|
How to install packages using devtools in R?
|
Machine Learning Recipes,install, packages, using, devtools, r |
|
How to exponential operation in R?
|
Machine Learning Recipes,exponential, operation, r |
|
How to load a package in R?
|
Machine Learning Recipes,load, package, r |
|
How to remove all variables from a session in R?
|
Machine Learning Recipes,remove, all, variables, session, r |
|
How to convert integer to string in R?
|
Machine Learning Recipes,convert, integer, string, r |
|
How to install packages through local machine in R?
|
Machine Learning Recipes,install, packages, through, local, machine, r |
|
How to install packages through cran in R?
|
Machine Learning Recipes,install, packages, through, cran, r |
|
How to do modulus operation in R?
|
Machine Learning Recipes,do, modulus, operation, r |
|
How to multiply 2 numbers in R?
|
Machine Learning Recipes,multiply, 2, numbers, r |
|
How to subtract 2 numbers in R?
|
Machine Learning Recipes,subtract, 2, numbers, r |
|
Explain how to Make a bar plot using seaborn?
|
Machine Learning Recipes,explain, make, bar, plot, using, seaborn |
|
What is encoding and decoding in NLP?
|
Machine Learning Recipes,what, is, encoding, and, decoding, nlp |
|
How to make a violinplot in matplotlib example 2?
|
Machine Learning Recipes,make, violinplot, matplotlib, example, 2 |
|
How to make a violinplot in matplotlib?
|
Machine Learning Recipes,make, violinplot, matplotlib |
|
How to make ContourF plot in matplotlib?
|
Machine Learning Recipes,make, contourf, plot, matplotlib |
|
How to make Contour Plots in matplotlib?
|
Machine Learning Recipes,make, contour, plots, matplotlib |
|
How to make a customized plot in matplotlib?
|
Machine Learning Recipes,make, customized, plot, matplotlib |
|
Explain what is subplot with an example using matplotlib?
|
Machine Learning Recipes,explain, what, is, subplot, with, example, using, matplotlib |
|
Explain what is grid with an example using matplotlib?
|
Machine Learning Recipes,explain, what, is, grid, with, example, using, matplotlib |
|
How to save a image using matplotlib?
|
Machine Learning Recipes,save, image, using, matplotlib |
|
How to read a image using matplotlib?
|
Machine Learning Recipes,read, image, using, matplotlib |
|
Explain what is figure with an example using matplotlib?
|
Machine Learning Recipes,explain, what, is, figure, with, example, using, matplotlib |
|
Explain what is Box plot with an example using matplotlib?
|
Machine Learning Recipes,explain, what, is, box, plot, with, example, using, matplotlib |
|
How to make a color graph using matplotlib?
|
Machine Learning Recipes,make, color, graph, using, matplotlib |
|
Explain what are legends with an example using matplotlib ?
|
Machine Learning Recipes,explain, what, are, legends, with, example, using, matplotlib |
|
Explain what is scatter plot with an example using matplotlib?
|
Machine Learning Recipes,explain, what, is, scatter, plot, with, example, using, matplotlib |
|
How to plot multiple values graph in matplotlib?
|
Machine Learning Recipes,plot, multiple, values, graph, matplotlib |
|
How to make a histogram using matplotlib?
|
Machine Learning Recipes,make, histogram, using, matplotlib |
|
What is difference between bar and barh graph in matplotlib?
|
Machine Learning Recipes,what, is, difference, between, bar, and, barh, graph, matplotlib |
|
How to make a barh graph using matplotlib?
|
Machine Learning Recipes,make, barh, graph, using, matplotlib |
|
How to make a bar graph using matplotlib?
|
Machine Learning Recipes,make, bar, graph, using, matplotlib |
|
How to make a multiple line chart using matplotlib?
|
Machine Learning Recipes,make, multiple, line, chart, using, matplotlib |
|
How to make a line chart using matplotlib?
|
Machine Learning Recipes,make, line, chart, using, matplotlib |
|
What is x scale and y scale in matplotlib?
|
Machine Learning Recipes,what, is, x, scale, and, y, scale, matplotlib |
|
How to make a graph in Matplotlib with x ticks?
|
Machine Learning Recipes,make, graph, matplotlib, with, x, ticks |
|
How to make a graph in Matplotlib with x label?
|
Machine Learning Recipes,make, graph, matplotlib, with, x, label |
|
Explain Matplotlib with a simple example?
|
Machine Learning Recipes,explain, matplotlib, with, simple, example |
|
What is factor plot and how make a factor plot using seaborn?
|
Machine Learning Recipes,what, is, factor, plot, and, make, factor, plot, using, seaborn |
|
What is relational plot and how to Make a relational plot using seaborn?
|
Machine Learning Recipes,what, is, relational, plot, and, make, relational, plot, using, seaborn |
|
What is controlling figure aesthetics in seaborn?
|
Machine Learning Recipes,what, is, controlling, figure, aesthetics, seaborn |
|
Explain how to Visualize regression models using seaborn?
|
Machine Learning Recipes,explain, visualize, regression, models, using, seaborn |
|
Explain how to Joint plot using seaborn?
|
Machine Learning Recipes,explain, joint, plot, using, seaborn |
|
Explain how to Box plot using seaborn?
|
Machine Learning Recipes,explain, box, plot, using, seaborn |
|
How to make a clustermap using seaborn?
|
Machine Learning Recipes,make, clustermap, using, seaborn |
|
Explain how to Make a pair grid plot using seaborn?
|
Machine Learning Recipes,explain, make, pair, grid, plot, using, seaborn |
|
Explain how to Make a pair plot using seaborn?
|
Machine Learning Recipes,explain, make, pair, plot, using, seaborn |
|
Explain how to Make a heatmap and display the values?
|
Machine Learning Recipes,explain, make, heatmap, and, display, values |
|
Explain with example what is heatmap in seaborn?
|
Machine Learning Recipes,explain, with, example, what, is, heatmap, seaborn |
|
How to plot multiple graphs using seaborn?
|
Machine Learning Recipes,plot, multiple, graphs, using, seaborn |
|
Explain what is kernel density estimation with example?
|
Machine Learning Recipes,explain, what, is, kernel, density, estimation, with, example |
|
How to make a color graph using seaborn?
|
Machine Learning Recipes,make, color, graph, using, seaborn |
|
What is color palette and cubehelix palette in seaborn?
|
Machine Learning Recipes,what, is, color, palette, and, cubehelix, palette, seaborn |
|
Explain how to Plot categorical data using seaborn?
|
Machine Learning Recipes,explain, plot, categorical, data, using, seaborn |
|
Explain what is Facetgrid in seaborn with example?
|
Machine Learning Recipes,explain, what, is, facetgrid, seaborn, with, example |
|
Explain how to Make a line graph using seaborn?
|
Machine Learning Recipes,explain, make, line, graph, using, seaborn |
|
Explain stripplot with an example?
|
Machine Learning Recipes,explain, stripplot, with, example |
|
Explain how to Make a histogram using seaborn?
|
Machine Learning Recipes,explain, make, histogram, using, seaborn |
|
Explain how to Make a scatter plot using seaborn?
|
Machine Learning Recipes,explain, make, scatter, plot, using, seaborn |
|
Explain how to Plot Multinomial distribution with the help of seaborn?
|
Machine Learning Recipes,explain, plot, multinomial, distribution, with, help, of, seaborn |
|
Explain how to Plot Binomial distribution with the help of seaborn?
|
Machine Learning Recipes,explain, plot, binomial, distribution, with, help, of, seaborn |
|
Explain how to Plot Normal distribution with the help of seaborn?
|
Machine Learning Recipes,explain, plot, normal, distribution, with, help, of, seaborn |
|
What is a distplot and Plot Distplot without histogram?
|
Machine Learning Recipes,what, is, distplot, and, plot, distplot, without, histogram |
|
Explain Displots in seaborn?
|
Machine Learning Recipes,explain, displots, seaborn |
|
Explain seaborn with an example?
|
Machine Learning Recipes,explain, seaborn, with, example |
|
How to do cost complexity pruning in decision tree classifier?
|
Machine Learning Recipes,do, cost, complexity, pruning, decision, tree, classifier |
|
What is cumulative gain curve in ML?
|
Machine Learning Recipes,what, is, cumulative, gain, curve, ml |
|
How to compare different classification models using logloss and how to pick the best one?
|
Machine Learning Recipes,compare, different, classification, models, using, logloss, and, pick, best, one |
|
How to calibrate a classification model?
|
Machine Learning Recipes,calibrate, classification, model |
|
What is lift metric in classification problems to select the best model?
|
Machine Learning Recipes,what, is, lift, metric, classification, problems, best, model |
|
Explain with an example how to do feature preprocessing using keras?
|
Machine Learning Recipes,explain, with, example, do, feature, preprocessing, using, keras |
|
Explain with an example how to create a recommendation engine with keras?
|
Machine Learning Recipes,explain, with, example, recommendation, engine, with, keras |
|
Explain with an example how He_normal initializer work?
|
Machine Learning Recipes,explain, with, example, he_normal, initializer, work |
|
What are kernel initializers in keras?
|
Machine Learning Recipes,what, are, kernel, initializers, keras |
|
What is use of clone_model functions in keras why is it used?
|
Machine Learning Recipes,what, is, use, of, clone_model, functions, keras, why, is, it, used |
|
How to add regularization to regression in keras?
|
Machine Learning Recipes,add, regularization, regression, keras |
|
How to design an ANN with the help of keras?
|
Machine Learning Recipes,design, ann, with, help, of, keras |
|
How to tune hyperparameters for keras model?
|
Machine Learning Recipes,tune, hyperparameters, for, keras, model |
|
Explain how LSTM is used for Classification?
|
Machine Learning Recipes,explain, lstm, is, used, for, classification |
|
What is the difference between a RNN and LSTM Explain with an example?
|
Machine Learning Recipes,what, is, difference, between, rnn, and, lstm, explain, with, example |
|
What is the difference between a GRU and LSTM Explain with an example?
|
Machine Learning Recipes,what, is, difference, between, gru, and, lstm, explain, with, example |
|
How do GRUs work with Keras Explain with an example?
|
Machine Learning Recipes,do, grus, work, with, keras, explain, with, example |
|
How to do perform data augmentation using keras?
|
Machine Learning Recipes,do, perform, data, augmentation, using, keras |
|
How to add Bi directional LSTM layer to keras model?
|
Machine Learning Recipes,add, bi, directional, lstm, layer, keras, model |
|
How to add LSTM layers to keras model?
|
Machine Learning Recipes,add, lstm, layers, keras, model |
|
How to create a custom cost function to evaluate keras model?
|
Machine Learning Recipes,custom, cost, function, evaluate, keras, model |
|
How to do padding using keras?
|
Machine Learning Recipes,do, padding, using, keras |
|
How to do pooling using keras?
|
Machine Learning Recipes,do, pooling, using, keras |
|
How to do upsampling and down sampling using keras?
|
Machine Learning Recipes,do, upsampling, and, down, sampling, using, keras |
|
How to save keras models?
|
Machine Learning Recipes,save, keras, models |
|
Why do we need to free up RAM using keras How to do it?
|
Machine Learning Recipes,why, do, we, need, free, up, ram, using, keras, do, it |
|
How to load images with help of keras?
|
Machine Learning Recipes,load, images, with, help, of, keras |
|
What is early stopping rounds in keras How is it used?
|
Machine Learning Recipes,what, is, early, stopping, rounds, keras, is, it, used |
|
How to create model checkpoints in keras?
|
Machine Learning Recipes,model, checkpoints, keras |
|
How to plot models using keras?
|
Machine Learning Recipes,plot, models, using, keras |
|
How to do Category encoding and string lookup using keras?
|
Machine Learning Recipes,do, category, encoding, and, string, lookup, using, keras |
|
What is a relu activation function in keras and why is it used?
|
Machine Learning Recipes,what, is, relu, activation, function, keras, and, why, is, it, used |
|
What are the metrics through which we can evaluate a regression model in keras?
|
Machine Learning Recipes,what, are, metrics, through, which, we, can, evaluate, regression, model, keras |
|
What is a drop out rate in keras?
|
Machine Learning Recipes,what, is, drop, out, rate, keras |
|
What is the use of activation functions in keras ?
|
Machine Learning Recipes,what, is, use, of, activation, functions, keras |
|
Explain AlBert and its working with the help of an example?
|
Machine Learning Recipes,explain, albert, and, its, working, with, help, of, example |
|
Explain RoBerta and its working with the help of an example?
|
Machine Learning Recipes,explain, roberta, and, its, working, with, help, of, example |
|
Explain how LSTMs work and why they are preferred in NLP analysis?
|
Machine Learning Recipes,explain, lstms, work, and, why, they, are, preferred, nlp, analysis |
|
What is padding in NLP?
|
Machine Learning Recipes,what, is, padding, nlp |
|
Explain working of BERT with the help of an example?
|
Machine Learning Recipes,explain, working, of, bert, with, help, of, example |
|
What are transformers in NLP?
|
Machine Learning Recipes,what, are, transformers, nlp |
|
How to stem non english words?
|
Machine Learning Recipes,stem, non, english, words |
|
How to tokenize non english language text?
|
Machine Learning Recipes,tokenize, non, english, language, text |
|
How to get antonyms of a particular word from wordnet?
|
Machine Learning Recipes,get, antonyms, of, particular, word, wordnet |
|
How to get hypernyms and hyponyms for a particular word?
|
Machine Learning Recipes,get, hypernyms, and, hyponyms, for, particular, word |
|
How to get synonyms of a particular word from wordnet?
|
Machine Learning Recipes,get, synonyms, of, particular, word, wordnet |
|
How to perform chunking on a paragraph?
|
Machine Learning Recipes,perform, chunking, on, paragraph |
|
How to create a wordcloud and what is it helpful for Explain with an example?
|
Machine Learning Recipes,wordcloud, and, what, is, it, helpful, for, explain, with, example |
|
How to find phrase and sentence similarity using Skip Gram model?
|
Machine Learning Recipes,find, phrase, and, sentence, similarity, using, skip, gram, model |
|
Explain Skip gram with subwords models from word2vec?
|
Machine Learning Recipes,explain, skip, gram, with, subwords, models, word2vec |
|
Explain what is a hashing vectorizer?
|
Machine Learning Recipes,explain, what, is, hashing, vectorizer |
|
What is chinking in NLP Where can it be used?
|
Machine Learning Recipes,what, is, chinking, nlp, where, can, it, be, used |
|
Explain difference between word tokenizer?
|
Machine Learning Recipes,explain, difference, between, word, tokenizer |
|
How to do text classification?
|
Machine Learning Recipes,do, text, classification |
|
What is Coreference Resolution and how to apply it?
|
Machine Learning Recipes,what, is, coreference, resolution, and, apply, it |
|
How to perform fuzzy logic string matching?
|
Machine Learning Recipes,perform, fuzzy, logic, string, matching |
|
How to perform phonetic matching?
|
Machine Learning Recipes,perform, phonetic, matching |
|
How to use levenshtein distance in text similarity?
|
Machine Learning Recipes,use, levenshtein, distance, text, similarity |
|
Explain difference between NLTK ner and Spacy Ner?
|
Machine Learning Recipes,explain, difference, bewtween, nltk, ner, and, spacy, ner |
|
What is Natural entitiy recognition?
|
Machine Learning Recipes,what, is, natural, entitiy, recognition |
|
What is a cbow model and when to use it?
|
Machine Learning Recipes,what, is, cbow, model, and, when, use, it |
|
What is a skip gram model and when to use it?
|
Machine Learning Recipes,what, is, skip, gram, model, and, when, use, it |
|
How to use Glove embedings?
|
Machine Learning Recipes,use, glove, embedings |
|
How to use word2vec?
|
Machine Learning Recipes,use, word2vec |
|
What are embeddings and how to use them?
|
Machine Learning Recipes,what, are, embeddings, and, use, them |
|
How to use tf-df vectorizer?
|
Machine Learning Recipes,use, tf-df, vectorizer |
|
How to use count vectorizer?
|
Machine Learning Recipes,use, count, vectorizer |
|
What is a vectorizer?
|
Machine Learning Recipes,what, is, vectorizer |
|
What is Tf-Idf ratio?
|
Machine Learning Recipes,what, is, tf-idf, ratio |
|
What is inverse document frequency?
|
Machine Learning Recipes,what, is, inverse, document, frequency |
|
What is Term frequency?
|
Machine Learning Recipes,what, is, term, frequency |
|
How to find ngrams from text?
|
Machine Learning Recipes,find, ngrams, text |
|
What is tokenization?
|
Machine Learning Recipes,what, is, tokenization |
|
How to use Spacy lemmatizer?
|
Machine Learning Recipes,use, spacy, lemmatizer |
|
How to install and use spacy models?
|
Machine Learning Recipes,install, and, use, spacy, models |
|
How to make all words to lower case?
|
Machine Learning Recipes,make, all, words, lower, case |
|
How to add custom stopwords and then remove them from text?
|
Machine Learning Recipes,add, custom, stopwords, and, then, remove, them, text |
|
How to remove all punctuation from text?
|
Machine Learning Recipes,remove, all, punctuation, text |
|
How to use Porter Stemmer?
|
Machine Learning Recipes,use, porter, stemmer |
|
How to download the NLTK library?
|
Machine Learning Recipes,download, nltk, library |
|
When to use stemming and when to use lemmatization?
|
Machine Learning Recipes,when, use, stemming, and, when, use, lemmatization |
|
What is the meaning of loss functions in keras?
|
Machine Learning Recipes,what, is, meaning, of, loss, functions, keras |
|
What are optimizers in keras models?
|
Machine Learning Recipes,what, are, optimizers, keras, models |
|
What is batch normalization in keras?
|
Machine Learning Recipes,what, is, batch, normalization, keras |
|
How to perform basic regression using keras model?
|
Machine Learning Recipes,perform, basic, regression, using, keras, model |
|
How to make predictions using keras model?
|
Machine Learning Recipes,make, predictions, using, keras, model |
|
How to evaluate a keras model?
|
Machine Learning Recipes,evaluate, keras, model |
|
How to run and fit data with keras model?
|
Machine Learning Recipes,run, and, fit, data, with, keras, model |
|
How to compile a keras model?
|
Machine Learning Recipes,compile, keras, model |
|
How to add layers sequentially to keras model?
|
Machine Learning Recipes,add, layers, sequentially, keras, model |
|
What is sequential modelling in Keras?
|
Machine Learning Recipes,what, is, sequential, modelling, keras |
|
What does it mean for a timeseries to have multiple seasonalities?
|
Machine Learning Recipes,what, does, it, mean, for, timeseries, have, multiple, seasonalities |
|
What is box cox transformation?
|
Machine Learning Recipes,what, is, box, cox, transformation |
|
What is seasonal ARIMA model How to use it?
|
Machine Learning Recipes,what, is, seasonal, arima, model, use, it |
|
How to find optimal paramters for ARIMA model?
|
Machine Learning Recipes,find, optimal, paramters, for, arima, model |
|
What is PACF in arima?
|
Machine Learning Recipes,what, is, pacf, arima |
|
What is ACF in ARIMA?
|
Machine Learning Recipes,what, is, acf, arima |
|
How to evaluate timeseries models using BIC?
|
Machine Learning Recipes,evaluate, timeseries, models, using, bic |
|
How to evaluate timeseries models using AIC?
|
Machine Learning Recipes,evaluate, timeseries, models, using, aic |
|
What is differencing in timeseries and why do we do it?
|
Machine Learning Recipes,what, is, differencing, timeseries, and, why, do, we, do, it |
|
How to decompose a time series?
|
Machine Learning Recipes,decompose, time, series |
|
How to determine if a time series is stationery?
|
Machine Learning Recipes,determine, if, time, series, is, stationery |
|
How to forecast using moving averages for time series?
|
Machine Learning Recipes,forecast, using, moving, averages, for, time, series |
|
How to do cross validation for time series?
|
Machine Learning Recipes,do, cross, validation, for, time, series |
|
How to forecast a time series using exponential smoothing?
|
Machine Learning Recipes,forecast, time, series, using, exponential, smoothing |
|
Explain ARIMA model for time series forecasting?
|
Machine Learning Recipes,explain, arima, model, for, time, series, forecasting |
|
Explain MA modelling of time series?
|
Machine Learning Recipes,explain, ma, modelling, of, time, series |
|
Explain AR modelling of time series?
|
Machine Learning Recipes,explain, ar, modelling, of, time, series |
|
Explain stratified K fold cross validation ?
|
Machine Learning Recipes,explain, stratified, k, fold, cross, validation |
|
How and when to use polynomial regression?
|
Machine Learning Recipes,and, when, use, polynomial, regression |
|
What does model calibration mean?
|
Machine Learning Recipes,what, does, model, calibration, mean |
|
How does Quadratic Discriminant Analysis work?
|
Machine Learning Recipes,does, quadratic, discriminant, analysis, work |
|
How does Linear Discriminant Analysis work?
|
Machine Learning Recipes,does, linear, discriminant, analysis, work |
|
How to use Gaussian Process Classifier?
|
Machine Learning Recipes,use, gaussian, process, classifier |
|
How to use NaiveBayes Classifier?
|
Machine Learning Recipes,use, naivebayes, classifier |
|
How to use LIGHTGBM regressor work in python?
|
Machine Learning Recipes,use, lightgbm, regressor, work |
|
How to use LIGHTGBM classifier work in python?
|
Machine Learning Recipes,use, lightgbm, classifier, work |
|
How to compare extratrees classifier and decision tree?
|
Machine Learning Recipes,compare, extratrees, classifier, and, decision, tree |
|
How does extratrees classifier work?
|
Machine Learning Recipes,does, extratrees, classifier, work |
|
How to convert time zone from one time series to another in pandas?
|
Machine Learning Recipes,convert, time, zone, one, time, series, another, pandas |
|
How to calculate skewness and kurtosis using pandas?
|
Machine Learning Recipes,calculate, skewness, and, kurtosis, using, pandas |
|
How to draw a matrix of scatter plots using pandas?
|
Machine Learning Recipes,draw, matrix, of, scatter, plots, using, pandas |
|
How to create a lag plot for timeseries data?
|
Machine Learning Recipes,lag, plot, for, timeseries, data |
|
How to convert a sparse dataframe matrix to a dense matrix dataframe?
|
Machine Learning Recipes,convert, sparse, dataframe, matrix, dense, matrix, dataframe |
|
How to plot horizontal and vertical bar plot using pandas?
|
Machine Learning Recipes,plot, horizontal, and, vertical, bar, plot, using, pandas |
|
How to generate histogram on given data using pandas?
|
Machine Learning Recipes,generate, histogram, on, given, data, using, pandas |
|
How to generate a box plot on given data using pandas?
|
Machine Learning Recipes,generate, box, plot, on, given, data, using, pandas |
|
How to generate kernel density estimate plot using pandas on a column?
|
Machine Learning Recipes,generate, kernel, density, estimate, plot, using, pandas, on, column |
|
How to shift the time index of a time series using pandas functions?
|
Machine Learning Recipes,shift, time, index, of, time, series, using, pandas, functions |
|
What is unstacking and squeeze in pandas dataframe?
|
Machine Learning Recipes,what, is, unstacking, and, squeeze, pandas, dataframe |
|
How to set a particular column as index of a dataframe?
|
Machine Learning Recipes,set, particular, column, as, index, of, dataframe |
|
How to segregate duplicate values from Pandas dataframe?
|
Machine Learning Recipes,segregate, duplicate, values, pandas, dataframe |
|
How to compute quantiles using Pandas?
|
Machine Learning Recipes,compute, quantiles, using, pandas |
|
How to compute covariance in pandas?
|
Machine Learning Recipes,compute, covariance, pandas |
|
How to find rank in a pandas dataframe?
|
Machine Learning Recipes,find, rank, pandas, dataframe |
|
How to compute standard error of mean of groups in pandas?
|
Machine Learning Recipes,compute, standard, error, of, mean, of, groups, pandas |
|
What is ffill and bfill in pandas?
|
Machine Learning Recipes,what, is, ffill, and, bfill, pandas |
|
How to aggregate using group by in pandas over multiple columns?
|
Machine Learning Recipes,aggregate, using, group, by, pandas, over, multiple, columns |
|
How to hash a pandas array?
|
Machine Learning Recipes,hash, pandas, array |
|
What does eval do When can it be used?
|
Machine Learning Recipes,what, does, eval, do, when, can, it, be, used |
|
How to create a timeindex from one datetime to another in pandas?
|
Machine Learning Recipes,timeindex, one, datetime, another, pandas |
|
What is a cross tab function when is it used?
|
Machine Learning Recipes,what, is, cross, tab, function, when, is, it, used |
|
What does a melt function do on a dataframe?
|
Machine Learning Recipes,what, does, melt, function, do, on, dataframe |
|
How to transpose a dataframe in Pandas?
|
Machine Learning Recipes,transpose, dataframe, pandas |
|
How does a lambda function work in Pandas?
|
Machine Learning Recipes,does, lambda, function, work, pandas |
|
How to change frequncy of timeseries in python?
|
Machine Learning Recipes,change, frequncy, of, timeseries |
|
How to convert timezone of timeseries in python?
|
Machine Learning Recipes,convert, timezone, of, timeseries |
|
How to unstack in python?
|
Machine Learning Recipes,unstack |
|
What is Vstack in python?
|
Machine Learning Recipes,what, is, vstack |
|
What is Hstack in python?
|
Machine Learning Recipes,what, is, hstack |
|
How to concatenate 2 dataframes?
|
Machine Learning Recipes,concatenate, 2, dataframes |
|
How to drop NA rows from pandas dataframe?
|
Machine Learning Recipes,drop, na, rows, pandas, dataframe |
|
How to skip rows while reading pandas dataframe?
|
Machine Learning Recipes,skip, rows, while, reading, pandas, dataframe |
|
How to get the dates of yesterday today and tomorrow?
|
Machine Learning Recipes,get, dates, of, yesterday, today, and, tomorrow |
|
How to check if 2 arrays are equal?
|
Machine Learning Recipes,check, if, 2, arrays, are, equal |
|
Given 2 arrays create a Cauchy matrix from it?
|
Machine Learning Recipes,given, 2, arrays, cauchy, matrix, it |
|
How to make an array immutable?
|
Machine Learning Recipes,make, array, immutable |
|
How to find the closest value to a given scalar in a vector?
|
Machine Learning Recipes,find, closest, value, given, scalar, vector |
|
Generate a generic 2D Gaussian like array?
|
Machine Learning Recipes,generate, generic, 2d, gaussian, like, array |
|
Subtract the mean of each row of a matrix?
|
Machine Learning Recipes,subtract, mean, of, each, row, of, matrix |
|
How to sort an array by the nth column?
|
Machine Learning Recipes,sort, array, by, nth, column |
|
Find the nearest value from a given value in an array?
|
Machine Learning Recipes,find, nearest, value, given, value, array |
|
How to get the diagonal of a dot product?
|
Machine Learning Recipes,get, diagonal, of, dot, product |
|
How to swap two rows of an array?
|
Machine Learning Recipes,swap, two, rows, of, array |
|
How to compute averages using a sliding window over an array?
|
Machine Learning Recipes,compute, averages, using, sliding, window, over, array |
|
How to find the most frequent value in an array?
|
Machine Learning Recipes,find, most, frequent, value, array |
|
How to compute Z to the power of n using numpy if Z is a large vector?
|
Machine Learning Recipes,compute, z, power, of, n, using, numpy, if, z, is, large, vector |
|
How to create a null vector in numpy?
|
Machine Learning Recipes,null, vector, numpy |
|
How to create a n by n identity matrix in numpy?
|
Machine Learning Recipes,n, by, n, identity, matrix, numpy |
|
How to normalize a matrix in numpy?
|
Machine Learning Recipes,normalize, matrix, numpy |
|
How to round away from zero a float array?
|
Machine Learning Recipes,round, away, zero, float, array |
|
How to find common values between two arrays?
|
Machine Learning Recipes,find, common, values, between, two, arrays |
|
How to ignore all numpy warnings?
|
Machine Learning Recipes,ignore, all, numpy, warnings |
|
What is jaccard similarity and how to calculate it?
|
Machine Learning Recipes,what, is, jaccard, similarity, and, calculate, it |
|
What is cosine similarity and how to calculate it?
|
Machine Learning Recipes,what, is, cosine, similarity, and, calculate, it |
|
What does broadcasting mean with respect to numpy?
|
Machine Learning Recipes,what, does, broadcasting, mean, with, respect, numpy |
|
How to append output of a for loop in a dictionary?
|
Machine Learning Recipes,append, output, of, for, loop, dictionary |
|
How to append output of a for loop in a python dataframe?
|
Machine Learning Recipes,append, output, of, for, loop, dataframe |
|
How to append output of a for loop in a python list?
|
Machine Learning Recipes,append, output, of, for, loop, list |
|
How to find common elements between 2 pandas dataframes?
|
Machine Learning Recipes,find, common, elements, between, 2, pandas, dataframes |
|
How to find difference between 2 dataframes?
|
Machine Learning Recipes,find, difference, between, 2, dataframes |
|
How to write to a text file the output of for loop?
|
Machine Learning Recipes,write, text, file, output, of, for, loop |
|
How to reduce usage of for loop by using apply?
|
Machine Learning Recipes,reduce, usage, of, for, loop, by, using, apply |
|
How to iterate over a pandas series?
|
Machine Learning Recipes,iterate, over, pandas, series |
|
How to append to a list in python using for loop?
|
Machine Learning Recipes,append, list, using, for, loop |
|
How to create a dataframe in python?
|
Machine Learning Recipes,dataframe |
|
How to convert Categorical variables into Numerical Variables using ColumnTransformer?
|
Machine Learning Recipes,convert categorical variables using columntransformer, convert categorical variables, columntransformer |
|
How to find optimal parameters for CatBoost using GridSearchCV for Classification?
|
Machine Learning Recipes,find, optimal, parameters, for, catboost, using, gridsearchcv, for, classification |
|
How to find optimal parameters for CatBoost using GridSearchCV for Regression?
|
Machine Learning Recipes,find, optimal, parameters, for, catboost, using, gridsearchcv, for, regression |
|
How to find optimal parameters using RandomizedSearchCV for Regression?
|
Machine Learning Recipes,find, optimal, parameters, using, randomizedsearchcv, for, regression |
|
How to find optimal parameters using GridSearchCV for Regression?
|
Machine Learning Recipes,find, optimal, parameters, using, gridsearchcv, for, regression |
|
How to find optimal parameters using RandomizedSearchCV?
|
Machine Learning Recipes,find, optimal, parameters, using, randomizedsearchcv |
|
How to find optimal parameters using GridSearchCV?
|
Machine Learning Recipes,find, optimal, parameters, using, gridsearchcv |
|
How to optimise learning rates in XGBoost example 2?
|
Machine Learning Recipes,optimise, learning, rates, xgboost, example, 2 |
|
How to optimise learning rates in XGBoost example 1?
|
Machine Learning Recipes,optimise, learning, rates, xgboost, example, 1 |
|
How to optimise size depth of trees in XGBoost?
|
Machine Learning Recipes,optimise, size, (depth), of, trees, xgboost |
|
How to optimise number of trees in XGBoost?
|
Machine Learning Recipes,optimise, number, of, trees, xgboost |
|
How to parallalise execution of XGBoost and cross validation in Python?
|
Machine Learning Recipes,parallalise, execution, of, xgboost, and, cross, validation |
|
How to evaluate XGBoost model with learning curves example 2?
|
Machine Learning Recipes,evaluate, xgboost, model, with, learning, curves, example, 2 |
|
How to evaluate XGBoost model with learning curves example 1?
|
Machine Learning Recipes,evaluate, xgboost, model, with, learning, curves, example, 1 |
|
How to visualise XGBoost feature importance in Python?
|
Machine Learning Recipes,visualise, xgboost, feature, importance |
|
How to visualise XGBoost tree in Python?
|
Machine Learning Recipes,visualise, xgboost, tree |
|
How to save trained model in Python?
|
Machine Learning Recipes,save, trained, model |
|
How to implement voting ensemble in Python?
|
Machine Learning Recipes,implement, voting, ensemble |
|
How to compare sklearn classification algorithms in Python?
|
Machine Learning Recipes,compare, sklearn, classification, algorithms |
|
How to use Regression Metrics in Python?
|
Machine Learning Recipes,use, regression, metrics |
|
How to use Classification Metrics in Python?
|
Machine Learning Recipes,use, classification, metrics |
|
How to visualise a tree model Multiclass Classification?
|
Machine Learning Recipes,visualise, tree, model, multiclass, classification |
|
How to classify "wine" using different Boosting models?
|
Machine Learning Recipes,classify, "wine", using, different, boosting, models |
|
How to classify "wine" using sklearn ensemble (Boosting) model?
|
Machine Learning Recipes,classify, "wine", using, sklearn, ensemble, (boosting), model |
|
How to classify "wine" using sklearn ensemble (Bagging) model?
|
Machine Learning Recipes,classify, "wine", using, sklearn, ensemble, (bagging), model |
|
How to classify "wine" using sklearn tree model?
|
Machine Learning Recipes,classify, "wine", using, sklearn, tree, model |
|
How to classify "wine" using sklearn LDA and QDA model?
|
Machine Learning Recipes,classify, "wine", using, sklearn, lda, and, qda, model |
|
How to classify "wine" using sklearn nearest neighbors model?
|
Machine Learning Recipes,classify, "wine", using, sklearn, nearest, neighbors, model |
|
How to classify "wine" using sklearn Naive Bayes mdeol?
|
Machine Learning Recipes,classify, "wine", using, sklearn, naive, bayes, mdeol |
|
How to classify "wine" using sklearn linear_models?
|
Machine Learning Recipes,classify, "wine", using, sklearn, linear_models |
|
How to import a CSV file in Python?
|
Machine Learning Recipes,import, csv, file |
|
How to use SVM Classifier and Regressor in Python?
|
Machine Learning Recipes,use, svm, classifier, and, regressor |
|
How to use LightGBM Classifier and Regressor in Python?
|
Machine Learning Recipes,use, lightgbm, classifier, and, regressor |
|
How to use CatBoost Classifier and Regressor in Python?
|
Machine Learning Recipes,use, catboost, classifier, and, regressor |
|
How to use XgBoost Classifier and Regressor in Python?
|
Machine Learning Recipes,use, xgboost, classifier, and, regressor |
|
How to connect MySQL DB in Python?
|
Machine Learning Recipes,connect, mysql, db |
|
How to use MLP Classifier and Regressor in Python?
|
Machine Learning Recipes,use, mlp, classifier, and, regressor |
|
How to use GradientBoosting Classifier and Regressor in Python?
|
Machine Learning Recipes,use, gradientboosting, classifier, and, regressor |
|
How to use RandomForest Classifier and Regressor in Python?
|
Machine Learning Recipes,use, randomforest, classifier, and, regressor |
|
How to use Adaboost Classifier and Regressor in Python?
|
Machine Learning Recipes,use, adaboost, classifier, and, regressor |
|
How to use Classification and Regression Tree in Python?
|
Machine Learning Recipes,use, classification, and, regression, tree |
|
How to do MinShift Clustering in Python?
|
Machine Learning Recipes,do, minshift, clustering |
|
How to do DBSCAN based Clustering in Python?
|
Machine Learning Recipes,do, dbscan, based, clustering |
|
How to do Affinity based Clustering in Python?
|
Machine Learning Recipes,do, affinity, based, clustering |
|
How to do KMeans Clustering in Python?
|
Machine Learning Recipes,do, kmeans, clustering |
|
How to do Agglomerative Clustering in Python?
|
Machine Learning Recipes,do, agglomerative, clustering |
|
How to use nearest neighbours for Classification?
|
Machine Learning Recipes,use, nearest, neighbours, for, classification |
|
How to use nearest neighbours for Regression?
|
Machine Learning Recipes,use, nearest, neighbours, for, regression |
|
How to create and optimize a baseline Decision Tree model for MultiClass Classification?
|
Machine Learning Recipes,and, optimize, baseline, decision, tree, model, for, multiclass, classification |
|
How to create and optimize a baseline Decision Tree model for Binary Classification?
|
Machine Learning Recipes,and, optimize, baseline, decision, tree, model, for, binary, classification |
|
How to create and optimize a baseline Decision Tree model for Regression?
|
Machine Learning Recipes,and, optimize, baseline, decision, tree, model, for, regression |
|
How to find correlations among feature variables in R?
|
Machine Learning Recipes,correlations,feature variables, r |
|
How to visualise regression analysis in R?
|
Machine Learning Recipes,visualise, regression, regression analysis in r |
|
How to use auto encoder for unsupervised learning models?
|
Machine Learning Recipes,auto encoder, unsupervised learning models, pytorch |
|
How to run a basic RNN model using Pytorch?
|
Machine Learning Recipes,run basic RNN, RNN, RNN model, Pytorch |
|
How to save and reload a deep learning model in Pytorch?
|
Machine Learning Recipes,Pytorch, Deep Learning, save models |