Skip to content
#

data-mining

Here are 3,597 public repositories matching this topic...

LightGBM
jameslamb
jameslamb commented Jan 27, 2021

Summary

mypy shows some issues in LightGBM's Python package.

mypy \
    --exclude='python-package/compile/|python-package/build' \
    --ignore-missing-imports \
    python-package/
18 errors in 4 files (click me)
python-package/lightgbm/compat.py:12: error: Name 'Series' already defined (possibly by an import)
python-package
nickhuangxinyu
nickhuangxinyu commented Sep 25, 2021

usually, after trained model. i save model in cpp format with code:

cat_model.save_model('a', format="cpp")
cat_model.save_model('b', format="cpp")

but when my cpp need to use multi models.

in my main.cpp

#include "a.hpp"
#include "b.hpp"

int main() {
  // do something
  double a_pv = ApplyCatboostModel({1.2, 2.3});  // i want to a.hpp's model here
  double b_pv 
ferret
ngirard
ngirard commented Mar 31, 2021

Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).

As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte

sktime
fkiraly
fkiraly commented Oct 8, 2021

There should be a single source of truth for extension templates, and the presentation should not require the user to copy-paste.

So,the developer page on extension templates
https://www.sktime.org/en/stable/developer_guide/add_estimators.html

should link to the actual extension templates (stable or last release), instead of reproducing them in the documentation.

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Feb 6, 2020
orange3
janezd
janezd commented Aug 28, 2021

What's your use case?
In other words, what's your pain point?

Variable names and their icons are shown as vertical header. This

  • is ugly,
  • doesn't show the selection properly,
  • doesn't allow sorting by variable names,
  • doesn't allow selection by dragging across a range of variables (though one can drag across rows in the table itself),
  • and possibly something else.

<img wi

Improve this page

Add a description, image, and links to the data-mining 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 data-mining topic, visit your repo's landing page and select "manage topics."

Learn more