-
Updated
May 15, 2020 - C++
machine-learning-library
Machine learning is the practice of teaching a computer to learn. The concept uses pattern recognition, as well as other forms of predictive algorithms, to make judgments on incoming data. This field is closely related to artificial intelligence and computational statistics.
Here are 178 public repositories matching this topic...
i'm a newbie in programming. I try to use this library. it's very useful for me.
I want to show centroid in K-means clustering. how to show it? thank u so much..
I have some values in slots that are surrounded by curly braces and are meant to be returned as is. Instead, the trailing brace is being stripped. "${website}" becomes "${website". I have training examples where the whole "${website}" is included. Is there a way to change this behavior?
This is a good first issue and will help new contributors to get familiar with the codebase. Also This issue doesn't aim to add all Metrics to mlpack since each metric would have to be maintained, this aims to add metrics that either I find essential (or have used a couple of time) or those metrics which are very common.
List of metrics that can be added include:
- IoU and meanIoU
-
Updated
Jun 5, 2019 - Python
-
Updated
May 16, 2020 - Python
I'm sorry if I missed this functionality, but CLI
version hasn't it for sure (I saw the related code only in generate_code_examples.py
). I guess it will be very useful to eliminate copy-paste phase, especially for large models.
Of course, piping is a solution, but not for development in Jupyter Notebook, for example.
I run this code
import os
os.environ['is_test_suite']="True" # this is writen due to bug for multiprocessing and pickling I issued. #426
from auto_ml import Predictor
from auto_ml.utils import get_boston_dataset
from auto_ml.utils_models import load_ml_model
# Load data
df_train, df_test = get_boston_dataset()
# Tell auto_ml which column is 'output'
# Also note columns t
-
Updated
Apr 8, 2019 - Python
-
Updated
May 13, 2020 - PHP
-
Updated
Apr 3, 2020 - Python
-
Updated
Jan 16, 2020 - Java
Developer guidelines
-
Updated
Nov 5, 2017 - Python
-
Updated
Jun 14, 2017 - Python
-
Updated
Oct 28, 2018
-
Updated
May 6, 2020 - JavaScript
-
Updated
Apr 19, 2020 - Java
-
Updated
May 16, 2020 - Java
-
Updated
May 5, 2020 - Python
-
Updated
Aug 28, 2018 - Swift
-
Updated
May 3, 2020 - Python
@JensLehmann @patrickwestphal @SimonBin
In order to have a complete and up-to-date documentation, all available components need to be annotated. For instance, several heuristics do not have an annotation, thus, they do not occur in the current documentation. Moreover, all config options should be described.
-
Updated
Jul 1, 2019 - Python
Feature request
What is the expected behavior?
What is motivation or use case for adding/changing the behavior?
How should this be implemented in your opinion?
Are you willing to work on this yourself?
yes
-
Updated
Jun 24, 2018 - Python
-
Updated
May 13, 2020 - R
-
Updated
Feb 4, 2020 - C#
- Wikipedia
- Wikipedia
Description of Problem:
Had to add a Facebook messenger channel integration into a bot I spun up and found the Facebook Messenger docs lacking a bit especially on the special response template keys
quick_replies
andelements
; I had to read through the Facebook channel source to figure out what was allowed/disallowed.Overview of the Solution:
FB Messenger docs updated with additio