All Projects → goldentom42 → py_ml_utils

goldentom42 / py_ml_utils

Licence: Apache-2.0 license
Python utilities for Machine Learning competitions

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to py ml utils

fsfc
Feature Selection for Clustering
Stars: ✭ 80 (+175.86%)
Mutual labels:  feature-selection
L0Learn
Efficient Algorithms for L0 Regularized Learning
Stars: ✭ 74 (+155.17%)
Mutual labels:  feature-selection
dominance-analysis
This package can be used for dominance analysis or Shapley Value Regression for finding relative importance of predictors on given dataset. This library can be used for key driver analysis or marginal resource allocation models.
Stars: ✭ 111 (+282.76%)
Mutual labels:  feature-selection
tsa4
R code for Time Series Analysis and Its Applications, Ed 4
Stars: ✭ 108 (+272.41%)
Mutual labels:  missing-data
GraphOfDocs
GraphOfDocs: Representing multiple documents as a single graph
Stars: ✭ 13 (-55.17%)
Mutual labels:  feature-selection
mrmr
mRMR (minimum-Redundancy-Maximum-Relevance) for automatic feature selection at scale.
Stars: ✭ 170 (+486.21%)
Mutual labels:  feature-selection
feature engine
Feature engineering package with sklearn like functionality
Stars: ✭ 758 (+2513.79%)
Mutual labels:  feature-selection
50-days-of-Statistics-for-Data-Science
This repository consist of a 50-day program. All the statistics required for the complete understanding of data science will be uploaded in this repository.
Stars: ✭ 19 (-34.48%)
Mutual labels:  feature-selection
Ball
Statistical Inference and Sure Independence Screening via Ball Statistics
Stars: ✭ 22 (-24.14%)
Mutual labels:  feature-selection
2019-feature-selection
Research project
Stars: ✭ 26 (-10.34%)
Mutual labels:  feature-selection
Reinforcement-Learning-Feature-Selection
Feature selection for maximizing expected cumulative reward
Stars: ✭ 27 (-6.9%)
Mutual labels:  feature-selection
skrobot
skrobot is a Python module for designing, running and tracking Machine Learning experiments / tasks. It is built on top of scikit-learn framework.
Stars: ✭ 22 (-24.14%)
Mutual labels:  feature-selection
exemplary-ml-pipeline
Exemplary, annotated machine learning pipeline for any tabular data problem.
Stars: ✭ 23 (-20.69%)
Mutual labels:  feature-selection
FIFA-2019-Analysis
This is a project based on the FIFA World Cup 2019 and Analyzes the Performance and Efficiency of Teams, Players, Countries and other related things using Data Analysis and Data Visualizations
Stars: ✭ 28 (-3.45%)
Mutual labels:  feature-selection
TextFeatureSelection
Python library for feature selection for text features. It has filter method, genetic algorithm and TextFeatureSelectionEnsemble for improving text classification models. Helps improve your machine learning models
Stars: ✭ 42 (+44.83%)
Mutual labels:  feature-selection
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+5217.24%)
Mutual labels:  feature-selection
msda
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
Stars: ✭ 80 (+175.86%)
Mutual labels:  feature-selection
pyHSICLasso
Versatile Nonlinear Feature Selection Algorithm for High-dimensional Data
Stars: ✭ 125 (+331.03%)
Mutual labels:  feature-selection
Stock-Selection-a-Framework
This project demonstrates how to apply machine learning algorithms to distinguish "good" stocks from the "bad" stocks.
Stars: ✭ 239 (+724.14%)
Mutual labels:  feature-selection
NVTabular
NVTabular is a feature engineering and preprocessing library for tabular data designed to quickly and easily manipulate terabyte scale datasets used to train deep learning based recommender systems.
Stars: ✭ 797 (+2648.28%)
Mutual labels:  feature-selection

BuildStatusTravis CodeCov Code Health License

Python ML Utilities - py_ml_utils

Tools

  • FeatureTransformer
  • MissingValueInferer
  • DatasetTransformer
  • GreedyOptimizer
  • FeatureSelector

Software Requirements

  • Python 2.7 or >= 3.4
  • Numpy >= 1.13.1
  • Scipy >= 0.19.1
  • Scikit-learn >= 0.19
  • Pandas

Installation

From GitHub:

git clone https://github.com/goldentom42/py_ml_utils.git
python setup.py install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].