Skip to content
#

parameter-tuning

Here are 90 public repositories matching this topic...

FEDOT
gkirgizov
gkirgizov commented Apr 4, 2022

Current type hints are using np.array which is... actually not a even class, but a convenience function for creation of np.ndarray.
But instead of just substituting usages of np.array, it's better to use types from numpy.typing module, which was introduced in Numpy 1.20. (https://numpy.org/devdocs/reference/typing.html#module-numpy.typing). Besides parameterized NDArray[DType] it also i

enhancement good first issue refactoring

Forecast stock prices using machine learning approach. A time series analysis. Employ the Use of Predictive Modeling in Machine Learning to Forecast Stock Return. Approach Used by Hedge Funds to Select Tradeable Stocks

  • Updated Dec 3, 2020
  • Jupyter Notebook

Understand the relationships between various features in relation with the sale price of a house using exploratory data analysis and statistical analysis. Applied ML algorithms such as Multiple Linear Regression, Ridge Regression and Lasso Regression in combination with cross validation. Performed parameter tuning, compared the test scores and suggested a best model to predict the final sale price of a house. Seaborn is used to plot graphs and scikit learn package is used for statistical analysis.

  • Updated Jan 19, 2018
  • Jupyter Notebook

Swarming behaviour is based on aggregation of simple drones exhibiting basic instinctive reactions to stimuli. However, to achieve overall balanced/interesting behaviour the relative importance of these instincts, as well their internal parameters, must be tuned. In this project, you will learn how to apply Genetic Programming as means of such tuning, and attempt to achieve a series of non-trivial swarm-level behaviours.

  • Updated Dec 2, 2019
  • Python

The project has text vectorization, handling big data with merging and cleaning the text and getting the required columns while boosting the performance by feature extraction and parameter tuning for NN, compares the Performances through applied different models treating the problem as classification and regression both.

  • Updated Aug 9, 2019
  • Jupyter Notebook

It is a Problem Which I got During the ZS Data Science Challenge From Interview Bit Hiring Challenge Where I secured a 40th Rank out of 10,000 Students across India. It is a Dataset which requires Intensive Cleaning and Processing. Here I have Performed Classification Using Random Forest Classifier and Used Hyper Tuning of the Parameters to achieve the Accuracy. I got a very Satisfiable Accuracy from the Model in both the Training and Testing Sets.

  • Updated Aug 19, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the parameter-tuning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the parameter-tuning topic, visit your repo's landing page and select "manage topics."

Learn more