Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
866a79f4
Commit
866a79f4
authored
15 years ago
by
Yaroslav Halchenko
Browse files
Options
Downloads
Patches
Plain Diff
BF: little fixes around
parent
e76786e2
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+4
-4
4 additions, 4 deletions
debian/control
debian/rules
+3
-3
3 additions, 3 deletions
debian/rules
with
7 additions
and
7 deletions
debian/control
+
4
−
4
View file @
866a79f4
...
@@ -16,15 +16,15 @@ Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-
...
@@ -16,15 +16,15 @@ Depends: ${misc:Depends}, ${python:Depends}, python-numpy, python-scipy, python-
Provides: ${python:Provides}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
XB-Python-Version: ${python:Versions}
Recommends: python-nose, python-psyco, python-matplotlib
Recommends: python-nose, python-psyco, python-matplotlib
Suggests: python-
mvpa
, python-
mdp
, python-scikits-learn-doc
Suggests: python-
dap
, python-
scikits-optimization
, python-scikits-learn-doc
Description:
p
ython modules for machine learning and data mining
Description:
P
ython modules for machine learning and data mining
scikit-learn is a collection of
p
ython modules relevant to
scikit-learn is a collection of
P
ython modules relevant to
machine/statistical learning and data mining. Non-exhaustive list of
machine/statistical learning and data mining. Non-exhaustive list of
included functionality:
included functionality:
- Gaussian Mixture Models
- Gaussian Mixture Models
- Manifold learning
- Manifold learning
- kNN
- kNN
- SVM (via
libsvm
)
- SVM (via
LIBSVM
)
Package: python-scikits-learn-doc
Package: python-scikits-learn-doc
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
3
View file @
866a79f4
...
@@ -22,7 +22,7 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
...
@@ -22,7 +22,7 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
endif
endif
clean
::
clean
::
$(
MAKE
)
distclean
rm
-rf
build doc/_build
# run at install otherwise at build it tends to do them twice for some
# run at install otherwise at build it tends to do them twice for some
# reason
# reason
...
@@ -41,7 +41,7 @@ build/python-scikits-learn-doc:: doc
...
@@ -41,7 +41,7 @@ build/python-scikits-learn-doc:: doc
# use jquery from Debian package
# use jquery from Debian package
# symlinked by debhelper
# symlinked by debhelper
install/python-scikits-learn-doc
::
install/python-scikits-learn-doc
::
-
rm
build/html/_static/jquery.js
-
rm
doc/_
build/html/_static/jquery.js
install/python-scikits-learn-lib
::
install/python-scikits-learn-lib
::
# move libraries into the python-scikits-learn-lib package
# move libraries into the python-scikits-learn-lib package
...
@@ -71,7 +71,7 @@ DEB_DESTDIR = $(CURDIR)/debian/python-scikits-learn
...
@@ -71,7 +71,7 @@ DEB_DESTDIR = $(CURDIR)/debian/python-scikits-learn
DEB_COMPRESS_EXCLUDE
:=
.py .pdf .html .css .jpg .txt .js .json .rtc .par .bin
DEB_COMPRESS_EXCLUDE
:=
.py .pdf .html .css .jpg .txt .js .json .rtc .par .bin
# -doc package contents
# -doc package contents
ifeq
(,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
ifeq
(,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
DEB_INSTALL_DOCS_python-scikits-learn-doc
:=
build/html
DEB_INSTALL_DOCS_python-scikits-learn-doc
:=
doc/_
build/html
DEB_INSTALL_EXAMPLES_python-scikits-learn-doc
:=
examples/
*
DEB_INSTALL_EXAMPLES_python-scikits-learn-doc
:=
examples/
*
endif
endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment