TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Scikit-Learn Version 1.0

260 点作者 m3at超过 3 年前

10 条评论

lysecret超过 3 年前
Excellent library for train_test_split. Jokes aside. This next to Numpy, Pandas Jupyter and Matplotlib + the DL libraries are the reason Python is the powerhouse it is for Data Science.
评论 #28524015 未加载
lr1970超过 3 年前
Early on, pandas made some unfortunate design decisions that are still biting hard. For example, the choice of datetime (pandas.Timestamp) represented by a 64-bit int with a fixed nanosecond resolution. This choice gives dynamic range of +- 292 years around 1970-01-01 (the epoch). This range is too small to represent the works of William Shakespeare, never mind human history. Using pandas in these areas becomes a royal pain in the neck, for one constantly needs to work around pandas datetime limitations.<p>OTOH, in numpy one can choose time resolution units (anything from attosecond to a year) tailoring time resolution to your task (from high energy physics all way to astronomy). Panda&#x27;s choice is only good for high-frequency stock traders, though.
评论 #28526981 未加载
评论 #28528631 未加载
lr1970超过 3 年前
Just to clarify, scikit-learn 1.0 has not been released yet. The latest tag in the github repo is 1.0.rc2<p><a href="https:&#x2F;&#x2F;github.com&#x2F;scikit-learn&#x2F;scikit-learn&#x2F;releases&#x2F;tag&#x2F;1.0.rc2" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;scikit-learn&#x2F;scikit-learn&#x2F;releases&#x2F;tag&#x2F;1....</a>
NeutralForest超过 3 年前
Excellent library with stellar documentation, I hope it&#x27;ll live on for a long time.
评论 #28523920 未加载
评论 #28523362 未加载
评论 #28523359 未加载
laichzeit0超过 3 年前
Great that they finally added quantile regression. This was sorely missed.<p>I’m still hoping for a mixed-effects model implementation someday, like lme4 in R. The statsmodels implementation can only do predictions on fixed effects, which limits it greatly.<p>I’ve always wondered why mixed effect type models are not more popular in the ML world.
评论 #28532297 未加载
conor_f超过 3 年前
<a href="https:&#x2F;&#x2F;0ver.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;0ver.org&#x2F;</a> will need an update!
infimum超过 3 年前
scikit-learn (next to numpy) is the one library I use in every single project at work. Every time I consider switching away from python I am faced with the fact that I&#x27;d lose access to this workhorse of a library. Of course it&#x27;s not all sunshine and rainbows - I had my fair share of rummaging through its internals - but its API design is a de-facto standard for a reason. My only recurring gripe is that the serialization story (basically just pickling everything) is not optimal.
评论 #28524192 未加载
评论 #28531785 未加载
评论 #28526143 未加载
monkeybutton超过 3 年前
Scikit-Learn is great, and, reading the documentation for other 3rd party ML packages and seeing the words &quot;Scikit-learn API&quot; is even better.
XoS-490超过 3 年前
What about sktime? <a href="https:&#x2F;&#x2F;github.com&#x2F;alan-turing-institute&#x2F;sktime" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alan-turing-institute&#x2F;sktime</a>
zibzab超过 3 年前
Is anyone using scikit for NN?<p>Why&#x2F;why not?
评论 #28523242 未加载
评论 #28523294 未加载
评论 #28523504 未加载
评论 #28523442 未加载
评论 #28523251 未加载