5 Questions 1 Answers 0 Followers
Questions related from Michael Scott Brown
I am looking into predictive models that can predict the level of effort (ie # of hours) it will take to fix a defect in software. It seems like a very basic, logical activity where there would...
07 June 2023 3,368 1 View
I don't know if anyone is a SKlearn expert. The documentation is kind of on the lite side. I am working with MLPRegressor. The documentation says: hidden_layer_sizes: tuple, length = n_layers...
11 April 2022 4,298 0 View
I am trying to determine the best method for a temporal regression model. For a give time period there are two outcomes. I want a model that gives the probability of one of the two outcomes...
09 April 2018 9,092 5 View
I am working on building a course for entry-level students in Object-Oriented Programming. The topics covered are classes, objects, attributes, methods, inheritance, encapsulation, polymorphism,...
13 October 2014 9,597 5 View
Genetic algorithms are very good for searching, but there are a number of parameters that need to be set - population size, # of generations, mutation rate, etc. If the parameters are not set...
31 August 2014 5,491 13 View