I feel like the "About us" section on the homepage shouldn't be there.
I'd rather put a "About" link somewhere else than putting this in
front on the home page. Also, I would use the space that we now have
on the front page to highlight more important aspects of the package.

On 5 March 2013 14:46, Jaques Grobler <[email protected]> wrote:
> I like your changes Andy. It's definitely easier to navigate. I'm currently
> also changing your graph from
> http://peekaboo-vision.blogspot.de/2013/01/machine-learning-cheat-sheet-for-scikit.html
> into a documentation-linking version that can be added to the documentation.
> I'll try put an online build of it up within the hour or so.. so have a
> think if we can add that somewhere nice as it is very useful and will now
> link to the various parts of
> the mentioned estimators' documentation pages. I've got some other things on
> my plate, but I'd be happy to assist on this reworking. Let me know what I
> can do :)
> great work!
>
>
> 2013/3/5 Andreas Mueller <[email protected]>
>>
>> On 03/05/2013 11:12 AM, Olivier Grisel wrote:
>> > This looks good. Maybe we could reintroduce a canonical snippet on the
>> > home page:
>> >
>> >>>> from sklearn.datasets import load_digits
>> >>>> from sklearn.cross_validation import train_test_split
>> >>>> from sklearn.svm import LinearSVC
>> >>>> digits = load_digits()
>> >>>> X_train, X_test, y_train, y_test = train_test_split(
>> > ...     digits.data, digits.target, random_state=42)
>> > ...
>> >>>> LinearSVC().fit(X_train, y_train).score(X_test, y_test)
>> > 0.966...
>> >
>> > And then a link to the short tutorial.
>> >
>> Good Idea. I really have to start working on my slides now, though ;)
>>
>>
>> ------------------------------------------------------------------------------
>> Everyone hates slow websites. So do we.
>> Make your web apps faster with AppDynamics
>> Download AppDynamics Lite for free today:
>> http://p.sf.net/sfu/appdyn_d2d_feb
>> _______________________________________________
>> Scikit-learn-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to